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
/
mutt_idna.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-04-15
Add libidn2 support
Matej Muzila
2016-01-01
Convert copyright years to all use 4 digit years.
Kevin McCarthy
2016-01-01
Update copyright notices.
Kevin McCarthy
2015-11-24
Fix bad idn error on local mailboxes. (closes #3795)
Kevin McCarthy
2015-11-24
Add user reversibility check in intl_to_local.
Kevin McCarthy
2015-11-24
Add option 'idn_encode'; rename option 'use_idn' to 'idn_decode'.
Kevin McCarthy
2015-11-24
Rewrite address local-to-intl conversion functions.
Kevin McCarthy
2015-11-24
Rename idna functions and bits for smtputf8 changes.
Kevin McCarthy
2009-03-28
Make IDNA code more readable
Thomas Roessler
2009-01-04
Update copyrights. Closes #3016.
Brendan Cully
2008-10-28
Make some functions static.
Emanuele Giaquinta
2008-10-07
Clean up with/without-idn handling
Brendan Cully
2008-10-07
Build no-op versions of new IDN functions if IDN is unavailable.
Brendan Cully
2008-09-17
sorting efficiency
Thomas Roessler
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-10-31
Fix the underlying problem behind mutt/2107.
Thomas Roessler
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-02-08
Make IDN decoding optional.
TAKAHASHI Tamotsu
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2003-11-12
Fix IDN API incompatibility problems.
Thomas Roessler
2003-09-19
As the ones of you who compile with new gcc's probably have noticed,
Mads Martin Joergensen
2003-04-08
Try to catch a couple of cases in which parameters for malloc calls
Thomas Roessler
2003-03-18
(mutt_addr_for_display): Fix memory leak. `user' and `domain'
Andrew W. Nosenko
2003-03-07
It seems like libidn doesn't like to translate NULL pointers.
Thomas Roessler
2003-03-05
Fix tlr's pre-processor screw-up.
Andrew W. Nosenko
2003-03-04
Unset UseSTD3ASCIIRules, and set AllowUnassigned. (Just reading
Thomas Roessler
2003-03-03
IDN support for e-mail messages. Things should work automagically
Thomas Roessler