index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
imap
/
util.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up formatting.
Kevin McCarthy
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-10-08
Create mutt_buffer_add_printf().
Kevin McCarthy
2018-08-11
Add QRESYNC support.
Kevin McCarthy
2018-08-11
Add utility functions for QRESYNC support.
Kevin McCarthy
2018-07-16
Merge branch 'stable'
Kevin McCarthy
2018-07-13
Selectively cache headers.
Richard Russon
2018-07-12
Fix imap_quote_string() length check errors.
Kevin McCarthy
2018-07-07
Merge branch 'stable'
Kevin McCarthy
2018-07-07
Properly quote IMAP mailbox names when (un)subscribing.
Kevin McCarthy
2018-05-21
Remove mutt_buffer_new() NULL retval checks.
Kevin McCarthy
2018-01-06
Change imap literal counts to parse and store unsigned ints.
Kevin McCarthy
2017-02-07
Create function to free header cache data.
Kevin McCarthy
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-01-01
Convert copyright years to all use 4 digit years.
Kevin McCarthy
2016-01-01
Update copyright notices.
Kevin McCarthy
2014-07-17
Add support for utf-8 mailboxes in imap.
Kevin McCarthy
2015-07-23
Fix compiler type warnings. (closes #3765)
Kevin McCarthy
2013-07-23
fix typos in comments
Ondřej Bílka
2013-01-17
use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...
Michael Elkins
2012-12-20
fix forgotten RETSIGTYPE change id [18a724e9eba0]
Michael Elkins
2012-12-15
make imap_private.h include message.h for IMAP_HEADER_DATA definition
Michael Elkins
2012-07-21
Split mutt_buffer_new out of mutt_buffer_init.
Brendan Cully
2011-12-03
Declare many structures const (closes #3552)
Dan Fandrich
2010-08-12
Fix bug in imap_keepalive() which erroneously free Context when the IMAP conn...
Michael Elkins
2009-07-29
Harmonize hcache uidvalidity size to unsigned int (per IMAP RFC).
Brendan Cully
2009-06-28
Allow ImapDelimChars to be unset
Brendan Cully
2009-06-26
Set internaldate of messages appended to IMAP mailboxes
Brendan Cully
2009-06-09
Revert accidental change
Brendan Cully
2009-06-09
Remove trailing whitespace.
Brendan Cully
2009-01-10
Assume INBOX for ""/NULL in imap_mxcmp
Brendan Cully
2009-01-10
Use known connection delimiter in imap_expand_path
Brendan Cully
2009-01-10
Guard against NULL pointers in imap_mxcmp
Brendan Cully
2009-01-10
Canonicalize IMAP mailboxes before comparing them.
Brendan Cully
2009-01-10
Fix last commit
Brendan Cully
2009-01-10
Prioritize the entered IMAP folder delimiter.
Brendan Cully
2009-01-04
Indentation fix
Emanuele Giaquinta
2008-12-16
Remove unused #include directives
Erik Hovland
2008-10-30
Add imap_account_match wrapper over mutt_account_match that canonicalizes
Emanuele Giaquinta
2008-10-20
Accidentally dropped from d4a9c0a68f2b prior to commit
Brendan Cully
2008-10-20
Fix #3129
Kyle Wheeler
2008-10-19
Normalize path component of IMAP URLs in imap_expand_path (see #2897).
Brendan Cully
2008-08-26
Properly set the SASL external auth name when using SSL client certs.
Brendan Cully
2008-08-25
Introduce $imap_pipeline_depth.
Brendan Cully
2007-04-11
Make imap_hcache_open robust against missing idata->ctx
Brendan Cully
2007-04-11
Do not attempt to parse idata->ctx->path if an explicit path is given
Brendan Cully
2007-04-10
Fix some warnings
Brendan Cully
2007-04-10
Make IMAP header cache layout match body cache.
Brendan Cully
2007-04-10
Add hcache path name hook
Brendan Cully
[next]