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 |
|
Klaus Leithoff
|
5026d0ce38
|
fix for cascading Multipart/Alternative
|
2010-07-15 11:23:39 +00:00 |
|
Klaus Leithoff
|
93340c8174
|
quitening warning for mb-strpos, when attachment->cid is not set
|
2010-07-08 09:12:33 +00:00 |
|
Klaus Leithoff
|
21e83f2928
|
fix typo
|
2010-07-08 08:44:02 +00:00 |
|
Klaus Leithoff
|
323ced6205
|
added missing echo in uifelamimail; recognize plain VIDEO messages (only video, nothing else)-> display as attachment
|
2010-06-15 09:22:26 +00:00 |
|
Klaus Leithoff
|
464d08eb0d
|
plain text/calendar messages, are now displayed as event.ics attachment too
|
2010-06-11 09:26:07 +00:00 |
|
Ralf Becker
|
6b6032e139
|
Creating branches/Stylite-EPL-10.1
|
2010-06-09 18:36:13 +00:00 |
|