summaryrefslogtreecommitdiffstats
path: root/maildir
AgeCommit message (Collapse)Author
2022-01-17Clean up maildir_getnew.Sam Varshavchik
2022-01-16Update Makefile.amArjen de Korte
Unfortunately, the fix for compilation issues is not complete yet, as version courier-imap-5.1.6 still fails to build with missing symbols
2022-01-16Fix linking failure.Sam Varshavchik
2022-01-15Fix minor memory leaksSam Varshavchik
2021-11-28Convert to PCRE2.Sam Varshavchik
2021-05-21-Wall and -Werror fixesSam Varshavchik
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.
2021-02-18Replace FAM/Gamin with inotifySam Varshavchik
2021-02-05Fix UTF-8 addresses.Sam Varshavchik
2020-10-28Clean up documentationSam Varshavchik
2020-04-21Add AC_PROG_CC_C99Sam Varshavchik
2019-09-24Documentation fixesSam Varshavchik
2019-09-24Remove links to www.qmail.org, it's gone.Sam Varshavchik
2018-09-13Update versions.Sam Varshavchik
2018-07-28Fix memory leak, and a compilation warning.Sam Varshavchik
2018-07-18Update documentationSam Varshavchik
2018-07-16courier-imap: private smap protocol changes, in sync with IMAP UTF8Sam Varshavchik
2018-07-16squash-9643d3d5adcbc6357833a818e2928eb8e76717edSam Varshavchik
2018-07-16Add maidirmake options to convert pre-unicode mailboxes to unicode mailboxes.Sam Varshavchik
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-07-24Fix man page generation.Sam Varshavchik
2017-06-17Skip symlinks when recalculating current maildir quota.Sam Varshavchik
2017-03-16courier-unicode update fixes.Sam Varshavchik
2017-03-09courier-unicode API update.Sam Varshavchik
2015-12-19maildrop: implement FLAGSSam Varshavchik
2015-04-24Fix use after free.Sam Varshavchik
2015-02-28Update to courier-unicode 1.2Sam Varshavchik
2014-10-09Fix UTF-8 charset name.Sam Varshavchik
2014-09-19Fix DH parameters, print a message on stderr if alarm goes off.Sam Varshavchik
2014-02-15fix for automake >=1.13David Heidelberger
2014-01-12Reconfigure against the standalone unicode library.Sam Varshavchik
2013-08-28Update sqwebmail to talk to UTF-8-able maildrop.Sam Varshavchik
Writes out mail filtering scripts in UTF-8. maildir_filter_appendrule() and maildir_filter_ruleupdate() take an additional parameter, a character set, and convert the header name, value, and rule name parameters from the given character set to UTF-8. sqwebmail passes the current character set, when adding or updating maildrop rules.
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.