Jörn Friedrich Dreyer
2a6a9a8cef
polish documentation based on scrutinizer patches
11 years ago
Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
...
Conflicts:
lib/private/vcategories.php
12 years ago
Björn Schießle
3c691c9ec9
move to non-static OC_Defaults
...
Conflicts:
lib/mail.php
12 years ago
Björn Schießle
d46e62886a
Add init funtion to OC_Defaults to be able to wrap translatable strings
12 years ago
Björn Schießle
f622f35a1a
make mail footer aware of different themes
...
Conflicts:
lib/mail.php
12 years ago
Morris Jobke
5c04b3a63a
fix wrong signature delimiter - fix #3523
12 years ago
Thomas Mueller
6019cdd5bd
adding test case for getDefaultEmailAddress() + fixing #1844 again
12 years ago
Bart Visscher
ffae6f4b84
Style-fix: Breakup long lines
12 years ago
j-ed
93834b78a1
Update lib/mail.php
...
added parameter mail_smtpauthtype to set SMTP authentication type.
12 years ago
j-ed
df6ba6955d
Update lib/mail.php
...
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.
12 years ago
Thomas Mueller
1727b2e84d
add smtp port configuration option
12 years ago
Felix Moeller
30d7993e01
Checkstyle fixes: NoSpaceAfterComma
13 years ago
Felix Moeller
afadf93d31
Checkstyle: many fixes
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Thomas Mueller
ebb28412ca
no more require_once()
13 years ago
Thomas Müller
69ee842521
Fixing: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1617
13 years ago
Bart Visscher
52f2e7112e
Whitespace fixes in lib
13 years ago
Michael Gapczynski
b9bd54bd98
Add additional error handling for emailing private links
13 years ago
Michael Gapczynski
5262cde6a6
Add additional error handling for emailing private links
13 years ago
Michael Gapczynski
632fc6ec61
Fix log write() parameters in wrong order
13 years ago
Lukas Reschke
ac5abc5603
Handling exceptions
13 years ago
Michael Gapczynski
e887fd7ba8
Catch exceptions from PHPMailer
13 years ago
Michael Gapczynski
281bf62af9
Fix log write() parameters in wrong order
13 years ago
Lukas Reschke
8afcddf44f
Handling exceptions
13 years ago
Michael Gapczynski
66da0a2151
Catch exceptions from PHPMailer
13 years ago
Frank Karlitschek
2ddb72bb58
fix wrong documentation
13 years ago
Frank Karlitschek
a72e6cc113
fix oc-780
13 years ago
Frank Karlitschek
3a6341c880
fix oc-780
13 years ago
Frank Karlitschek
2fbc92bd4b
new OC_Mail class to handle all mail sending. The benefit is that is way mor flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code
13 years ago