Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move to non-static OC_Defaults | Björn Schießle | 2013-07-04 | 1 | -3/+3 |
| | | | | | | Conflicts: lib/mail.php | ||||
* | Add init funtion to OC_Defaults to be able to wrap translatable strings | Björn Schießle | 2013-07-04 | 1 | -0/+2 |
| | |||||
* | make mail footer aware of different themes | Björn Schießle | 2013-07-01 | 1 | -3/+4 |
| | | | | | | Conflicts: lib/mail.php | ||||
* | fix wrong signature delimiter - fix #3523 | Morris Jobke | 2013-05-29 | 1 | -1/+1 |
| | |||||
* | adding test case for getDefaultEmailAddress() + fixing #1844 again | Thomas Mueller | 2013-03-04 | 1 | -0/+8 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -2/+5 |
| | |||||
* | Update lib/mail.php | j-ed | 2013-01-26 | 1 | -0/+2 |
| | | | added parameter mail_smtpauthtype to set SMTP authentication type. | ||||
* | Update lib/mail.php | j-ed | 2013-01-22 | 1 | -2/+8 |
| | | | | | | | | Added three additional mail_smtp.. parameters. - mail_smtpdebug - enable debug messages to analyse SMTP problems. - mail_smtptimeout - set SMTP timeout which is set to 10s by default and this is sometimes to short especially if a malware/ spam scanner is used. - mail_smtpsecure - force secure SMTP connections. | ||||
* | add smtp port configuration option | Thomas Mueller | 2013-01-02 | 1 | -6/+8 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -3/+3 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Fixing: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1617 | Thomas Müller | 2012-09-04 | 1 | -0/+1 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -4/+4 |
| | |||||
* | Add additional error handling for emailing private links | Michael Gapczynski | 2012-07-29 | 1 | -1/+2 |
| | |||||
* | Fix log write() parameters in wrong order | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Handling exceptions | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Catch exceptions from PHPMailer | Michael Gapczynski | 2012-07-11 | 1 | -26/+28 |
| | |||||
* | fix wrong documentation | Frank Karlitschek | 2012-06-06 | 1 | -12/+1 |
| | |||||
* | fix oc-780 | Frank Karlitschek | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | new OC_Mail class to handle all mail sending. The benefit is that is way mor ↵ | Frank Karlitschek | 2012-04-20 | 1 | -0/+116 |
flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code |