summaryrefslogtreecommitdiff
path: root/program/include/rcube_smtp.inc
AgeCommit message (Collapse)Author
2009-07-21- use simple rcube_smtp classalecpl
- Installer: fix SMTP settings test
2009-07-14- added 'smtp_debug' optionalecpl
2009-07-07- Support %h variable in 'smtp_server' option (#1485766)alecpl
2009-07-06- Show SMTP errors in browser (#1485927)alecpl
2009-07-03Add plugin hooks 'smtp_connect' and 'list_identities' (#1485954, #1485958)thomascube
2009-06-20- support PEAR::Net_* in __autoload()alecpl
2009-05-16- Added possibility to encrypt received header, option ↵alecpl
'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security
2009-05-04- ereg -> pregalecpl
2009-02-13- Fix multiple recipients input parsing (#1485733)alecpl
- added shared rcube_explode_quoted_string() function
2008-12-16#1485299: don't use SMTP's debug optionalecpl
2008-10-27#1485518: validate SERVER_NAME for smtp_helo_host settingalecpl
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