index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
include
/
rcube_smtp.php
Age
Commit message (
Collapse
)
Author
2012-01-18
Changed license to GNU GPLv3+ with exceptions for skins and plugins
thomascube
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 ↵
alecpl
(#1487937)
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-12
Bumbed version; Roundcube development is not Switzerland only
thomascube
2010-10-22
- Re-implemented SMTP proxy authorization support
alecpl
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 ↵
alecpl
(RFC2298.3)
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-23
Add class docuumentation blocks and make phpdoc work again
thomascube
2010-03-12
- fixes for proper handling of email addresses with form: "user"@domain.tld
alecpl
2010-03-12
- get better message for error in DATA
alecpl
2010-03-05
- Support/Require tls:// prefix in 'smtp_server' option for TLS connections
alecpl
- "Split" config file into sections
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 class
alecpl
- Installer: fix SMTP settings test