summaryrefslogtreecommitdiffstats
path: root/imap/message.c
AgeCommit message (Expand)Author
2006-07-04pdmef.cache.24: Generalise IMAP body caching and add POP support.Rocco Rutte
2006-05-26Add mutt_socket_write_n to write binary data. Use this function inTAKAHASHI Tamotsu
2006-05-18Use header_cache_t* instead of void* for header cache.Rocco Rutte
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2006-03-15Don't store UIDNEXT unless we know it.Brendan Cully
2006-03-15Only synthesize UIDNEXT if we've fetched uncached messages. Fixes aBrendan Cully
2006-03-13Courier fails to send UIDNEXT on SELECT (a violation of RFC 3501Brendan Cully
2006-01-20Correct a fairly harmless typo parsing message \Recent flags.Phil Pennock
2005-12-23Don't evaluate hcache unless uidnext > 0. This shouldn't happen, but itBrendan Cully
2005-12-23IMAP message cache fixes: embed UIDVALIDITY in the cache file name, onlyBrendan Cully
2005-12-22Add <errno.h> for msg_cache_put.Brendan Cully
2005-12-22Add $imap_cachedir option. If set, mutt will keep copies of IMAP messagesBrendan Cully
2005-12-21Cache UIDVALIDITY/UIDNEXT as header cache metadata, only attempt toBrendan Cully
2005-12-20Refactor header cache a bit to provide (fetch|store)_raw functions. TheseBrendan Cully
2005-12-19More IMAP header cache cleanup: remove expunged entries from cache, andBrendan Cully
2005-12-19Much faster IMAP sync code, pipelined and everything. Now batch updatesBrendan Cully
2005-12-19Cache server-side flags, don't send flag updates if mutt's are the same.Brendan Cully
2005-12-19Remove some cut-n-paste garbage from IMAP header cache code.Brendan Cully
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-15Whitespace shuffling.Brendan Cully
2005-12-10Move IMAP response buffer out of command into IMAP_DATA. Ironically this is t...Brendan Cully
2005-10-31Fix 2119.Thomas Glanzmann
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-09-07Display progress meter when uploading/fetching IMAP data. Closes: #1772.Brendan Cully
2005-08-02Check that the entire message downloaded successfully on fetch, and don'tBrendan Cully
2005-07-25Indentation, mostlyBrendan Cully
2005-07-25Minor cosmetic cleanup (fewer #ifdef HCACHE blocks)Brendan Cully
2005-07-24Merge full envelope from message fetch into original sparse envelope, insteadBrendan Cully
2005-07-24This patch includes (1) a rewrite of hash_delete_hash, and (2) someThomas Roessler
2005-04-03Synchronise message flags before moving messages.Dan Fandrich
2005-03-22Thomas graces us with this patch that resolves a type-size inconsistencyThomas Glanzmann
2005-02-27Turn brain back on before committing patches (that modification I made toBrendan Cully
2005-02-27Don't lose N flag when uploading a message to an IMAP mailbox.Dan Hopper
2005-02-12Fix debian bug #275060 (editing on an imap server loses its flags).TAKAHASHI Tamotsu
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-02-01Pull config.h out of protos.h, add to top of every IMAP C file. This shouldBrendan Cully
2005-01-31Begin removing deprecated autoconf 2.13 backward compatibility code.Brendan Cully
2005-01-26IMAP header cache.Thomas Glanzmann
2005-01-26Fix some printf arguments.Ralf Wildenhues
2004-11-08There's a size_t in imap_append_message not printed out portably.Ralf Wildenhues
2004-10-30safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler
2004-07-22Quick fix for IMAP breakage.Brendan Cully
2004-07-20Use List-Post headers when doing list-reply.Thomas Roessler
2004-07-19Fix #1548. (The first variant, with $imap_headers specifyingTAKAHASHI Tamotsu
2004-04-13Fix #1795Brendan Cully
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-04-07The attached patch cleans up some bugs in switching IMAP mailboxes:Brendan Cully