summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_mail.class
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-19
fix phan warnings
Urban Müller
1
-1
/
+1
2016-02-15
if encoding fails (because of broken utf8), use latin1 as input charset; even...
David Flatz
1
-1
/
+3
2016-02-08
encode header with base64 when quoted-printable fails because of php bug #53891
David Flatz
1
-1
/
+6
2016-02-05
use php function to escape headers; don't swallow double quotes when escaping...
David Flatz
1
-4
/
+4
2016-02-03
don't split addrlist at comma when the comma is inside a quoted string, this ...
David Flatz
1
-2
/
+13
2014-04-28
introduce new function addrlist_escape that uses header_escape to only escape...
David Flatz
1
-26
/
+25
2014-04-28
fix escaping of addrlists, don't escape email address
David Flatz
1
-10
/
+20
2014-03-27
strip quotes when utf8-encoding the fullname part of an e-mail address
Christian A. Weber
1
-1
/
+1
2013-11-01
Remove $Id$
Christian Schneider
1
-2
/
+0
2012-10-31
fix Reply-To header encoding
Christian Weber
1
-1
/
+1
2012-03-22
use PHP's default_charset instead of hard-coded iso-8859-1
Christian Weber
1
-2
/
+6
2012-02-13
Replace preg_replace /e modifier with preg_replace_callback: Modified planned...
Christian Schneider
1
-1
/
+1
2011-12-08
fix initialisation of $p in add_attachment(), change add_file() in the same w...
Christian Weber
1
-15
/
+8
2011-12-08
add_attachment() re-factored to take $p as 2nd arg, add support for specifyin...
Christian Weber
1
-11
/
+17
2011-11-22
support sending of mails on twin/devel
Urban Müller
1
-2
/
+3
2011-08-25
more info in subject (in case sending of error mail fails, too)
Urban Müller
1
-1
/
+1
2011-08-25
catch failed mail deliveries
Urban Müller
1
-2
/
+6
2011-08-01
use correct charset for headers, don't hardcode iso-8859-1
Christian Weber
1
-1
/
+1
2010-11-23
Use ULTRAHOSTNAME or hostname command to find domain name for check_email()
Christian Schneider
1
-1
/
+1
2010-11-23
Made mailcheck output its progress with 'mailcheck' debug parameter
Christian Schneider
1
-1
/
+1
2009-04-22
Get rid of ereg/split, replaced by preg equivalents
Christian Schneider
1
-5
/
+5
2009-03-17
forcmail debug param
Urban Müller
1
-1
/
+1
2009-02-18
fix debug output in send() on non-live machines
Christian Weber
1
-3
/
+4
2009-02-17
send no mails from devel/twin, treat missing severtype.cfg as live
Urban Müller
1
-1
/
+2
2008-12-30
nomail debug param
Urban Müller
1
-1
/
+3
2008-10-15
phplint cleanup
Urban Müller
1
-2
/
+2
2008-10-07
Removed obsolete variable
Christian Schneider
1
-1
/
+1
2008-09-15
Fix bug with email addresses including full name and GMail
Christian Schneider
1
-6
/
+19
2008-09-11
Only encode headers with quoted-printable if really necessary
Christian Schneider
1
-1
/
+1
2008-09-10
Handle arrays for header values passed to it_mail
Christian Schneider
1
-32
/
+12
2008-09-10
Also encode = in quoted printable (rfc2045 6.7.)
Christian Schneider
1
-1
/
+1
2008-09-10
Fix typo in hex code
Christian Schneider
1
-1
/
+1
2008-09-10
Use one single encoding instead of one per character
Christian Schneider
1
-1
/
+1
2007-10-11
More uniform file headers
Christian Schneider
1
-7
/
+15
2007-10-11
Populated release branch
Christian Schneider
1
-0
/
+483