summaryrefslogtreecommitdiffstats
path: root/imap/util.c
AgeCommit message (Expand)Author
2013-07-23fix typos in commentsOndřej Bílka
2013-01-17use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...Michael Elkins
2012-12-20fix forgotten RETSIGTYPE change id [18a724e9eba0]Michael Elkins
2012-12-15make imap_private.h include message.h for IMAP_HEADER_DATA definitionMichael Elkins
2012-07-21Split mutt_buffer_new out of mutt_buffer_init.Brendan Cully
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2010-08-12Fix bug in imap_keepalive() which erroneously free Context when the IMAP conn...Michael Elkins
2009-07-29Harmonize hcache uidvalidity size to unsigned int (per IMAP RFC).Brendan Cully
2009-06-28Allow ImapDelimChars to be unsetBrendan Cully
2009-06-26Set internaldate of messages appended to IMAP mailboxesBrendan Cully
2009-06-09Revert accidental changeBrendan Cully
2009-06-09Remove trailing whitespace.Brendan Cully
2009-01-10Assume INBOX for ""/NULL in imap_mxcmpBrendan Cully
2009-01-10Use known connection delimiter in imap_expand_pathBrendan Cully
2009-01-10Guard against NULL pointers in imap_mxcmpBrendan Cully
2009-01-10Canonicalize IMAP mailboxes before comparing them.Brendan Cully
2009-01-10Fix last commitBrendan Cully
2009-01-10Prioritize the entered IMAP folder delimiter.Brendan Cully
2009-01-04Indentation fixEmanuele Giaquinta
2008-12-16Remove unused #include directivesErik Hovland
2008-10-30Add imap_account_match wrapper over mutt_account_match that canonicalizesEmanuele Giaquinta
2008-10-20Accidentally dropped from d4a9c0a68f2b prior to commitBrendan Cully
2008-10-20Fix #3129Kyle Wheeler
2008-10-19Normalize path component of IMAP URLs in imap_expand_path (see #2897).Brendan Cully
2008-08-26Properly set the SASL external auth name when using SSL client certs.Brendan Cully
2008-08-25Introduce $imap_pipeline_depth.Brendan Cully
2007-04-11Make imap_hcache_open robust against missing idata->ctxBrendan Cully
2007-04-11Do not attempt to parse idata->ctx->path if an explicit path is givenBrendan Cully
2007-04-10Fix some warningsBrendan Cully
2007-04-10Make IMAP header cache layout match body cache.Brendan Cully
2007-04-10Add hcache path name hookBrendan Cully
2007-04-10Do not hold hcache open while mailbox is open - it can lead to lockupsBrendan Cully
2007-04-10Add imap_hcache_del; minor cleanupsBrendan Cully
2007-04-05IMAP header cache API improvements.Brendan Cully
2007-04-05Keep hcache pointer in idata, open and close with mailboxBrendan Cully
2007-04-03Add missing hcache.h includeBrendan Cully
2007-04-02Fix a segfault in the new mboxcache hcache lookup.Brendan Cully
2007-03-12Substitute INBOX for empty mailbox _after_ cleanup (closes: #2841)Brendan Cully
2006-08-10Handle literal mailbox names in LIST responses (for Notes).Brendan Cully
2006-07-04pdmef.cache.24: Generalise IMAP body caching and add POP support.Rocco Rutte
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2005-12-19Real support for the Old flag on IMAP.Brendan Cully
2005-12-16New new mail detection code. Now we use UIDVALIDITY/UIDNEXT to detect whetherBrendan Cully
2005-12-15Use mutt_buffer_printf in several places instead of a homebrew version.Brendan Cully
2005-12-13Restore IMAP postponed check in the wake of the buffy pipelining patch.Brendan Cully
2005-12-11IMAP command batching code, used to pipeline mailbox poll requests.Brendan Cully
2005-12-10Set up a command pipeline. Currently everything still runs a single command fromBrendan Cully
2005-12-10Move IMAP response buffer out of command into IMAP_DATA. Ironically this is t...Brendan Cully
2005-09-22Don't allow imap URLs with empty hosts. Also don't attempt to completeBrendan Cully
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully