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.inc
Age
Commit message (
Expand
)
Author
2009-07-07
- Support %h variable in 'smtp_server' option (#1485766)
alecpl
2009-07-06
- Show SMTP errors in browser (#1485927)
alecpl
2009-07-03
Add 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 'http_received_header_...
alecpl
2009-05-04
- ereg -> preg
alecpl
2009-02-13
- Fix multiple recipients input parsing (#1485733)
alecpl
2008-12-16
#1485299: don't use SMTP's debug option
alecpl
2008-10-27
#1485518: validate SERVER_NAME for smtp_helo_host setting
alecpl
2008-05-07
More code cleanup + oop-ization
thomascube
2008-02-25
* introduced isset() because that is how you test if a var is set (which is w...
till
2008-01-29
* included error code in error message
till
2007-09-20
Fix order of checks.
svncommit
2007-09-20
Make smtp HELO/EHLO hostname configurable (closes #1484067)
svncommit
2007-08-07
Documentation, code style and cleanup
thomascube
2007-05-28
Prevent default events on subject link; fixed typo in smtp script
thomascube
2006-12-06
Optimized memory usage when sending mail; Include SMTP response in log; Fixed...
thomascube
2006-06-26
Typos, Optimizations, Updates
thomascube
2006-03-03
Improved SMTP error handling
thomascube
2006-01-19
Use str_replace for %u and %p in SMTP authorization
thomascube
2005-12-16
Usage of virtusertable; mail_domain for new users; Chinese and Turkish locali...
thomascube
2005-11-14
SMTPS support and minor bugfixes
thomascube
2005-10-24
Optimized memory usage when sending a message
thomascube
2005-10-20
typo fix
svncommit
2005-10-14
added smtp auth method setting through config file
svncommit
2005-10-11
Better support for Courier IMAP
thomascube
2005-09-30
Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class
thomascube