summaryrefslogtreecommitdiff
path: root/program/include/rcube_smtp.php
AgeCommit message (Expand)Author
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2011-11-28- Use strpos() instead of strstr() when possible (#1488211)alecpl
2011-11-24- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook (#1487...alecpl
2011-10-07- Ignore DSN request when it isn't supported by SMTP server (#1487800)alecpl
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alecpl
2011-04-17- PEAR::Net_SMTP 1.5.2, fixed timeout issue (#1487843)alecpl
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alecpl
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-10-22- Re-implemented SMTP proxy authorization supportalecpl
2010-10-11- Add SASL proxy authentication for SMTP (#1486693)alecpl
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alecpl
2010-10-06- Use empty envelope sender address for message disposition notifications (RF...alecpl
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-25- Fix SMTP test in Installer (#1486952)alecpl
2010-06-08- Add real SMTP error description to displayed error messages (#1485927)alecpl
2010-06-03- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)alecpl
2010-05-26- fix error message on SMTP oversize error (#1486754)alecpl
2010-04-23Add class docuumentation blocks and make phpdoc work againthomascube
2010-03-12- fixes for proper handling of email addresses with form: "user"@domain.tldalecpl
2010-03-12- get better message for error in DATAalecpl
2010-03-05- Support/Require tls:// prefix in 'smtp_server' option for TLS connectionsalecpl
2010-02-09- Fix attachment excessive memory use, support messages of any size (#1484660)alecpl
2009-07-21- fix svn file $Id$alecpl
2009-07-21- use simple rcube_smtp classalecpl