summaryrefslogtreecommitdiffstats
path: root/imap/util.c
AgeCommit message (Expand)Author
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-08-06Replace pointless imap_force_ssl option with ssl_force_tls, which requiresBrendan Cully
2005-07-24Revert Glanzmann's imap_parse_mailbox patch.Brendan Cully
2005-07-24This patch includes (1) a rewrite of hash_delete_hash, and (2) someThomas Roessler
2005-02-12Fix debian bug #275060 (editing on an imap server loses its flags).TAKAHASHI Tamotsu
2005-02-05Remove a number of unnecessary config.h includes, and add someThomas Roessler
2005-01-27GNUTLS support. Used in Debian since Nov. 2001.Marco d'Itri
2004-04-12#1803: Short int format, short unsigned int arg.Vincent Lefevre
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2003-07-15The attached patch should keep all opened IMAP connections alive, noBrendan Cully
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-04-29There is a possible buffer overflow due an off-by-one error inByrial Jensen
2002-01-13Parse IMAP responses locale- and case- insensitive. From BrendanThomas Roessler
2001-11-05Missing gettext calls, noted by Byrial Jensen.Thomas Roessler
2001-10-28Fix a problem related to #837 (the bug isn't entirely close, though).Thomas Roessler
2001-10-22Make IMAP keepalive configurable. From Brendan Cully.Thomas Roessler
2001-09-04patch-bac.canonifypath-4.Thomas Roessler
2001-08-31Fix some memory leaks. From Pawel Salek, by way of Brendan Cully.Thomas Roessler
2001-07-26patch-bac.imapnextword-1. From Brendan Cully.Thomas Roessler
2001-07-04Fix a nit. From "Andrew W. Nosenko" <awn@bcs.zp.ua>Thomas Roessler
2001-05-28Consult /etc/services for imaps port. From Brendan Cully.Thomas Roessler
2001-05-15patch-bac.notes-20010515.1Thomas Roessler
2001-05-10A slightly extended version of Dave Ewart's sleeptime patch.Thomas Roessler
2001-05-07IMAP path canonicalization. From Brendan Cully.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-02-15Brendan Cully's latest STARTTLS patch.Thomas Roessler
2001-02-12Brendan Cully's SASL patch.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2000-09-04patch-bac.imapurl-4Thomas Roessler
2000-08-30SSL unification patch from Vsevolod.Thomas Roessler
2000-08-25patch-bac.imapurl-2, with small modifications.Thomas Roessler
2000-08-21patch-bac.createplus-1Thomas Roessler
2000-07-20Another IMAP patch from Brendan.Thomas Roessler
2000-07-20patch-bac.postpone-2Thomas Roessler
2000-07-19IMAP socket moves by Brendan Cully, with a fix from TommiThomas Roessler
2000-07-19Fix more possible IMAP memory corruption. From Brendan Cully.Thomas Roessler
2000-07-17imap/UTF7 related fixes from EGE.Thomas Roessler
2000-07-16Support modified UTF-7 in folder names. From Edmund Grimley Evans,Thomas Roessler
2000-07-06More IMAP fixes from Brendan Cully.Thomas Roessler
2000-07-03IMAP logout patch from Brendan Cully.Thomas Roessler
2000-04-26Fix the imap_force_ssl option.Thomas Roessler
2000-04-26Add a new option named imap_force_ssl.Thomas Roessler
2000-04-24Fix a segmentation fault with folder completion. From Brendan.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-03-01Don't crash with NULL Context pointers.Thomas Roessler
2000-02-28New IMAP keep-alive code. This should work from all menus, and itThomas Roessler
2000-02-28Don't do Context updates from the background.Thomas Roessler
1999-12-09Tommi Komulainen's multiple IMAP usernames patch.Thomas Roessler
1999-12-01Now, I should have got the signal handling right.Thomas Roessler