summaryrefslogtreecommitdiffstats
path: root/rfc2047.c
AgeCommit message (Expand)Author
2022-04-12Add convert_string() size check.Kevin McCarthy
2020-04-28Turn off writing exact-addresses that require 2047-encoding.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-17Add rfc2047_encode_envelope helper.Kevin McCarthy
2018-12-17Factor out rfc2047_decode_envelope().Kevin McCarthy
2018-12-03Improve rfc2047_decode to deal with improperly split words.Kevin McCarthy
2018-12-03Convert rfc2047_decode() to use buffers.Kevin McCarthy
2016-08-05Remove nonsensical size check in mutt_choose_charset()Kevin McCarthy
2016-08-05Fix memory leak in mutt_choose_charset().Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-08Fix potential memory leak in rfc2047_encode. (closes #3825)Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-09Fix possible unintentional '\0' strchr matches.Kevin McCarthy
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2010-09-23RFC2047 encode/decode the group name in an address list. closes #3317Michael Elkins
2010-09-11more lenient RFC2047 decoding: accept illegal spaces and bare question marks ...Michael Elkins
2010-08-25Use mutt_substrdup in rfc2047_decode_wordEmanuele Giaquinta
2010-08-24detect failure to decode word and copy raw string instead; avoids calling str...Michael Elkins
2009-07-23Use proper prototype for mutt_get_default_charset(), fix fallout.Matthias Andree
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2007-03-06Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().Alain Bench
2007-02-27Updated $assumed_charset patch (closes: #2218).TAKIZAWA Takashi
2007-02-24Add $assumed_charset, $file_charset and $strict_mime.TAKIZAWA Takashi
2006-07-11Fix #2173.TAKAHASHI Tamotsu
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-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2002-12-16Fix #1424.Edmund GRIMLEY EVANS
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-03-26Fix iconv warnings; from Edmund Grimley Evans.Thomas Roessler
2002-02-14Iconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED.Thomas Roessler
2001-10-15Close #821. Fix provided by Edmund.Thomas Roessler
2001-06-07Documentation updates and a little bug fix. From Brendan Cully.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-02-14Minor charset fixes. Users can now give any character set names inThomas 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-09-21Make some of the code more readable. From EGE.Thomas Roessler
2000-09-15Fix some RFC2047 encoding bugs.Thomas Roessler
2000-09-13Undo part of the character set canonicalization. EGE pointed out itThomas Roessler
2000-09-11Fix some more character set glitches.Thomas Roessler
2000-08-28Do character set selection for RFC2231 encodings. From EGE, butThomas Roessler
2000-07-10Fix some possible NULL pointer deferences in the RFC2047 code.Thomas Roessler
2000-07-03"Where have all the headers gone" fix from EGE.Thomas Roessler