summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-26Fix broken call to maildir_acl_delete.Sam Varshavchik
2022-01-23Adjust behavior of inherited ACLs, add more tests.Sam Varshavchik
If ACLs were saved in the courierimaphieracl subdirectory, move it into the corresponding folder when it gets created, at the first opportunity. Add additional tests.
2022-01-23Additional testsSam Varshavchik
2022-01-23Add additional tests.Sam Varshavchik
2022-01-22Fix make check failureSam Varshavchik
2022-01-22Add additional tests.Sam Varshavchik
Test for IMAP_EMPTYTRASH parsing.
2022-01-22imap: fixes to let make check be run as root.Sam Varshavchik
2022-01-20Add additional tests.Sam Varshavchik
2022-01-18Partially revert commit f67b3067a0fee0b7e768f6bd9e12649cacc1f0d2.Sam Varshavchik
2022-01-18Merge branch 'master' of git:/home/var/www/gitrepos/courier-libsSam Varshavchik
2022-01-18courier-unicode: build fixes.Sam Varshavchik
Revert to previous Docbook DTD URL. Fix packaging, do not include a built headerfile in the tarball. Fix compilation warning.
2022-01-17Add additional tests.Sam Varshavchik
2022-01-17Clean up maildir_getnew.Sam Varshavchik
2022-01-17Add additional tests.Sam Varshavchik
2022-01-17Merge branch 'master' of git:/home/var/www/gitrepos/courier-libsSam Varshavchik
2022-01-17Fix minor memory leaks.Sam Varshavchik
bdbobj_nextkey can leak memory. Looks like some glibc or valgrind configs detect memory leaks from putenv(), use setenv() instead. It's POSIX 2001. Take this opportunity to clean up the test script.
2022-01-17maildrop: update versionSam Varshavchik
2022-01-16Update versions.Sam Varshavchik
2022-01-16Merge pull request #22 from arjendekorte/patch-1Sam Varshavchik
Update Makefile.am
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-16Update version.Sam Varshavchik
2022-01-15Fix minor memory leaksSam Varshavchik
2022-01-15Set an ALARM timer to kill libcouriertls.Sam Varshavchik
2021-11-28Convert to PCRE2.Sam Varshavchik
2021-11-26Convert to pcre2.Sam Varshavchik
2021-11-11rfc1035mxlist: add an distinct return code for "MX ." reply.Sam Varshavchik
2021-08-01imap: fix crash due to a race condition.Sam Varshavchik
2021-06-15pop3: buffer input by ourselves.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-05-19maildrop: clean up a dotlock file if exited while it is held.Sam Varshavchik
Implement exit() by throwing an exception, which will wind up and clean up the dotlock. Catch the exception and exit(), after everything gets cleaned up.
2021-04-24courier-imap: bump versionSam Varshavchik
2021-04-01POP3 lang extensionSam Varshavchik
2021-03-28couriertcpd: tweak DNSBL lookup logic.Sam Varshavchik
2021-03-28pop3d-ssl.dist: remove duplicate setting.Sam Varshavchik
2021-03-26Bump versionSam Varshavchik
2021-03-26Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libsSam Varshavchik
2021-03-26Bump versionSam Varshavchik
2021-03-25Fix makedat handling of files without a trailing newline, adjust imap errmsg.Sam Varshavchik
2021-03-21Fix compilation error with older gccs.Sam Varshavchik
2021-03-20Bump version.Sam Varshavchik
2021-03-20Merge pull request #20 from arjendekorte/masterSam Varshavchik
TLS_CACHEFILE filenames swapped
2021-03-20pop3d-ssl.dist.in.git: naming mismatchArjen de Korte
TLS_CACHEFILE name should be `couriersslpop3cache` (not `couriersslimapcache`)
2021-03-20imapd-ssl.dist.in.git: naming mismatchArjen de Korte
TLS_CACHEFILE name should be `couriersslimapcache` (not `couriersslpop3cache`)
2021-03-14Autotools update fixesSam Varshavchik
2021-03-14Autotool update fixesSam Varshavchik
2021-03-13Bump versionSam Varshavchik
2021-03-12courier-unicode: further changes to the canonical compose/decompose.Sam Varshavchik
2021-03-10courier-unicode: canonical decomposition and composition implementation.Sam Varshavchik
Move unicode_canonical() into a larger library of functions that handles full Unicode decomposition and composition.