summaryrefslogtreecommitdiff
path: root/it_mail.class
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-1/+1
2018-06-21use safer it:: variants of file funcsUrban Müller1-1/+1
2017-11-29Filter out invalid empty MX records (e.g. for bluwin.ch)Christian Schneider1-1/+1
2016-12-08Make static/object context check PHP 7.1 compatibleChristian Schneider1-1/+1
2016-10-19fix phan warningsUrban Müller1-1/+1
2016-02-15if encoding fails (because of broken utf8), use latin1 as input charset; even...David Flatz1-1/+3
2016-02-08encode header with base64 when quoted-printable fails because of php bug #53891David Flatz1-1/+6
2016-02-05use php function to escape headers; don't swallow double quotes when escaping...David Flatz1-4/+4
2016-02-03don't split addrlist at comma when the comma is inside a quoted string, this ...David Flatz1-2/+13
2014-04-28introduce new function addrlist_escape that uses header_escape to only escape...David Flatz1-26/+25
2014-04-28fix escaping of addrlists, don't escape email addressDavid Flatz1-10/+20
2014-03-27strip quotes when utf8-encoding the fullname part of an e-mail addressChristian A. Weber1-1/+1
2013-11-01Remove $Id$Christian Schneider1-2/+0
2012-10-31fix Reply-To header encodingChristian Weber1-1/+1
2012-03-22use PHP's default_charset instead of hard-coded iso-8859-1Christian Weber1-2/+6
2012-02-13Replace preg_replace /e modifier with preg_replace_callback: Modified planned...Christian Schneider1-1/+1
2011-12-08fix initialisation of $p in add_attachment(), change add_file() in the same w...Christian Weber1-15/+8
2011-12-08add_attachment() re-factored to take $p as 2nd arg, add support for specifyin...Christian Weber1-11/+17
2011-11-22support sending of mails on twin/develUrban Müller1-2/+3
2011-08-25more info in subject (in case sending of error mail fails, too)Urban Müller1-1/+1
2011-08-25catch failed mail deliveriesUrban Müller1-2/+6
2011-08-01use correct charset for headers, don't hardcode iso-8859-1Christian Weber1-1/+1
2010-11-23Use ULTRAHOSTNAME or hostname command to find domain name for check_email()Christian Schneider1-1/+1
2010-11-23Made mailcheck output its progress with 'mailcheck' debug parameterChristian Schneider1-1/+1
2009-04-22Get rid of ereg/split, replaced by preg equivalentsChristian Schneider1-5/+5
2009-03-17forcmail debug paramUrban Müller1-1/+1
2009-02-18fix debug output in send() on non-live machinesChristian Weber1-3/+4
2009-02-17send no mails from devel/twin, treat missing severtype.cfg as liveUrban Müller1-1/+2
2008-12-30nomail debug paramUrban Müller1-1/+3
2008-10-15phplint cleanupUrban Müller1-2/+2
2008-10-07Removed obsolete variableChristian Schneider1-1/+1
2008-09-15Fix bug with email addresses including full name and GMailChristian Schneider1-6/+19
2008-09-11Only encode headers with quoted-printable if really necessaryChristian Schneider1-1/+1
2008-09-10Handle arrays for header values passed to it_mailChristian Schneider1-32/+12
2008-09-10Also encode = in quoted printable (rfc2045 6.7.)Christian Schneider1-1/+1
2008-09-10Fix typo in hex codeChristian Schneider1-1/+1
2008-09-10Use one single encoding instead of one per characterChristian Schneider1-1/+1
2007-10-11More uniform file headersChristian Schneider1-7/+15
2007-10-11Populated release branchChristian Schneider1-0/+483