Commit Graph

21 Commits

Author SHA1 Message Date
Aleksander Machniak
195dc11855 Support host-specific imap_conn_options/smtp_conn_options/managesieve_conn_options (#5136) 2016-09-30 18:02:23 +02:00
Aleksander Machniak
8dc756f319 Fix bug in long recipients list parsing for cases where recipient name contained @-char (#1490653) 2016-02-01 14:25:00 +01:00
Aleksander Machniak
4e1aa60c16 Make possible to disable authentication via rcube_smtp::connect() arguments (#1490621) 2016-01-07 09:48:18 +01:00
Aleksander Machniak
7e3298753a Use ternary operator where aplicable 2015-11-14 10:08:07 +01:00
Aleksander Machniak
b71eef6d7d Don't use private properties of Net_SMTP object 2015-07-26 16:47:45 +02:00
Aleksander Machniak
36a7f57345 Modify rcube_smtp::send_mail() so it is possible to send message by
specifying only the message stream no headers, it's for cases when
the stream already contains a complete message.
2015-06-17 06:59:31 -04:00
Aleksander Machniak
a958748947 CS fixes 2015-06-07 15:26:33 +02:00
Aleksander Machniak
b59b72cc30 Fix "Non-static method PEAR::isError() should not be called statically" errors (#1490281) 2015-02-26 18:04:03 +01:00
Aleksander Machniak
62b847bea3 Fix "PHP Fatal error: Call to a member function getMessage() on a non-object" 2015-02-24 11:53:55 +01:00
Aleksander Machniak
a3fa844aad Make logged SMTP errors more verbose - log also real server response and codes 2015-01-28 09:39:23 +01:00
Thomas Bruederli
774deaded1 Don't EVER log passwords 2014-02-03 15:34:55 +01:00
Aleksander Machniak
357f9c831a Support SMTP socket context options via new config option 'smtp_conn_options' 2014-01-21 13:12:06 +01:00
Aleksander Machniak
43079d8e2d Simplify/fix debug lines truncation 2013-05-15 13:20:48 +02:00
Aleksander Machniak
9b8d22ebe1 Limit debug log entry (line) size to 4096 characters to prevent
memory_limit/preformance issues when debug is enabled (imap, smtp, db)
2013-05-08 20:19:58 +02:00
Aleksander Machniak
3725cfb245 Avoid uninitialized/unused variables 2013-05-07 15:12:22 +02:00
Aleksander Machniak
ce89ecd542 Fix various PHP code bugs found using static analysis (#1489086) 2013-05-06 12:23:27 +02:00
Aleksander Machniak
232535f76e Add option to use envelope From address for MDN responses (#1488880) 2013-01-02 19:25:07 +01:00
Aleksander Machniak
d2534c63f2 Cleanup, remove file paths from doc 2012-12-18 09:07:00 +01:00
Aleksander Machniak
9945f24274 CS fixes 2012-12-18 09:01:19 +01:00
Aleksander Machniak
5b06e24265 Cleaner way of handling user password in framework-based programs with no session 2012-11-26 10:27:19 +01:00
Aleksander Machniak
ba6f21caeb Framework files moved to lib/Roundcube 2012-11-21 19:52:03 +01:00