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
Klaus Leithoff
a37017276b
handle to address in MDNSent correctly, when a full rfc822 Address is given
2010-09-15 10:51:44 +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
a1c2b6d92f
handling of (TM) and (R) in getdisplayableBody in case of Non-UTF8 Mailbodys
2010-09-15 08:26:15 +00:00
Oscar Manuel Gómez Senovilla
dcd90dd8ee
Spanish translation
2010-09-12 19:26:59 +00:00
Klaus Leithoff
aa60a17b0d
missing handling of decoding in emailAddressToHTML;
2010-09-10 14:14:28 +00:00
Klaus Leithoff
d3176f3d3a
decode of MessageEnvelope: forgotten subject in getMessageEnvelope
2010-09-10 14:02:16 +00:00
Klaus Leithoff
5c3203268f
fixed bug reported by V.Richert, about not decoded envelope information; thus allow arrays to be passed and processed to bofelamimail::decode_header; use the new ability; provide better control if data should be decoded or not
2010-09-10 13:21:05 +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
Klaus Leithoff
34558e8550
handling totally absent dates in _strtotime, return current timestamp is all failes
2010-09-06 13:31:00 +00:00
Ralf Becker
90afb89d71
update versions to 1.8
2010-09-05 16:26:30 +00:00