summaryrefslogtreecommitdiffstats
path: root/rfc822.c
AgeCommit message (Expand)Author
2021-01-22Tighten up group list parsing a bit more.Kevin McCarthy
2021-01-17Add group terminator if it is left off.Kevin McCarthy
2021-01-17Don't allocate a group terminator unless we are in a group-list.Kevin McCarthy
2021-01-17Fix memory leak parsing group addresses without a display name.Kevin McCarthy
2020-11-25Fix exact-address recording of last value.Kevin McCarthy
2020-05-13Loosen message-id parser to parse ids without angle brackets.Kevin McCarthy
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
2017-09-30Fix address group terminator "exact address" printing to display trailing sem...Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2015-11-09Fix possible unintentional '\0' strchr matches.Kevin McCarthy
2015-10-18Fix next_token() oob read. (closes #3787)Kevin McCarthy
2013-10-16Rework logic to avoid advancing list pointer inside the for loop.Michael Elkins
2012-12-31Fix accidental var redeclation with --enable-exact-addressguns
2012-12-18rename iswsp() to is_email_wsp()Michael Elkins
2012-12-16use new function iswsp() in place of isspace() when testing for whitespace.Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-06-20copy idn status when duplicating address objectMichael Elkins
2010-03-02Fix #2014.TAKAHASHI Tamotsu
2010-03-01Another attempt to dequote RFC2047-encoded address comments (see #2014)Brendan Cully
2010-03-01Backed out changeset 2a4ca6917fd0.Brendan Cully
2010-02-28RFC-2047 decode address text before dequoting it (see #2014)Brendan Cully
2009-07-28Fix some issues with ungroup [...] *Rocco Rutte
2009-07-23Implement ungroup command. Closes #3304.Rocco Rutte
2009-06-19remove bogus FREEAron Griffis
2009-05-13Prune empty address groups when preparing replies. Closes #2875.Rocco Rutte
2009-03-15The assigned value of dom is never used. Remove assignmentErik Hovland
2008-12-16buflen cannot be 0 hereErik Hovland
2008-10-28Make some functions static.Emanuele Giaquinta
2008-06-02Allow for mail addresses longer than 256 characters (closes #3066).Rocco Rutte
2007-11-01Unbreak exact address feature.Rocco Rutte
2007-04-02Validate msgid in APOP authentication. Closes #2846Brendan Cully
2007-03-14Fix return value for rfc822_write_address()Rocco Rutte
2007-03-12Improve strcat usage (#2802).Sami Farin
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-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler
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-12-09Experimental patch to fix #1318.Thomas Roessler
2002-05-30Properly handle empty addresses (<>) when they show up in mailThomas Roessler
2002-01-04Terminate the correct buffer. Noted by Durval MenezesThomas Roessler
2002-01-01Fix a security problem.Thomas Roessler
2001-01-17This one-line diff should fix the behaviour of the address parserThomas Roessler