summaryrefslogtreecommitdiffstats
path: root/handler.c
AgeCommit message (Expand)Author
2001-06-05Leave slightly more margin with format=flowed.Thomas Roessler
2001-06-05Check mutt_create_filter*'s return value for errors. This shouldThomas Roessler
2001-05-20Fix character set conversion for non-plain text types with 8bitThomas Roessler
2001-05-17Fix multibyte encodings with quoted-printable.Thomas Roessler
2001-05-12Undo one of yesterday's aesthetical changes.Thomas Roessler
2001-05-12Adding a hack to use format=flowed's quoting information in theThomas Roessler
2001-05-11Don't cut off the final part of ttachments with overlong lines.Thomas Roessler
2001-05-11Correctly handle extremely long lines.Thomas Roessler
2001-05-11Improve handling of indented text when wrapping text/plain;Thomas Roessler
2001-05-11Some more esthetical nits.Thomas Roessler
2001-05-11More fixes.Thomas Roessler
2001-05-11Add experimental support for text/plain; format=flowed.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-02-13Change charset-hook's behaviour.Thomas Roessler
2001-02-12Make mutt_decode_* usable without passing a BODY structure.Thomas Roessler
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2000-07-16Another qp fix.Thomas Roessler
2000-07-16More qp decoder modifications: We should handle multibyte charactersThomas Roessler
2000-07-16Rewrite the quoted-printable decoder so it properly chops offThomas Roessler
2000-07-12Initialize a variable in order to avoid a segmentation fault. FromThomas Roessler
2000-06-15Avoid dumping core when Charset isn't set.Thomas Roessler
2000-06-14Remove recode-attachment, and the "decoder" API. (EGE)Thomas Roessler
2000-05-17When displaying a deleted attachment's information, present the fileThomas Roessler
2000-03-10Fix the handling of raw carriage return characters in the base64Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-02-10PGP-cleanup patch from Roland Rosenfeld. Thanks!Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-09-23Fix a buffer overflow and a bug helping with exploiting thisThomas Roessler
1999-07-26Undo the content-disposition changes. They don't merge well withThomas Roessler
1999-07-26When an attachment's content-disposition is different from "inline",Thomas Roessler
1999-05-16Fix base64 decoding.Thomas Roessler
1999-03-31A couple of optimizations, most notably for the special case of aThomas Roessler
1999-03-30This patch removes at least some of the horrible utf-8 kluges inThomas Roessler
1999-03-09handler.c: Properly handle message/external-body expiry.Thomas Roessler
1999-02-10Fix the security fix.Thomas Roessler
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
1999-01-22Heavy hacking on mutt's pgp support. We no longer read the completeThomas Roessler
1999-01-11When decode-forwarding messages with message/Rfc822 attachments,Thomas Roessler
1999-01-07Updated implicit autoview handling from stable.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1999-01-04Make the experimental branch the main trunk.Thomas Roessler
1999-01-02mutt_parse_date () shouldn't modify its argument. Problem noted byThomas Roessler
1998-11-14Type cast nit from Gero Treuner.Thomas Roessler
1998-11-12Introduce a state_printf() function.Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-11-09A message/external-body handler. From Byrial Jensen.Thomas Roessler
1998-11-09Byrial Jensen's alternative_handler patches. This may lead toThomas Roessler
1998-10-16Nits from Vikas.Thomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
1998-10-14Fix prefix and utf8 issues in the uudecoder.Thomas Roessler