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
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