Commit Graph

18 Commits

Author SHA1 Message Date
Klaus Leithoff
4cce17070f * eMail: completely remove the ui/bo/sofilter classes as they are not effectively used anymore 2014-02-04 14:36:37 +00:00
Klaus Leithoff
b18489977c * eMail: implement (backport of) the usage of SPECIAL-USE folders, if supported and provided by MailServer 2013-07-26 13:12:32 +00:00
Klaus Leithoff
fb0dc8d5be improve error handling on send, when invalid mailaddress is given 2013-04-23 10:22:16 +00:00
Klaus Leithoff
669f2083b0 * eMail: fix problem with failedattachment from vfs 2013-01-07 10:16:54 +00:00
Klaus Leithoff
df4ef45375 fix problem with missing reply-header-section for html mails if tidy is available 2012-11-14 15:22:09 +00:00
Klaus Leithoff
0ec6597eef * eMail: fix problem when forwarding inline some mails containing winmail.dat attachments (HelpDesk Ticket 3810) (all original attachments are probably part of the winmail.dat, so we resolve the data/attachments contained in winmail.dat) 2012-08-27 12:55:18 +00:00
Klaus Leithoff
f1c5c8334b * email: handle attaching eml files; handle no subject when forwarding as attachment 2012-07-24 10:20:25 +00:00
Klaus Leithoff
37a6917ae3 fix up HTML as it may mess up HTML-Content later on display, if tags are not propper 2012-01-31 16:44:43 +00:00
Klaus Leithoff
6b7272ec46 handle to,cc,bcc and replyto addresses the way, that spamassasin rules regarding TO_NO_BRKTS_DIRECT are not triggered, by adding a personal namepart to the address (generated from emailaddress), if only emailaddress is present 2011-11-17 08:49:37 +00:00
Klaus Leithoff
b44e70ba85 * eMail: not filtering own(ed) emailaddresses out of drafts while reopening them for continued processing 2011-01-17 09:18:31 +00:00
Klaus Leithoff
7c5fb3a2bf array as text for CC in eMail message, when replying/forwarding mail to multiple CC (reported by german user list): fixed typo 2011-01-10 09:47:21 +00:00
Klaus Leithoff
e87b56523c remove forgotten error log statement 2010-12-07 15:33:08 +00:00
Klaus Leithoff
8d45385f5d * eMail: remove invalid -at- when occurring in full name, when adding address to email; skip addresses that produce a parse error while parsed with imap_rfc822_parse_adrlist 2010-12-06 15:07:06 +00:00
Klaus Leithoff
089199c963 implementing fallback for wrong headerdata encoding; try to detect encoding from headerdata to improve message header data display, due to wrong encoding 2010-11-08 09:30:58 +00:00
Klaus Leithoff
2fe3e54bcf add helperfunction to normalize bodyParts structure (as of problems with reply on mails with MULTIPART/RELATED with array as subparts) 2010-09-15 14:12:17 +00:00
Ralf Becker
276fd3e305 * 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:15:59 +00:00
Klaus Leithoff
78b615ad5d preserving ampersands while converting html to text; improving linebreak behavior; switching off WordWrapn (by setting it to 0) in phpmailer, as we handle our linebreaking on our own 2010-09-09 10:28:11 +00:00
Klaus Leithoff
f7652eeb07 rework of bofelamimail::_strtotime, to make propper use of egw_time; performance issue: limit the number of links and email to be parsed (and adapted) to 100 each, as it should be sufficient for most standard emails; try to further improve the display of textmails; backport of bofelamimails version of wordwrap from trunk (allow to skip lines that start with ) 2010-09-07 09:14:14 +00:00