Commit Graph

38 Commits

Author SHA1 Message Date
Klaus Leithoff
3f0a57d262 * eMail: support multipart/mixed mails with html parts to display (apple mail does that kind of emails) 2013-01-15 12:07:07 +00:00
Klaus Leithoff
909c8ebbf4 * eMail: change default filter to ALL UNDELETED 2012-11-08 15:43:15 +00:00
Klaus Leithoff
7a3b2e7180 disable debugging for append message on returnvalue true 2012-10-18 10:55:19 +00:00
Klaus Leithoff
fd75b7a8bc try to fix/improve situation that there is no UID returned on appendMessage; filter by INTERNALDATE, not DATE as it was the default before 2012-10-18 10:52:53 +00:00
Klaus Leithoff
94cf7e00ae prevent marking a message as seen by using PEEK, when trying to gather information about an attachment; fix problem with dovecot ->too long argument<- 2012-07-10 14:47:53 +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
8c8e670a45 fix egroupware.org Tracker bug #3122: HTML only emails show up as source in infolog: reported by Ch.Kaulich; caused by calling tidy without need 2012-03-13 08:59:29 +00:00
Klaus Leithoff
e1cb220eb7 for performance reasons, use tidy (if available) instead of htmlpurifier to fix html tags 2012-02-03 12:57:19 +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
4cb8b03134 handle utf-16 plain text attachments 2011-11-10 15:20:58 +00:00
Klaus Leithoff
525d177949 * eMail: bug regarding the mimetype of uploaded files; FF701 reports wrong mime type; work around this, by always checking mimetype by suffix 2011-10-26 12:15:06 +00:00
Klaus Leithoff
fe5e06b370 * eMail: is_a compatibility vs. php5.3.8 resolving to instanceof operator 2011-09-12 15:31:35 +00:00
Klaus Leithoff
93fc95d261 * email: fix for missing style color:red in notification messages 2011-08-17 13:28:50 +00:00
Klaus Leithoff
ae535d8be0 * notification/email: support filter since (only check unseen mails for the last 14 days) when notify for unseen mails 2011-08-02 12:27:46 +00:00
Klaus Leithoff
769e60d51f take care that winmail.dat attachments are only resolved by tnef (if available) if required (e.g.:the message is opened) 2011-07-19 10:07:26 +00:00
Klaus Leithoff
8da6d7246e * eMail: match cid to filename if the attempt to match the cid failed -> extending the fetch attempt even for non cid attachments, when nothing is found within the previous loops 2011-06-10 09:21:55 +00:00
Klaus Leithoff
1357ba206e * eMail: improving of the fetching of cids; match cid to filename if the attempt to match the cid failed 2011-06-09 13:54:17 +00:00
Klaus Leithoff
58a39a67a8 * eMail: fixed bug for not getting multiple unnamed attachments, while saving a mail to infolog or tracker 2011-06-09 11:15:53 +00:00
Klaus Leithoff
9c7e9ac64b folderExists: use static to reduce queries to imap server within one request; use different test method to verify folder existence 2011-03-28 08:55:09 +00:00
Ralf Becker
9b76ad4dcc use /usr/bin/tnef if available, before search tnef or ytnef via which in the path, to cope with system having it NOT in the path, but at its standard location 2011-02-22 13:17:52 +00:00
Klaus Leithoff
350b8f897f * eMail: fixed error reported with the user-list: Warning on Felamimail, error array_merge in line 1600 2010-12-06 16:20:05 +00:00
Klaus Leithoff
7701f5b46b * eMail: fix for a problem reported with FreeBSD regarding the generation of random strings for temp-filenames 2010-12-01 14:16:59 +00:00
Klaus Leithoff
059a00c0a2 fix for broken send_to mail links 2010-11-22 12:56:49 +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
Hans-Jürgen Tappe
d2a0adfa16 Fix as discussed on the developer list:
Check for the availability of mailpreferences before using them.
2010-11-10 18:01:15 +00:00
Klaus Leithoff
b93ad1c6aa fix problem with wrong encoded/displayed autofolders with specialchars like umlauts, etc 2010-11-09 09:06:44 +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
Klaus Leithoff
6b6ddacd0a * email: Sort FunctionFolders to the top of the FolderTree in MainView (all MailBox FolderTree Views are affected) 2010-11-02 14:03:31 +00:00
Klaus Leithoff
593af03c73 * eMail: fixing problem with double converted date/time strings for certain DateTime Settings (reported with the user-list) 2010-11-02 09:36:25 +00:00
Klaus Leithoff
0e318b1f48 allow for/expect encoded MAILBOX/EMAIL Parts of an RFC822 EMail in MessageList creation, and decode it 2010-09-24 12:41:57 +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
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
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
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