summaryrefslogtreecommitdiffstats
path: root/pop_lib.c
AgeCommit message (Expand)Author
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2015-07-22Fix a few small compiler warnings. (See #3638)Kevin McCarthy
2013-07-23fix typos in commentsOndřej Bílka
2013-02-23use of sscanf() had undefined behavior, replace with simple parsing insteadMichael Elkins
2012-12-18rename iswsp() to is_email_wsp()Michael Elkins
2010-08-07add comment about safety of castMichael Elkins
2010-08-06Fix comparison signedness warning.Matthias Andree
2010-02-28pop: allow user-specified port to override default in URL.Antonio Radici
2009-04-16POP: Default to using getservbyname() as we do for IMAP and SMTPRocco Rutte
2007-11-06Add percentages to progress bar optionally supplied by caller.Rocco Rutte
2006-11-28Rename PROG_(SIZE|MSG) to M_PROGRESS_\1.Rocco Rutte
2006-11-15Unify size and count progress display.Rocco Rutte
2006-05-26Add mutt_socket_write_n to write binary data. Use this function inTAKAHASHI Tamotsu
2006-04-28pdmef+fix+sslinterface. Triggered by a warning when compilingRocco Rutte
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-12Teach pop driver about mutt_progress_bar. Allow progress bar to omit totalBrendan Cully
2005-08-06Replace pointless imap_force_ssl option with ssl_force_tls, which requiresBrendan Cully
2005-08-02Put moribund NSS support out to pasture.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-27GNUTLS support. Used in Debian since Nov. 2001.Marco d'Itri
2004-01-04Attached patch provides support of STLS (STARTTLS) command in POP3Vsevolod Volkov
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2002-05-18Attached patch for mutt 1.3.X/1.4 and 1.5.X removes gcc warning inVsevolod Volkov
2002-04-25Attached patch fixes the problem described below. It should beVsevolod Volkov
2002-02-26CAPA response tags are case-insensitive. Noted by Michael Vore,Thomas Roessler
2001-05-10A slightly extended version of Dave Ewart's sleeptime patch.Thomas Roessler
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2000-12-31Missing patches from VVV.Thomas Roessler
2000-10-10Vsevolod Volkov's POP mailbox patch.Thomas Roessler