summaryrefslogtreecommitdiffstats
path: root/imap
AgeCommit message (Expand)Author
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
2009-06-28Allow ImapDelimChars to be unsetBrendan Cully
2009-06-28Not being able to start an IMAP command is a fatal error.Brendan Cully
2009-06-28IMAP LOGIN does not support separate user and login accounts.Brendan Cully
2009-06-26Set internaldate of messages appended to IMAP mailboxesBrendan Cully
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-06-14Save a dereference, and close #3226 with voodoo.Brendan Cully
2009-06-09Skip comparison against current mailbox for idle connections.Brendan Cully
2009-06-09Revert accidental changeBrendan Cully
2009-06-09Remove trailing whitespace.Brendan Cully
2009-06-07Do not display error message when user declines to create target mailbox.Brendan Cully
2009-06-07Minor cleanup in imap_copy_messages.Brendan Cully
2009-06-06Do not treat already-seen headers as if they are new.Brendan Cully
2009-04-28Only sync changed messages back to hcache on mailbox syncRocco Rutte
2009-04-26Sync header to hcache when synching MH/Maildir/IMAP folders. Closes #2942.Rocco Rutte
2009-03-17Fix some warnings with -W about missing initializers in structsRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-27Move socket close into imap_logout from imap_logout_allBrendan Cully
2009-01-27IMAP: only close socket when not already disconnected.Brendan Cully
2009-01-14Use imap_utf7_encode instead of imap_munge_mbox_name+imap_unquote_string.Emanuele Giaquinta
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-05Report CREATE failuresBrendan Cully
2009-01-04Indentation fixEmanuele Giaquinta
2009-01-04IMAP copyright header updatesBrendan Cully
2009-01-04Updated copyrightsBrendan Cully
2009-01-03Raise debug level for several messagesBrendan Cully
2009-01-03Guard against unused variable warning.Brendan Cully
2009-01-03Ignore unexpected FETCH responses during imap_read_headers.Brendan Cully
2008-12-16Remove unused #include directivesErik Hovland
2008-12-16Remove imap/BUGS from Makefile.amBrendan Cully
2008-12-15imap/BUGS is superseded by the BTSBrendan Cully