Commit Graph

130 Commits (8f1a49cdb1faf58cd10255d91bfef4356ca43ae2)

Author SHA1 Message Date
Nigel Horne 8f1a49cdb1 Better reclaiming when running short of memory 21 years ago
Nigel Horne f749115c1e Handle empty content-type fields 21 years ago
Nigel Horne cd11ef39a7 Part of rule 3 of paragraph 5.1 of RFC1521 was not being implemented 21 years ago
Nigel Horne 121ec5117d Handle unbalanced quote characters in headers better 21 years ago
Nigel Horne 564b3e0796 Tidy space only headers code 21 years ago
Nigel Horne 9ed148a8df Handle headers with only spaces 21 years ago
Nigel Horne d2072c9e11 Allow lowercase hex characters in quoted-printable 21 years ago
Nigel Horne 496e11161f Tidy 21 years ago
Nigel Horne 0e523db292 uuencode failures no longer fatal 21 years ago
Nigel Horne cb7c1ec514 Tidy 21 years ago
Nigel Horne fc36c0f9c5 Fix small typo 21 years ago
Nigel Horne b116962d57 Performance work 21 years ago
Nigel Horne e72de3f1d8 First draft of binhex.c 21 years ago
Nigel Horne 86d24ebea7 Added binhex filetype decoding 21 years ago
Nigel Horne 68bad3a800 Find more bounce messages 21 years ago
Nigel Horne 47193544bc Binxhex detection speeded up 21 years ago
Nigel Horne 1e8911e551 Parse some malformed binhex files 21 years ago
Nigel Horne 2ad0c86e36 Rewrite handling of folded headers 21 years ago
Nigel Horne bae9c53fd2 Find uuencoded files in preambles to multipart messages 21 years ago
Nigel Horne 2252f46883 Fix crash with correctly encoded uuencode files 21 years ago
Nigel Horne 4b187745e4 Fix crash if x-yencode is mistakenly guessed 21 years ago
Nigel Horne ec8e31fa9c Handle para 4 of RFC2231 21 years ago
Nigel Horne bea62be361 Improve the handling of blank filenames 21 years ago
Nigel Horne 2b94f5a630 Change encoding guess from warn to debug 21 years ago
Nigel Horne 1c2d9d5841 Handle encoding type us-ascii - should be none 21 years ago
Nigel Horne 1602f61269 Fuzzy logic match for unknown encoding types 21 years ago
Nigel Horne 32c9b306e2 Don't add trailing NUL bytes 21 years ago
Nigel Horne a7398c9c7f Advise to report broken emails 21 years ago
Nigel Horne 0356cdc05f Tidy up 21 years ago
Nigel Horne 83e4278302 Handle '8 bit' and plain/text 21 years ago
Nigel Horne 86355dc282 Try to reclaim some memory if it becomes low when decoding 21 years ago
Nigel Horne a82b29863b Remove shadow declaration of isblank 21 years ago
Nigel Horne 9e1dc6e81b Reimplement squeeze ads sanisiseBase64 21 years ago
Nigel Horne 50ecf68322 Code tidy 21 years ago
Nigel Horne f10460ed68 First draft of code to handle RFC1341 21 years ago
Nigel Horne 621a667a9a Table driven base64 decoding 21 years ago
Nigel Horne 9a729c8035 Better warning message about PGP attachments not being scanned 21 years ago
Nigel Horne 7c5a7a47f0 Minor code tidy 21 years ago
Nigel Horne 381b67a757 Remove empty lines 21 years ago
Nigel Horne ab4038b42d Don't copy if the decoded == the encoded 21 years ago
Nigel Horne bd06d70c15 Fix error return 21 years ago
Nigel Horne 74891bb7f0 Fix error return 21 years ago
Nigel Horne 420df63ce5 Handle blank lines in text/plain messages 21 years ago
Nigel Horne 8037334b0c Fix parsing error on mime arguments 21 years ago
Nigel Horne 767f16ab23 Code tidy 21 years ago
Nigel Horne 16394c6d1a Handle yEnc attachments 21 years ago
Nigel Horne 53bfac083e Handle attempts to hide mime type 21 years ago
Nigel Horne 127d2f9858 Handle double colons 21 years ago
Nigel Horne 0960ff5e37 Handle quotes around mime type 21 years ago
Nigel Horne 97867f21ae Handle = and space as header separaters 21 years ago