Commit Graph

56 Commits

Author SHA1 Message Date
Klaus Leithoff
6bcd5acda1 * email: fix for text/html attachment was not recognized (neither in list, nor in preview or display) if it is the one and only part of the mail 2011-11-21 16:37:41 +00:00
Klaus Leithoff
88be4bea46 handle utf-16 plain text attachments 2011-11-10 15:19:12 +00:00
Klaus Leithoff
2cf3ee31ed * 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:13:16 +00:00
Klaus Leithoff
014c567e2d * email: apply timeout for connections for the waiting for data (while no response is comming in) as well 2011-09-29 10:22:30 +00:00
Klaus Leithoff
9e7ddcebaf silence error_log on failed connection: tell only on debug==true, as user should be told on ui in anycase 2011-09-21 11:13:02 +00:00
Klaus Leithoff
2d303d366a * felamimail: improve connection handling regarding the validation of connections via expected responses 2011-09-21 09:52:00 +00:00
Klaus Leithoff
d35dcaa295 log an errormessage to error-log, if expunge fails, after moving to trash on deleteMessage 2011-09-13 11:30:46 +00:00
Klaus Leithoff
7b0942d998 * eMail: is_a compatibility vs. php5.3.8 resolving to instanceof operator 2011-09-12 15:26:38 +00:00
Klaus Leithoff
32d53cdd43 * email: fix for missing style color:red in notification messages 2011-08-17 13:26:58 +00:00
Klaus Leithoff
560f734db9 * notification/email: support filter since (only check unseen mails for the last 14 days) when notify for unseen mails 2011-08-02 12:28:14 +00:00
Klaus Leithoff
6399e345cf wordwrap , dont break overlong words containing html entities; 2011-07-27 13:14:39 +00:00
Klaus Leithoff
970eb8b388 take care that winmail.dat attachments are only resolved by tnef (if available) if required (e.g.:the message is opened) 2011-07-19 09:54:38 +00:00
Klaus Leithoff
3e405cc1b7 if requesting UIDs, do not try to look for the set assuming we got ids 2011-07-08 09:42:24 +00:00
Klaus Leithoff
57bc46eb87 * eMail: action to undelete/revert single messages that may be marked as deleted in preview or view message mode; using revert icon for that action 2011-06-21 10:51:27 +00:00
Klaus Leithoff
5f9bd5fd98 * eMail: fix bug regarding the poisoning of the message session cache by filter driven execution of getSortedList to validate the SEEN/UNSEEN information 2011-06-14 10:04:32 +00:00
Klaus Leithoff
9f714dd88b * 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:14 +00:00
Klaus Leithoff
72a015bf06 * eMail: improving of the fetching of cids; match cid to filename if the attempt to match the cid failed 2011-06-09 13:50:51 +00:00
Klaus Leithoff
e72cd51f8e * eMail: fixed bug for not getting multiple unnamed attachments, while saving a mail to infolog or tracker 2011-06-09 11:14:04 +00:00
Klaus Leithoff
db2d505a1b * eMail: allow recursive setting of ACL; beware you should know what you do, when activating. When activated, the chosen acl-changess will be applied to the rest of the folder tree beneath the current folder; Use ARRIVAL (internal message date) as default sort criteria now instead of DATE, as sorting by date presented weird results depending on date/time formats of the send date of the message; Using ARRIVAL date in message list (for the same reason); 2011-05-10 11:30:24 +00:00
Klaus Leithoff
0d4aff73f1 * eMail: allow email specific style definitions; allow class for certain html elements; 2011-05-06 11:37:32 +00:00
Klaus Leithoff
759ec9c853 folderExists: use static to reduce queries to imap server within one request; use different test method to verify folder existence 2011-03-28 08:54:22 +00:00
Klaus Leithoff
8b7e8d4b59 disable changes from r34201 2011-03-17 16:13:28 +00:00
Klaus Leithoff
3a15236204 fix for missing Quota display 2011-03-17 13:30:31 +00:00
Ralf Becker
7eaebc3343 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:13:29 +00:00
Klaus Leithoff
161e29bb0f improve of messageuid detection, when appending messages, as sometimes (when server only replies OK/True on appending Messages to a mailbox) you cannot trust the nextuid iformation by folderstatus (at least not with dbmail) 2011-02-07 16:17:08 +00:00
Klaus Leithoff
8032a5155e * felamimail/infolog: fix for stripping too much text when strip_tags stumbles over assumed broken tags; happens sometimes, when converting a text-only mail to infolog and the mail has stuff like: <1 USD/p 2011-01-05 11:36:04 +00:00
Klaus Leithoff
ad747da115 * eMail: some servers do not correctly report the UNSEEN counter (they report 0->imap.strato.de), so we count ourself by filtering for UNSEEN Messages; we may however get misleading results if the server does not properly support filtering by flags 2010-12-07 10:14:24 +00:00
Klaus Leithoff
c497f93508 * eMail: fix for a problem reported with FreeBSD regarding the generation of random strings for temp-filenames 2010-12-01 14:18:52 +00:00
Klaus Leithoff
b33ace9bba * eMail: improvements regarding the handling of no emailprofile available 2010-11-30 14:22:49 +00:00
Klaus Leithoff
0151ac1f56 fix for broken send_to mail links 2010-11-22 12:54:28 +00:00
Klaus Leithoff
6557cea45b * eMail: timezone and timeformat issues as reported in egroupware.org Tracker#2755 2010-11-17 09:52:05 +00:00
Klaus Leithoff
15612076fb use exceptions to report failure on PEAR::Errors to UI for moveMessages and delteMessages 2010-11-11 16:25:45 +00:00
Ralf Becker
e2d2534fda Fix as discussed on the developer list:
Check for the availability of mailpreferences before using them.
2010-11-10 18:26:55 +00:00
Klaus Leithoff
28a8d7ef83 fix problem with wrong encoded/displayed autofolders with specialchars like umlauts, etc 2010-11-09 09:07:05 +00:00
Klaus Leithoff
61693f14dc 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 13:59:52 +00:00
Klaus Leithoff
0ba6657812 implementing fallback for wrong headerdata encoding; try to detect encoding from headerdata to improve message header data display, due to wrong encoding 2010-11-05 09:06:00 +00:00
Klaus Leithoff
eae2f28735 * eMail: fixing problem with double converted date/time strings for certain DateTime Settings (reported with the user-list) 2010-11-02 09:35:24 +00:00
Klaus Leithoff
e8349f3daa detect if function iconv exists before trying to use it while detecting charset 2010-10-11 12:54:17 +00:00
Klaus Leithoff
b518045cd3 *eMail: feature to be able to import an email recieved or while sending as a tracker item; (that includes the move of some functions from infolog to bofelamimail, to make it available to more than one app); better charset detection on message body parts that do not carry a charset information (e.g.: base64 and quoted-printable messages, seem not to carry that info) 2010-10-06 12:56:54 +00:00
Klaus Leithoff
090e964987 allow for/expect encoded MAILBOX/EMAIL Parts of an RFC822 EMail in MessageList creation, and decode it 2010-09-24 12:40:44 +00:00
Klaus Leithoff
8fc69208aa add helperfunction to normalize bodyParts structure (as of problems with reply on mails with MULTIPART/RELATED with array as subparts) 2010-09-15 14:10:02 +00:00
Klaus Leithoff
b3bdd87c6d handle to address in MDNSent correctly, when a full rfc822 Address is given 2010-09-15 10:50:41 +00:00
Klaus Leithoff
792726759f *felamimail feature: basic KEN Support; improvement of error control 2010-09-15 08:16:23 +00:00
Klaus Leithoff
d1b8b8f0c4 decode of MessageEnvelope: forgotten subject in getMessageEnvelope 2010-09-10 14:04:51 +00:00
Klaus Leithoff
f5dd36ddf3 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:39:14 +00:00
Klaus Leithoff
5a816aaa82 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 2010-09-07 09:04:50 +00:00
Klaus Leithoff
8ef9570d93 handling totally absent dates in _strtotime, return current timestamp is all failes 2010-09-06 13:04:03 +00:00
Klaus Leithoff
54796ad0cd hook processing of addAccount/deleteAccount; open Admin Connection if not connected 2010-09-03 10:38:00 +00:00
Klaus Leithoff
57c63c6c29 improve convertHTMLToText, for toggle editor and mail2infolog process; better control of insert Signature at Top. Only insert the signature, when the compose window is opened the first time (compose/reply/forward), dont do it if sending failes, and the compose window is refreshed (in general when mySigID is set) 2010-08-31 14:29:01 +00:00
Klaus Leithoff
cd108bfa9a Using egw_time for date/time handling; handle unrecognized timezones like 'Westeuropäische Sommerzeit' by splitting them off, when strtotime failes 2010-08-27 08:13:42 +00:00