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