summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Collapse)Author
2022-03-22Fix a few instances of misspellings of "occurred"Roel van Meer
See also: https://salsa.debian.org/debian/courier-unicode/-/blob/master/debian/patches/0004-Spelling-Fixes.patch
2022-03-20imap: fix make check without valgrind.Sam Varshavchik
2022-03-06Add additional tests.Sam Varshavchik
2022-03-03Fix broken IMAP SASL authenticationSam Varshavchik
2022-02-27Additional tests.Sam Varshavchik
2022-02-27Additional tests.Sam Varshavchik
2022-02-23Add additional tests.Sam Varshavchik
2022-02-22Fix response to a SELECT with insufficient ACLs.Sam Varshavchik
2022-02-21Fix make check.Sam Varshavchik
2022-02-21Fix make check.Sam Varshavchik
2022-02-21Add additional tests.Sam Varshavchik
2022-02-16Additional test coverage for maildir_unlinksharedmsg.Sam Varshavchik
2022-02-14Additional test coverage for IMAP_USELOCKSSam Varshavchik
2022-02-14Additional test coverageSam Varshavchik
2022-02-11Fix make checkSam Varshavchik
Order of copied messages may be non-determinstic, resulting in a different expunge message.
2022-02-02Fix minor memory leaks.Sam Varshavchik
2022-01-31Additional testsSam Varshavchik
2022-01-31Additional testsSam Varshavchik
2022-01-30Additional testSam Varshavchik
2022-01-30Additional testSam Varshavchik
2022-01-30Additional test.Sam Varshavchik
2022-01-28Fix minor memory leaksSam Varshavchik
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-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-17Add additional tests.Sam Varshavchik
2022-01-17Clean up maildir_getnew.Sam Varshavchik
2022-01-17Add additional tests.Sam 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-16Update versions.Sam Varshavchik
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-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-04-24courier-imap: bump versionSam Varshavchik
2021-04-01POP3 lang extensionSam Varshavchik
2021-03-28pop3d-ssl.dist: remove duplicate setting.Sam Varshavchik
2021-03-26Bump versionSam Varshavchik
2021-03-25Fix makedat handling of files without a trailing newline, adjust imap errmsg.Sam Varshavchik
2021-03-20Bump version.Sam Varshavchik
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`)