summaryrefslogtreecommitdiffstats
path: root/rfc822.c (follow)
Commit message (Expand)AuthorAgeLines
* Tighten up group list parsing a bit more.Kevin McCarthy2021-01-22-11/+21
* Add group terminator if it is left off.Kevin McCarthy2021-01-17-0/+4
* Don't allocate a group terminator unless we are in a group-list.Kevin McCarthy2021-01-17-2/+4
* Fix memory leak parsing group addresses without a display name.Kevin McCarthy2021-01-17-3/+2
* Fix exact-address recording of last value.Kevin McCarthy2020-11-25-1/+1
* Loosen message-id parser to parse ids without angle brackets.Kevin McCarthy2020-05-13-4/+4
* Support domain-literal values in email adddresses.Kevin McCarthy2020-05-06-4/+100
* Clean up code indentation.Kevin McCarthy2019-01-04-2/+8
* Remove trailing whitespace.Kevin McCarthy2018-12-31-13/+13
* Fix address group terminator "exact address" printing to display trailing sem...Kevin McCarthy2017-09-30-2/+2
* Convert copyright years to all use 4 digit years.Kevin McCarthy2016-01-01-1/+1
* Update copyright notices.Kevin McCarthy2016-01-01-1/+1
* Rename idna functions and bits for smtputf8 changes.Kevin McCarthy2015-11-24-2/+2
* Fix possible unintentional '\0' strchr matches.Kevin McCarthy2015-11-09-0/+3
* Fix next_token() oob read. (closes #3787)Kevin McCarthy2015-10-18-1/+1
* Rework logic to avoid advancing list pointer inside the for loop.Michael Elkins2013-10-16-3/+2
* Fix accidental var redeclation with --enable-exact-addressguns2012-12-31-1/+1
* rename iswsp() to is_email_wsp()Michael Elkins2012-12-18-31/+21
* use new function iswsp() in place of isspace() when testing for whitespace.Michael Elkins2012-12-16-6/+21
* Declare many structures const (closes #3552)Dan Fandrich2011-12-03-1/+1
* copy idn status when duplicating address objectMichael Elkins2011-06-20-0/+2
* Fix #2014.TAKAHASHI Tamotsu2010-03-02-11/+13
* Another attempt to dequote RFC2047-encoded address comments (see #2014)Brendan Cully2010-03-01-1/+1
* Backed out changeset 2a4ca6917fd0.Brendan Cully2010-03-01-5/+2
* RFC-2047 decode address text before dequoting it (see #2014)Brendan Cully2010-02-28-2/+5
* Fix some issues with ungroup [...] *Rocco Rutte2009-07-28-0/+1
* Implement ungroup command. Closes #3304.Rocco Rutte2009-07-23-0/+39
* remove bogus FREEAron Griffis2009-06-19-2/+0
* Prune empty address groups when preparing replies. Closes #2875.Rocco Rutte2009-05-13-4/+9
* The assigned value of dom is never used. Remove assignmentErik Hovland2009-03-15-2/+1
* buflen cannot be 0 hereErik Hovland2008-12-16-2/+0
* Make some functions static.Emanuele Giaquinta2008-10-28-1/+1
* Allow for mail addresses longer than 256 characters (closes #3066).Rocco Rutte2008-06-02-4/+4
* Unbreak exact address feature.Rocco Rutte2007-11-01-2/+4
* Validate msgid in APOP authentication. Closes #2846Brendan Cully2007-04-02-0/+46
* Fix return value for rfc822_write_address()Rocco Rutte2007-03-14-1/+1
* Improve strcat usage (#2802).Sami Farin2007-03-12-1/+2
* Avoid safe_free() usage and add security checksRocco Rutte2006-05-18-1/+1
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* Some functions/macros like isspace take an int and require theVincent Lefevre2003-07-24-3/+3
* IDN support for e-mail messages. Things should work automagicallyThomas Roessler2003-03-03-4/+12
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-2/+2
* Replace safe_free calls by the FREE macro.Thomas Roessler2002-12-10-1/+1
* Experimental patch to fix #1318.Thomas Roessler2002-12-09-1/+5
* Properly handle empty addresses (<>) when they show up in mailThomas Roessler2002-05-30-3/+14
* Terminate the correct buffer. Noted by Durval MenezesThomas Roessler2002-01-04-1/+1
* Fix a security problem.Thomas Roessler2002-01-01-14/+17
* This one-line diff should fix the behaviour of the address parserThomas Roessler2001-01-17-1/+1