Ralf Becker
a3035a57d5
* Calendar/Mail: fix edit action meeting-requests to NOT set content-disposition: attachment, as this seems to stop automatic processing in Exchange
2015-10-05 14:27:07 +00:00
Ralf Becker
ab6f9f455c
* Mail: inline images were not shown in Thunderbird
...
we need to send a multipart/related with html-body as first part and inline images as further parts
2015-06-19 14:21:18 +00:00
Klaus Leithoff
cae45464b7
Backport of ralfs solution (r52725) to solve problems regarding the adding of attachments when base-part was already set: allow to add further attachments, after base-part has been generated or set ( e.g. via emailadmin_imapbase::parseRawMessageIntoMailObject() )
2015-05-12 07:57:37 +00:00
Ralf Becker
eea811d46f
fixed default SMTP account was not returned during setup and deprecated old send class in favor of using egw_mailer direct
2015-04-24 10:02:49 +00:00
Ralf Becker
540b6e9e28
* Notifications: skip email notification if we have no valid SMTP profile (eg. because there are only personal accounts and we run via cron)
2015-04-24 08:23:35 +00:00
Ralf Becker
93b8d489c2
removed not working cast of Horde_Mail_Rfc822_List to array
2015-04-22 14:26:52 +00:00
Klaus Leithoff
9954438afc
dont try to send if there is no smtpAccount
2015-04-21 14:25:02 +00:00
Klaus Leithoff
a040d036bb
replacement for broken (and now deprecated) send->msg;
2015-04-21 12:52:25 +00:00
Ralf Becker
2620a1eb55
* Calendar: fix meeting invitations to allow accept or reject in Outlook (not set "Content-Disposition: attachment" for ical alternative)
2015-04-17 14:17:17 +00:00
Ralf Becker
a2b018bef8
* Calendar: meeting requests were not recogniced by other clients as such because of lost method parameter
2015-03-31 09:49:57 +00:00
Klaus Leithoff
af4373c307
fix for _bcc ending up in Return-Path Header on SaveAsDraft
2015-02-03 14:11:55 +00:00
Ralf Becker
6b9cbb197f
* Mail: fix not working BCC addresses
2015-01-27 07:56:27 +00:00
Ralf Becker
d0e2886f98
fix fatal error for Horde_Mime < 2.5.0
2014-12-19 17:58:44 +00:00
Ralf Becker
7a40d7a71f
re-add logging again to egw_mailer
2014-12-19 17:37:46 +00:00
Ralf Becker
86c3974d09
get inline images in mail working again
2014-11-27 12:29:16 +00:00
Ralf Becker
94c5194ab0
get document merge working again with new egw_mailer
2014-11-27 09:10:43 +00:00
Ralf Becker
f71bfe32e0
adding trace to error_log tracking access to old PHPMailer properties
2014-11-26 16:01:41 +00:00
Ralf Becker
2e5fcbda4e
fixing the fix, we dont want whole mails in memory
2014-11-26 15:05:59 +00:00
Ralf Becker
dd89cf84f7
parseFileIntoMailObject and parseRawMessageIntoMailObject using new egw_mailer
2014-11-26 14:08:52 +00:00
Klaus Leithoff
6502901629
restore activesync stuff after introduction of horde-smtp-mailer
2014-11-26 13:05:10 +00:00
Klaus Leithoff
baa7cbe38e
fix typo
2014-11-25 16:14:33 +00:00
Ralf Becker
5bbfcc41f2
allow to clall getHeader before __construct (happens in old send class)
2014-11-25 16:06:49 +00:00
Ralf Becker
51c4e0e580
get notifications working again with new egw_mailer
2014-11-25 14:22:16 +00:00
Ralf Becker
2a0889bcf6
set sender/return-path and from, if empty in identity, setting send/return-path from account, prefering smtp user-name and from from identity
2014-11-25 11:32:25 +00:00
Ralf Becker
53d487c094
empty, deprecated SetMessageType, CreateHeader, CreateBody PHPMailer compatibility methods
2014-11-25 09:27:42 +00:00
Ralf Becker
4b999cc43a
removing PHPMailer require, no more empty Bcc, and first version for send class using new egw_mailer
2014-11-25 09:06:46 +00:00
Ralf Becker
3e559d2fda
replacing PHPMailer with Horde_Mime_Mail and Horde_Mail_Transport_Smtphorde to overcome memory limit when sending mails
2014-11-24 23:38:37 +00:00
Ralf Becker
f5d4cdf7c0
fix IDE warnings
2014-06-05 10:33:38 +00:00
Ralf Becker
0f37c16cd8
using correct case: To, Cc and Bcc
2013-08-05 14:56:39 +00:00
Klaus Leithoff
d22f24666b
ClearAllRecipients should only clear recipients, not From, ReplyTo and such
2013-08-05 13:44:44 +00:00
Ralf Becker
243bb169a2
need to reimplement Clear methods from parent, to also clear our private addresses
2013-08-05 08:46:29 +00:00
Klaus Leithoff
c8aaaa68cf
handle php warning, when trying to call AddrAppend with empty object/array
2013-01-17 10:14:45 +00:00
Klaus Leithoff
4957c77f74
allow to access ReplyTo of MailObject by extending classes; provide Function to retrieve replyTo Address; alter Method to detect wether a filename is already encoded, and if - do not try to use the basename as filename
2012-11-05 08:48:13 +00:00
Klaus Leithoff
e5a80d758a
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:52:26 +00:00
Ralf Becker
c30999f1b4
call hook again, in case an (smtp) error happened
2012-08-08 10:01:01 +00:00
Klaus Leithoff
b44fd70d07
prevent the call of SetLanguage with empty string
2011-12-15 12:45:44 +00:00
Klaus Leithoff
f297d65790
make sure there is no whitespace leading or trailling the host string, when attempting to send
2011-07-21 12:11:17 +00:00
Klaus Leithoff
93636849e6
put some more documentation ito the function header doc part
2011-07-04 13:23:55 +00:00
Klaus Leithoff
820dbed203
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:14:45 +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