Commit Graph

20 Commits

Author SHA1 Message Date
Klaus Leithoff
f95aec0328 try to fix broken UTF-8 on message display 2013-07-12 09:51:40 +00:00
Klaus Leithoff
aced2ccd99 fix problem when vcf-cards have double carriage returns (such as crcrlf) this seems to break the v-card 2012-08-27 12:27:05 +00:00
Klaus Leithoff
0f6958f32e * email: reuse already fetched flags when checking for MDNsent /MDNnotSend flags;
lots of whitespace removal
2012-04-17 09:12:01 +00:00
Klaus Leithoff
51d3886acb * eMail: supporting deprecated text/directory mimetype (if filename extension is of type text/vcard) for opening in addressbook edit dialog.
> handle jet another representation of hyphen, as it does not translate
2012-04-05 09:19:25 +00:00
Klaus Leithoff
f3fe7400b5 add missing closing tag for <div> in showBody 2012-02-07 11:55:59 +00:00
Klaus Leithoff
b60be9c82c fix wrong class::function call 2011-06-29 09:21:04 +00:00
Klaus Leithoff
8efb865d30 test on 'null', as json_last_error is a php5.3.x function 2011-06-22 10:48:05 +00:00
Klaus Leithoff
ba9a2f48c0 * eMail: fix for displayed message body is null: if charset reported is reported not correctly, converting to utf-8 may not succeed as expected, leaving some non utf-8 chars which may lead to problems with json_encode; 2011-06-22 09:56:29 +00:00
Klaus Leithoff
b3f8a8d1f7 make sure the class variable partID is up to date when calling display / printMessage 2011-03-23 08:50:51 +00:00
Klaus Leithoff
5cc84c3896 handle variable attachmentdiv height and control bottom area height preserved for the attachmentdiv, throw out attachment_count, as it seems not to be used 2011-03-18 12:49:19 +00:00
Klaus Leithoff
e96292d75a rework of linkifying email adresses in displayed message bodys 2010-11-18 08:42:36 +00:00
Klaus Leithoff
066270db32 * eMail: timezone and timeformat issues as reported in egroupware.org Tracker#2755 2010-11-17 09:53:16 +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
42b0bb86d4 improved error handling for additional issues (getAttachment, getTextPart, getMessageRawHeaders,...), by testing on PEAR Errors before trying to process the data/pipe the data for handling in UI 2010-11-05 14:03:45 +00:00
Ralf Becker
bf74c8bc0c newest version of fix_deprecated and changes made by it: fixes deprecated warnings of php5.3 2010-09-15 19:19:53 +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
Klaus Leithoff
aa60a17b0d missing handling of decoding in emailAddressToHTML; 2010-09-10 14:14:28 +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