summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_smtp.inc
AgeCommit message (Collapse)Author
2009-07-21- use simple rcube_smtp classalec
- Installer: fix SMTP settings test git-svn-id: https://svn.roundcube.net/trunk@2776 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-14- added 'smtp_debug' optionalec
git-svn-id: https://svn.roundcube.net/trunk@2754 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-07- Support %h variable in 'smtp_server' option (#1485766)alec
git-svn-id: https://svn.roundcube.net/trunk@2717 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-06- Show SMTP errors in browser (#1485927)alec
git-svn-id: https://svn.roundcube.net/trunk@2713 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-03Add plugin hooks 'smtp_connect' and 'list_identities' (#1485954, #1485958)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2702 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-20- support PEAR::Net_* in __autoload()alec
git-svn-id: https://svn.roundcube.net/trunk@2667 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-16- Added possibility to encrypt received header, option ↵alec
'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security git-svn-id: https://svn.roundcube.net/trunk@2491 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-04- ereg -> pregalec
git-svn-id: https://svn.roundcube.net/trunk@2453 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-13- Fix multiple recipients input parsing (#1485733)alec
- added shared rcube_explode_quoted_string() function git-svn-id: https://svn.roundcube.net/trunk@2291 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-16#1485299: don't use SMTP's debug optionalec
git-svn-id: https://svn.roundcube.net/trunk@2155 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-27#1485518: validate SERVER_NAME for smtp_helo_host settingalec
git-svn-id: https://svn.roundcube.net/trunk@2016 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-07More code cleanup + oop-izationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1360 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-25* introduced isset() because that is how you test if a var is set (which is ↵till
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 git-svn-id: https://svn.roundcube.net/trunk@1136 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-29 * included error code in error messagetill
* returned directly from the SMTP on authentication error * useful for debugging SMTP errors git-svn-id: https://svn.roundcube.net/trunk@970 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-20Fix order of checks.robin
git-svn-id: https://svn.roundcube.net/trunk@805 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-20Make smtp HELO/EHLO hostname configurable (closes #1484067)robin
git-svn-id: https://svn.roundcube.net/trunk@804 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-07Documentation, code style and cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@666 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-28Prevent default events on subject link; fixed typo in smtp scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@586 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-06Optimized memory usage when sending mail; Include SMTP response in log; ↵thomasb
Fixed wrong header encoding git-svn-id: https://svn.roundcube.net/trunk@399 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-06-26Typos, Optimizations, Updatesthomasb
git-svn-id: https://svn.roundcube.net/trunk@266 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-03-03Improved SMTP error handlingroundcube
git-svn-id: https://svn.roundcube.net/trunk@158 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-01-19Use str_replace for %u and %p in SMTP authorizationroundcube
git-svn-id: https://svn.roundcube.net/trunk@113 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-12-16Usage of virtusertable; mail_domain for new users; Chinese and Turkish ↵roundcube
localization git-svn-id: https://svn.roundcube.net/trunk@92 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-11-14SMTPS support and minor bugfixesroundcube
git-svn-id: https://svn.roundcube.net/trunk@83 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-10-24Optimized memory usage when sending a messageroundcube
git-svn-id: https://svn.roundcube.net/trunk@57 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-10-20typo fixsparc
git-svn-id: https://svn.roundcube.net/trunk@42 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-10-14added smtp auth method setting through config filesparc
git-svn-id: https://svn.roundcube.net/trunk@34 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-10-11Better support for Courier IMAProundcube
git-svn-id: https://svn.roundcube.net/trunk@25 208e9e7b-5314-0410-a742-e7e81cd9613c
2005-09-30Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP classroundcube
git-svn-id: https://svn.roundcube.net/trunk@11 208e9e7b-5314-0410-a742-e7e81cd9613c