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
/
lib
/
Roundcube
/
rcube_smtp.php
Age
Commit message (
Collapse
)
Author
2015-02-26
Fix "Non-static method PEAR::isError() should not be called statically" ↵
Aleksander Machniak
errors (#1490281)
2015-02-24
Fix "PHP Fatal error: Call to a member function getMessage() on a non-object"
Aleksander Machniak
2015-01-28
Make logged SMTP errors more verbose - log also real server response and codes
Aleksander Machniak
2014-02-03
Don't EVER log passwords
Thomas Bruederli
2014-01-21
Support SMTP socket context options via new config option 'smtp_conn_options'
Aleksander Machniak
2013-05-15
Simplify/fix debug lines truncation
Aleksander Machniak
2013-05-08
Limit debug log entry (line) size to 4096 characters to prevent
Aleksander Machniak
memory_limit/preformance issues when debug is enabled (imap, smtp, db)
2013-05-07
Avoid uninitialized/unused variables
Aleksander Machniak
2013-05-06
Fix various PHP code bugs found using static analysis (#1489086)
Aleksander Machniak
2013-01-02
Add option to use envelope From address for MDN responses (#1488880)
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-12-18
CS fixes
Aleksander Machniak
2012-11-26
Cleaner way of handling user password in framework-based programs with no ↵
Aleksander Machniak
session
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak