summaryrefslogtreecommitdiffstats
path: root/url.c (follow)
Commit message (Expand)AuthorAgeLines
* Change mailto_allow to be exact match only.Kevin McCarthy2022-02-06-1/+16
* Filter headers passed via the command line.Kevin McCarthy2022-02-06-0/+4
* Convert all mutt_atoX functions to behave strictly.Kevin McCarthy2021-01-27-1/+1
* Change mailto handling to parse in-reply-to loosely.Kevin McCarthy2020-05-14-0/+7
* Add mutt_buffer_expand_path().Kevin McCarthy2019-03-11-16/+25
* Clean up formatting.Kevin McCarthy2019-01-04-1/+2
* Remove trailing whitespace.Kevin McCarthy2018-12-31-5/+4
* Factor out rfc2047_decode_envelope().Kevin McCarthy2018-12-17-10/+1
* Check destlen and truncate in url_pct_encode().Kevin McCarthy2018-07-13-1/+6
* Allow IPv6 literal addresses in URLs. (closes #3681)Kevin McCarthy2016-10-15-4/+20
* RFC2047-decode mailto url headers after RFC2822 parsing. (closes #3879)Kevin McCarthy2016-10-01-7/+14
* RFC2047-decode mailto header values. (closes #3879)Kevin McCarthy2016-09-27-1/+7
* Restrict mailto header fields using mailto_allow.Michael Elkins2016-03-10-14/+28
* Convert copyright years to all use 4 digit years.Kevin McCarthy2016-01-01-1/+1
* rename iswsp() to is_email_wsp()Michael Elkins2012-12-18-2/+1
* Declare many structures const (closes #3552)Dan Fandrich2011-12-03-1/+1
* avoid c99 syntax for backwards compatMichael Elkins2010-08-14-1/+1
* url_parse_mailto should return 0 on successMichael Elkins2010-08-12-16/+15
* Fix comparison signedness warnings.Matthias Andree2010-08-06-2/+3
* Revert URL path encoding for nowRocco Rutte2009-06-29-25/+5
* Fix URL parser to encode pathsRocco Rutte2009-06-28-5/+25
* Fixup URL parserRocco Rutte2009-06-15-51/+84
* Don't parse URL port as signed short, but to int and cast to unsigned short. ...Rocco Rutte2009-06-15-1/+3
* Use strtol() wrappers for most atoi() callsRocco Rutte2009-06-01-2/+4
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* Use strtok_r() to parse mailto: links, not strtok().cypher2007-11-04-3/+3
* Prevent mailto parsing buffer overflow by ignoring too long header.Rocco Rutte2007-11-04-6/+12
* Simplify body cache path creationBrendan Cully2007-04-10-1/+2
* This patch adds ESMTP relay support to mutt.Brendan Cully2007-02-24-3/+5
* 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
* safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler2004-10-30-9/+13
* Use List-Post headers when doing list-reply.Thomas Roessler2004-07-20-1/+4
* Some functions/macros like isspace take an int and require theVincent Lefevre2003-07-24-1/+2
* Fix #1424.Edmund GRIMLEY EVANS2002-12-16-1/+2
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-1/+1
* Replace safe_free calls by the FREE macro.Thomas Roessler2002-12-10-1/+1
* Fix #843.Thomas Roessler2001-10-29-1/+3
* Another bug related to #837.Thomas Roessler2001-10-28-1/+1
* patch-bac.canonifypath-4.Thomas Roessler2001-09-04-5/+9
* Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler2001-04-26-4/+4
* Implement RFC 2822's idea of the In-Reply-To header. In particular,Thomas Roessler2001-04-25-1/+1
* Permit for passwords which contain '@'. From Felix von LeitnerThomas Roessler2001-04-03-1/+1
* Brendan Cully's latest STARTTLS patch.Thomas Roessler2001-02-15-0/+2
* patch-bac.imapurl-4Thomas Roessler2000-09-04-15/+39
* patch-bac.imapurl-2, with small modifications.Thomas Roessler2000-08-25-14/+16
* Add an URL parser, and support for mailto URLs.Thomas Roessler2000-08-22-0/+218