summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
2016-05-26add check operation to struct mx_opsDamien Riegel
2016-05-26add function imap_check_mailbox_reopenDamien Riegel
2016-05-25add open_new_msg operation to struct mx_opsDamien Riegel
2016-05-12Start decoupling mailbox operations.Damien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-10Add error message string for imap_mailbox_rename() on root folder.Kevin McCarthy
2016-03-26Fix error handling in sync_helper() and imap_sync_mailbox(). (closes #3817)Kevin McCarthy
2016-03-23Prevent renaming root folder in imap.Kevin McCarthy
2016-03-23Fix uninitialized prompt buffer in imap_mailbox_rename(). (closes #3819)Kevin McCarthy
2016-03-17Fix three build warnings when DEBUG isn't defined.Richard Russon
2016-01-19Make sasl authentication buffers dynamically sized. (see #3804)Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-21Remove redundant mbox delimiter check in imap_browse(). (closes #3646)Kevin McCarthy
2015-09-13Add translation comments and improvements.Kevin McCarthy
2015-09-06Fix double-decode during IMAP browse.Kevin McCarthy
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2015-07-23Fix compiler type warnings. (closes #3765)Kevin McCarthy
2015-07-22Fix a few small compiler warnings. (See #3638)Kevin McCarthy
2015-07-21merge stableKevin McCarthy
2015-07-21Imap: Fix flag caching after sync.Kevin McCarthy
2015-07-09Use $(VAR) instead of @VAR@ in Makefile.am files. (closes #3664)Kevin McCarthy
2015-06-26Fix IMAP segfault due to NULL capstr.Kevin McCarthy
2015-01-15Send the IMAP \Draft flag when postponing a message.Kevin McCarthy
2015-01-26Corrected various spelling mistakes (most of them reported by codespell).Vincent Lefevre
2014-10-11add check-syntax target for flymakeBrendan Cully
2013-10-06Ensure that BUFFER variables are initialized to prevent later attemptsAaron Schrab
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2013-07-23fix typos in commentsOndřej Bílka
2013-04-11backout c1371176ea45Michael Elkins
2013-04-10fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins
2013-01-17use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...Michael Elkins
2012-12-30add __FREE_CHECKED__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-09-09Make imap_free_header_data type-safeAndrew Gaul
2012-07-21Split mutt_buffer_new out of mutt_buffer_init.Brendan Cully
2012-07-07Do not use SASL for login unless AUTH=LOGIN is advertised (closes #3556)Brendan Cully
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-06-25Parentheses suggestedBrendan Cully
2011-06-25Do not subscribe to \noselect mailboxes. Closes #3445Brendan Cully
2011-06-25Avoid creating sparse ctx array when fetch responses are ignored. Closes #3288.hhorak
2011-06-18clear logging in message when login succeeded. closes #3524Michael Elkins
2011-05-23fix gcc 4.6 warning -Wunused-but-set-variable in imap.cOlaf Hering
2010-09-13Restore the previous behaviour of checking for new messages in imap folders w...Emanuele Giaquinta
2010-09-12add $mail_check_recent boolean to control whether Mutt will notify about all ...Michael Elkins
2010-08-12Fix bug in imap_keepalive() which erroneously free Context when the IMAP conn...Michael Elkins
2010-08-09rename mutt_sprintf() to safe_asprintf() to match the GNU extension that perf...Michael Elkins
2010-08-08avoid error when the user has requested many extra headers via IMAPMichael Elkins
2009-07-29Harmonize hcache uidvalidity size to unsigned int (per IMAP RFC).Brendan Cully