summaryrefslogtreecommitdiffstats
path: root/pop.c
AgeCommit message (Expand)Author
2022-08-30Ensure pop_data is freed for mailbox and fetch-mail usage.Kevin McCarthy
2022-02-17Make sure username is included in header and body cache paths.Kevin McCarthy
2021-06-13Suggested translation changes.Kevin McCarthy
2021-05-01Add allow_8bit flag to sanitize_filename functions.Kevin McCarthy
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2019-10-23Convert pop_fetch_message() to use buffer pool.Kevin McCarthy
2019-10-23Convert pop_read_header() to use buffer pool.Kevin McCarthy
2019-09-27Convert hcache_open to use buffer pool.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-17Add mx operation save_to_header_cache.Kevin McCarthy
2018-07-13Sanitize POP bcache paths.Kevin McCarthy
2018-07-13Ensure UID in fetch_uidl.JerikoOne
2017-06-01Fix "format string is not a string literal" warnings. (closes #3949)TAKAHASHI Tamotsu
2017-02-10Change "allow_dups" into a flag at hash creation.Kevin McCarthy
2017-02-07Create function to free header cache data.Kevin McCarthy
2017-01-28Improve the label completion hash table usage.Kevin McCarthy
2016-11-13Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync.Kevin McCarthy
2016-08-02Explicitly NULL unimplemented pop mx_ops functions.Kevin McCarthy
2016-08-01Convert mx_open_mailbox_append() to use ctx->mx_ops.Kevin McCarthy
2016-06-23Change sidebar to consistently use realpath for context and buffy comparison.Kevin McCarthy
2016-06-18add close_msg to struct mx_opsDamien Riegel
2016-06-18pass context in mx_close_messageDamien Riegel
2016-06-17Add open_msg to struct mx_opsDamien Riegel
2016-05-26add check operation to struct mx_opsDamien Riegel
2016-05-12Start decoupling mailbox operations.Damien Riegel
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
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-02-23use of sscanf() had undefined behavior, replace with simple parsing insteadMichael Elkins
2013-01-17use a separate flag for mutt_hcache_store() to signal that the gettimeofday()...Michael Elkins
2012-12-17fix segfault in pop driver. when rereading the message header, the ENVELOPE*...hhorak
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-05-15POP: Notify user when messages are lost. Closes #2226.TAKAHASHI Tamotsu
2009-05-15POP: Ignore already-deleted messages while syncing. Closes #2225.TAKAHASHI Tamotsu
2009-04-26POP: Support hcache updating, too.Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-03-11Respect ctx->quiet when initializing progress bar.N.J. Mann
2007-12-11POP: Name hcache the way IMAP does.Rocco Rutte
2007-12-11POP: Respect $message_cache_cleanRocco Rutte
2007-11-06Add percentages to progress bar optionally supplied by caller.Rocco Rutte
2007-04-10Add hcache path name hookBrendan Cully
2007-03-31Add tmp flag to bcache_put, create bcache_commit.Brendan Cully
2007-03-30Add function pointer for close hook in Context.Brendan Cully
2006-11-28Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.Rocco Rutte