index
:
courier-libs
mac-os-check-for-c++-extensions-in-configure
master
Courier Mail Server - shared libraries
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
imap
/
imapd.c
Age
Commit message (
Collapse
)
Author
2022-02-22
Fix response to a SELECT with insufficient ACLs.
Sam Varshavchik
2022-01-26
Fix broken call to maildir_acl_delete.
Sam Varshavchik
2022-01-18
Partially revert commit f67b3067a0fee0b7e768f6bd9e12649cacc1f0d2.
Sam Varshavchik
2022-01-17
Clean up maildir_getnew.
Sam Varshavchik
2022-01-17
Fix 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-15
Fix minor memory leaks
Sam Varshavchik
2021-08-01
imap: fix crash due to a race condition.
Sam Varshavchik
2021-03-25
Fix makedat handling of files without a trailing newline, adjust imap errmsg.
Sam Varshavchik
2021-02-18
Remove the IMAP_ENHANCEDIDLE setting.
Sam Varshavchik
2020-11-30
imap: send Unicode alerts only for new messages.
Sam Varshavchik
2019-09-05
Log remote port numbers.
Sam Varshavchik
2018-12-09
Send a Unicode alert at most once per message.
Sam Varshavchik
2018-12-03
Fix compliance with IMAP.
Sam Varshavchik
2018-12-03
Hideki SAKAMOTO <hsakamt@tsnr.com>: Thunderbird sends malformed message
Sam Varshavchik
2018-07-18
Update documentation
Sam Varshavchik
2018-07-16
courier-imap: implement literal8 element and APPEND UTF8 option.
Sam Varshavchik
2018-07-16
courier-imap: enforce UTF8-correctness as per RFC-6855.
Sam Varshavchik
2018-07-16
courier-imap: Handle UTF-8 mailboxes.
Sam Varshavchik
2018-07-14
courier-imap: Advertise UTF8=ACCEPT IMAP capability.
Sam Varshavchik
2017-09-19
Change default encoding character set to UTF-8.
Sam Varshavchik
2017-03-09
courier-unicode API update.
Sam Varshavchik
2016-08-03
imap: fix check for DELETE INBOX.
Sam Varshavchik
2015-03-04
imap: handle 01-Jan-1970 as a valid search date.
Sam Varshavchik
2015-02-28
Update to courier-unicode 1.2
Sam Varshavchik
2014-01-12
Reconfigure against the standalone unicode library.
Sam Varshavchik
2013-11-25
Flush stdin after STARTTLS
Sam Varshavchik
2013-08-25
Initial checkin
Sam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.