Klaus Leithoff
5b5e40ac1b
fix bug regarding certain russian filenames when forwarding/compose as new, as AddStringAttachment is using basename to make sure only a filename will be used for the namepart; some fixes backported from phpmailer5.2.1
2012-08-14 13:55:04 +00:00
Ralf Becker
ed6aaac0d9
call hook again, in case an (smtp) error happened
2012-08-08 10:02:57 +00:00
Klaus Leithoff
6dbe3a722a
prevent the call of SetLanguage with empty string
2011-12-15 12:45:54 +00:00
Klaus Leithoff
c2e2e1a84a
make sure there is no whitespace leading or trailling the host string, when attempting to send
2011-07-21 12:11:28 +00:00
Klaus Leithoff
a0c2655607
make sure we set SMTPSecure to ssl or tls if the standardports for ssl or tls are configured for the given profile
2011-07-04 13:50:03 +00:00
Ralf Becker
f602720404
* fixed in last version not working bcc mail addresses
2011-03-09 11:30:14 +00:00
Ralf Becker
67a34286bb
AddrAppend() for Bcc get's NOT called for SMTP! --> reimplemented AddBCC()
2011-02-28 21:40:39 +00:00
Ralf Becker
c0550a5d59
docu update felamimail and disabled alert for error-messages, hook for egw_mailer to log or authorize all mail
2011-02-28 21:10:16 +00:00
Ralf Becker
8f63182822
* added mail log, which can be enabled by setting $GLOBALS[egw_info][server][log_mail] to a path or true for standard error_log
...
- added egw_mailer class to archive that and correctly intialise EGroupware pathes for translations
- updated translations and moved them to phpgwapi/lang/ (getting rid of message not translated errors)
- using egw_mailer in fmail including catching of phpmailerException to not glutter GUI with echoed errors
2010-09-15 09:10:12 +00:00