Commit Graph

21 Commits (7145e009e440ef4d6dcba2b4845656376c9d8ccd)

Author SHA1 Message Date
alecpl 050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
16 years ago
alecpl dea237e2d7 #1485299: don't use SMTP's debug option 16 years ago
alecpl 11b1b16b2f #1485518: validate SERVER_NAME for smtp_helo_host setting 16 years ago
thomascube 1854c4525b More code cleanup + oop-ization 16 years ago
till 619cfb2df2 * introduced isset() because that is how you test if a var is set (which is why a NOTICE is a good idea to look at sometimes)
* fixed a bug - $smtp_conn was checked, but it's actually called $SMTP_CONN, now the connection is really being re-used
17 years ago
till 3f8d85e8de * included error code in error message
* returned directly from the SMTP on authentication error
   * useful for debugging SMTP errors
17 years ago
svncommit 9b54e0b2a5 Fix order of checks. 17 years ago
svncommit aca3d25f1b Make smtp HELO/EHLO hostname configurable (closes #1484067) 17 years ago
thomascube 6d969b4d90 Documentation, code style and cleanup 17 years ago
thomascube b2fb950fb5 Prevent default events on subject link; fixed typo in smtp script 17 years ago
thomascube b517af4a47 Optimized memory usage when sending mail; Include SMTP response in log; Fixed wrong header encoding 18 years ago
thomascube b068a07db2 Typos, Optimizations, Updates 18 years ago
thomascube 8eba300088 Improved SMTP error handling 19 years ago
thomascube 4b0d509d3e Use str_replace for %u and %p in SMTP authorization 19 years ago
thomascube 977a295eb1 Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization 19 years ago
thomascube fd8c506109 SMTPS support and minor bugfixes 19 years ago
thomascube e0ed972884 Optimized memory usage when sending a message 19 years ago
svncommit 4301b06027 typo fix 19 years ago
svncommit d206c1f4d7 added smtp auth method setting through config file 19 years ago
thomascube 520c36aa4c Better support for Courier IMAP 19 years ago
thomascube 968bdc7c90 Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class 19 years ago