summaryrefslogtreecommitdiffstats
path: root/imap/utf7.c
AgeCommit message (Expand)Author
2014-07-17Add support for utf-8 mailboxes in imap.Kevin McCarthy
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2009-01-04IMAP copyright header updatesBrendan Cully
2007-03-06Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().Alain Bench
2006-05-18Avoid safe_free() usage and add security checksRocco 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-06Fix a memory leak in imap_utf7_decode and do a little cleanup on shutdown.Brendan Cully
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-26Make some functions static.Ralf Wildenhues
2003-09-19Fix remaining (void **) casts.Thomas Roessler
2003-03-19Fix a buffer overflow in utf8_to_utf7.Edmund GRIMLEY EVANS
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2001-02-13Change charset-hook's behaviour.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2000-07-18IMAP fixes from Brendan Cully.Thomas Roessler
2000-07-17Name changes left out by EGE's patch.Thomas Roessler
2000-07-16Support modified UTF-7 in folder names. From Edmund Grimley Evans,Thomas Roessler