summaryrefslogtreecommitdiff
path: root/program/include/rcube_smtp.inc
AgeCommit message (Collapse)Author
2008-05-07More code cleanup + oop-izationthomascube
2008-02-25* introduced isset() because that is how you test if a var is set (which is ↵till
why a NOTICE is a good idea to look at sometimes) * fixed a bug - $smtp_conn was checked, but it's actually called $SMTP_CONN, now the connection is really being re-used
2008-01-29 * included error code in error messagetill
* returned directly from the SMTP on authentication error * useful for debugging SMTP errors
2007-09-20Fix order of checks.svncommit
2007-09-20Make smtp HELO/EHLO hostname configurable (closes #1484067)svncommit
2007-08-07Documentation, code style and cleanupthomascube
2007-05-28Prevent default events on subject link; fixed typo in smtp scriptthomascube
2006-12-06Optimized memory usage when sending mail; Include SMTP response in log; ↵thomascube
Fixed wrong header encoding
2006-06-26Typos, Optimizations, Updatesthomascube
2006-03-03Improved SMTP error handlingthomascube
2006-01-19Use str_replace for %u and %p in SMTP authorizationthomascube
2005-12-16Usage of virtusertable; mail_domain for new users; Chinese and Turkish ↵thomascube
localization
2005-11-14SMTPS support and minor bugfixesthomascube
2005-10-24Optimized memory usage when sending a messagethomascube
2005-10-20typo fixsvncommit
2005-10-14added smtp auth method setting through config filesvncommit
2005-10-11Better support for Courier IMAPthomascube
2005-09-30Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP classthomascube