add support for file input
[php-utility-classes.git] / include / classes / email.php-class
2010-10-22 Robert KaiserMerge branch 'origin'
2010-07-10 Robert Kaiseradd a setCharset() function to email and use it to...
2008-04-03 Robert KaiserMerge branch 'origin' of hirsch
2008-01-27 Robert Kaiserfix saving of time_sent_latest for bounce messages
2008-01-04 Robert Kaiserhandle problematic ('bad') addresses with a bounce...
2007-10-08 Robert Kaiseradd handling for mails that have no valid recipient...
2006-11-18 robertdon't use base64 encoding on text or message attachment...
2006-11-11 robertadd a function to add properly encoded email address...
2006-11-08 robertmake email send people's names as single names, even...
2006-06-12 robertPHP5ize email and useragent modules
2006-05-18 robertquoutation fixes, ereg -> preg to improve performance
2005-11-26 robertreturn the result of mail() as result of send()
2004-04-11 robertadd optional limit for updateA, add addAttachment(...
2004-03-18 robertadd new insertA/updateA interfaces from com project...
2003-12-05 robertboundary should 1) be more random, 2) be preceded by...
2003-08-16 robertadd email class for sending mail easily