summaryrefslogtreecommitdiffstats
path: root/imap/util.c
AgeCommit message (Expand)Author
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-10-08Create mutt_buffer_add_printf().Kevin McCarthy
2018-08-11Add QRESYNC support.Kevin McCarthy
2018-08-11Add utility functions for QRESYNC support.Kevin McCarthy
2018-07-16Merge branch 'stable'Kevin McCarthy
2018-07-13Selectively cache headers.Richard Russon
2018-07-12Fix imap_quote_string() length check errors.Kevin McCarthy
2018-07-07Merge branch 'stable'Kevin McCarthy
2018-07-07Properly quote IMAP mailbox names when (un)subscribing.Kevin McCarthy
2018-05-21Remove mutt_buffer_new() NULL retval checks.Kevin McCarthy
2018-01-06Change imap literal counts to parse and store unsigned ints.Kevin McCarthy
2017-02-07Create function to free header cache data.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2015-07-23Fix compiler type warnings. (closes #3765)Kevin McCarthy
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