Commit Graph

191 Commits (38d07186a09debb206c37758a82feed991166fef)

Author SHA1 Message Date
Nigel Horne 38d07186a0 Changed some more strtok to cli_strtok 21 years ago
Nigel Horne 16ea58a280 Use a static array for the partial directory 21 years ago
Nigel Horne 5d8100cb94 Honour section 7.2.6 of RFC1521 21 years ago
Nigel Horne 99c2299d5d Handle attachments before the first mime section 21 years ago
Nigel Horne 0e523db292 uuencode failures no longer fatal 21 years ago
Nigel Horne 59921c0260 Handle comments in the command part of headers 21 years ago
Nigel Horne c29f01c5ec Handle spaces after the final MIME boundary and binHex attachments after that boundary 21 years ago
Nigel Horne 391f7bb323 Scan uuencodes after the final MIME section 21 years ago
Nigel Horne 59b99810d5 Add debug message for end of multipart headers 21 years ago
Nigel Horne bdb843f653 Remove warning message 21 years ago
Nigel Horne b116962d57 Performance work 21 years ago
Nigel Horne 6e84cebb6f Scan email footers (portions after the last MIME boundary 21 years ago
Nigel Horne e72de3f1d8 First draft of binhex.c 21 years ago
Nigel Horne df8806fd46 Fix obscure chance of memory leak 21 years ago
Nigel Horne 45aba29341 Performance speeded up 21 years ago
Nigel Horne fb79b576d3 Parial mode now on by default 21 years ago
Nigel Horne 2ad0c86e36 Rewrite handling of folded headers 21 years ago
Nigel Horne b814e02aed Fix escaped parenthesis in rfc822 comments 21 years ago
Nigel Horne bae9c53fd2 Find uuencoded files in preambles to multipart messages 21 years ago
Nigel Horne e5f64b5414 Tidy 21 years ago
Nigel Horne 6771c81120 Better handling of mail-follow-urls when CURL is not installed 21 years ago
Nigel Horne efb5f16c60 Added basic handling of folded headers in the main message 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 e75e1ad1bf Tidy 21 years ago
Nigel Horne ec8e31fa9c Handle para 4 of RFC2231 21 years ago
Nigel Horne f3fd34f13b Fix possible segfault in handling broken RFC2047 headers 21 years ago
Nigel Horne 242bfde8a0 Rehashed readdir_r patch 21 years ago
Nigel Horne f1c1300c24 Handle unbalanced quotes in multipart headers 21 years ago
Nigel Horne c79a227353 Handle multipart/knowbot as multipart/mixed 21 years ago
Nigel Horne fdc6adbe1f PARTIAL: readdir_r even more options :-( 21 years ago
Nigel Horne a0b2181636 PARTIAL: add readdir_r fix to BeOS 21 years ago
Nigel Horne 134626745d Partial mode: fix possible stack corruption with Solaris 21 years ago
Nigel Horne a7398c9c7f Advise to report broken emails 21 years ago
Nigel Horne 0356cdc05f Tidy up 21 years ago
Nigel Horne 6e5d95eb69 Handle BeMail (BeOS) files 21 years ago
Nigel Horne 1815e49099 Handle colons in quotes in headers 21 years ago
Nigel Horne 15033cb62b Improved handling of wraparound headers 21 years ago
Nigel Horne 4de5fffd0a Harden the test for RFC2047 encoded headers 21 years ago
Nigel Horne cf56954141 RFC2047 on long lines produced by continuation headers 21 years ago
Nigel Horne 3a0f75c648 Remove perror - replace with cli_errmsg 21 years ago
Nigel Horne 1d3d7dd9c9 Needs libcurl >= 7.11 21 years ago
Nigel Horne 5a15955b39 Fix RFC2298 handling broken by RFC1341 code 21 years ago
Nigel Horne f10460ed68 First draft of code to handle RFC1341 21 years ago
Nigel Horne 9a729c8035 Better warning message about PGP attachments not being scanned 21 years ago
Nigel Horne 1b00d9a424 Better error message on RFC2047 decode error 21 years ago
Nigel Horne 7c5a7a47f0 Minor code tidy 21 years ago
Nigel Horne 22080fa57c Better error message on message/partial 21 years ago
Nigel Horne 2c7d1edd75 Removed unneeded strdups 21 years ago
Nigel Horne c77c880900 Use stack rather than heap where possible 21 years ago