summaryrefslogtreecommitdiffstats
path: root/rfc2045
AgeCommit message (Collapse)Author
2021-05-19Tolerate -Wall and -WerrorSam Varshavchik
Fixes to configure scripts and code so that it compiles (hopefully correctly) with -Wall and -Werror. Remove support for ancient BSD stricmp and strnicmp functions. AC_CHECK_FUNC does not work for strcasecmp and strncasecmp under -Wall, it's simpler to remove it.
2020-11-30Fix failing test due to a now-fixed bug in courier-unicode.Sam Varshavchik
2020-10-28Clean up documentationSam Varshavchik
2020-04-21Add AC_PROG_CC_C99Sam Varshavchik
2020-01-23Fix compilation warning.Sam Varshavchik
2018-08-09reformime: fix crash when -e is specified without a -s.Sam Varshavchik
2018-07-31Recognize utf-8 address type when parsing DSNs.Sam Varshavchik
2018-07-29Implement RFC 6533 address encoding and decoding.Sam Varshavchik
2018-07-29mailbot: support UTF-8 messages.Sam Varshavchik
2018-07-29UTF8 changes.Sam Varshavchik
2018-07-28sqwebmail: format UTF8 delivery status notificationsSam Varshavchik
2018-07-16courier-imap: implement literal8 element and APPEND UTF8 option.Sam Varshavchik
2018-06-25reformime: fix crash when -x/-X is specified without a -s.Sam Varshavchik
2018-02-16maildrop: Add :H pattern modifier to maildrop.Sam Varshavchik
rfc2045: RFC2045_DECODEMSG_NOATTACHHEADERS flag, do not decode attachment headers. maildrop: The ":H" pattern modifier searches main headers only, does not search attachments' headers.
2017-12-26Fix maildirmake and reformime bugs.Sam Varshavchik
2017-12-26 Sam Varshavchik <mrsam@courier-mta.com> * libs/maildir/maildirmake.c (main): maildirmake's -q option will create the maildir if it does not exist. * libs/rfc2045/reformime.c (main2): Added -rU option, and a new internal RFC2045_RW_8BIT_ALWAYS conversion option. * libs/rfc2045/reformime.c (main2): Fix crash when the -s option is not valid.
2017-11-26mailbot: fix null pointer dereferences.Sam Varshavchik
2017-09-19Change default encoding character set to UTF-8.Sam Varshavchik
2017-07-24Fix man page generation.Sam Varshavchik
2017-03-16courier-unicode update fixes.Sam Varshavchik
2017-03-09courier-unicode API update.Sam Varshavchik
2016-06-27reformime: do not abort due to invalid encoding of the "name" attribute.Sam Varshavchik
2015-07-19Fix parsing of a message without a body.Sam Varshavchik
Until the empty line separating headers from body is read, point startofbody at the end of the parsed text, so if the empty line is never read, the entire contents of the message is parsed as headers.
2015-04-24Fix use after free.Sam Varshavchik
2015-03-04imap: handle 01-Jan-1970 as a valid search date.Sam Varshavchik
2015-02-28Update to courier-unicode 1.2Sam Varshavchik
2014-12-13Fix makefile, compiler warnings.Sam Varshavchik
2014-09-12"Hanno Böck" <hanno@hboeck.de> - fix linking order with -lunicodeSam Varshavchik
2014-07-21rfc2045: fix MakefileSam Varshavchik
2014-06-23Recognize "message" MIME content type, in addition to "text".Sam Varshavchik
2014-06-18maildrop: add -T replydraft optionSam Varshavchik
2014-02-15fix for automake >=1.13David Heidelberger
2014-01-12Reconfigure against the standalone unicode library.Sam Varshavchik
2013-08-28rfc2045_decodemsgtoutf8 (reformime -u): fold headersSam Varshavchik
2013-08-25Renamed configure.in to configure.acSam Varshavchik
2013-08-25Initial checkinSam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.