Commit Graph

373 Commits (e9718e719daf71ac0cf74c5ff3b48475ba5ebd24)
 

Author SHA1 Message Date
Roker 3707ab34aa Added tag old_pegleg-based_parser for changeset a52dc54d56b9
4 years ago
Krista Bennett 7fb05fb8d0 Now parsing multipart bodies! There is a bug in this commit however - the boundary stack pop has to come as an inparse action, not post parse
6 years ago
Krista Bennett 8e9ff9c741 commit fixes before making it boundary-context aware
6 years ago
Krista Bennett c8c3271a0e Parses up to the first boundary and bodypart mime headers. The RFC grammar is nightmarelicious as far as backtracking is concerned here. Commiting before I screw anything up.
6 years ago
Krista Bennett a84e1ca378 Debugging is Hell. (Removed some 'obsolete' grammatical RFC constructs for debugging, fixed issues with Content-Type continued strings breaking the header, incorrect boundary defs, other stupid things. Still eating up one too many CRLFs.
6 years ago
Krista Bennett b1b24fd099 gave up on qlex for now, went back in to leg and hacked the files and build process so that it\'s nominally debuggable. Frustrating.
6 years ago
Krista Bennett f77de5154c Committing before separating envelope and MIME parse
6 years ago
Krista Bennett 7aafc7d408 fixed references
6 years ago
Krista Bennett a4a58a521f Got recipient lists working, message id's with correct bracketing
6 years ago
Krista Bennett b466149444 Fixed one set of header parse probs
6 years ago
Krista Grothoff bd87904963 Fixed generic header capture
7 years ago
Krista Grothoff 2509bc3c52 Fixed more message bugs; have to commit and sleep before I break anything else.
7 years ago
Krista Grothoff 791300c6d9 Fixed seg fault in cleaning up address lists in From parse
7 years ago
Krista Grothoff ba2a2517d6 fixing pointer nonsense
7 years ago
Krista Grothoff 95f2707c17 fixed action code compile errors
7 years ago
Krista Grothoff 0de6acbe8a Header actions compile again.
7 years ago
Krista Grothoff a9a1985864 intermittent commit before going on. This probably does not compile (the C, anyway. The LEG does.)
7 years ago
Krista Grothoff 55cc3409e1 All headers now in the message struct but MIME headers. Those come next along w/ body processing.
7 years ago
Krista Grothoff 2e3beec11f Added back some actions, added more information to the context in order to deal with the allocation and return problem
7 years ago
Krista Grothoff 4b92790871 adding message actions again to fill in message data structure
7 years ago
Krista Grothoff 5aa8ff8846 void pointer / optional problem example
7 years ago
Krista Grothoff c12fb8ed28 removed non-compiling action due to quick checkin
7 years ago
Krista Grothoff c69ed7a2c7 Commit of leg code, stripped of most actions (work in progress); src/mailmime.* are where the generated actually gets pulled from and included
7 years ago