index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
imap
/
utf7.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2014-07-17
Add support for utf-8 mailboxes in imap.
Kevin McCarthy
2011-12-03
Declare many structures const (closes #3552)
Dan Fandrich
2009-01-04
IMAP copyright header updates
Brendan Cully
2007-03-06
Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().
Alain Bench
2006-05-18
Avoid safe_free() usage and add security checks
Rocco Rutte
2005-09-17
Gah, forgot the zip code when updating the FSF address...
Brendan Cully
2005-09-17
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully
2005-09-06
Fix a memory leak in imap_utf7_decode and do a little cleanup on shutdown.
Brendan Cully
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2005-02-01
Pull config.h out of protos.h, add to top of every IMAP C file. This should
Brendan Cully
2005-01-26
Make some functions static.
Ralf Wildenhues
2003-09-19
Fix remaining (void **) casts.
Thomas Roessler
2003-03-19
Fix a buffer overflow in utf8_to_utf7.
Edmund GRIMLEY EVANS
2002-12-10
Replace safe_free calls by the FREE macro.
Thomas Roessler
2001-02-13
Change charset-hook's behaviour.
Thomas Roessler
2001-01-08
Let check_sec.sh check for use of the unsafe malloc, realloc, free,
Thomas Roessler
2000-07-18
IMAP fixes from Brendan Cully.
Thomas Roessler
2000-07-17
Name changes left out by EGE's patch.
Thomas Roessler
2000-07-16
Support modified UTF-7 in folder names. From Edmund Grimley Evans,
Thomas Roessler