Commit Graph

55 Commits

Author SHA1 Message Date
Klaus Leithoff
6634599014 silence warning regarding array_slice() expects parameter 1 to be array when no messages are found, or the retrieval of uids failed somehow 2011-10-14 07:00:46 +00:00
Klaus Leithoff
3c4ec5bab3 * email: being able to set labels now, as thunderbird supports by default: urgent (red), job (orange), personal (green), to do (blue) and later (purple). If labeled the lines text will be coloured. (If the mailserver does support labels, otherwise you will/should not see any difference) 2011-10-13 14:35:01 +00:00
Klaus Leithoff
db60005691 * email: handle folder status cache for active sync 2011-10-11 16:08:24 +00:00
Klaus Leithoff
014775ab14 try to catch an empty connection error object too, while trying to auto recover on errors; try to disconnect, when connect was successful, but no username for login is supplied 2011-10-10 10:17:07 +00:00
Klaus Leithoff
f444bb253d fix bug regarding caching of email structure by server and uid, as gmail seems to handle uid by folder, not unique for the whole box; now using serverid, folder and uid to work around this behavior 2011-10-10 09:46:27 +00:00
Klaus Leithoff
2b2de0cd8b * eMail: improve connection handling and recovery on problems regarded as minor. offer user the possibility to reset the connection on failure 2011-10-07 10:27:09 +00:00
Klaus Leithoff
42c25d5377 fix bug of lost foldersettings on saving personal email accounts 2011-10-06 15:16:58 +00:00
Klaus Leithoff
40708b49d1 fall back to default timeout (=20) on felamimail_bo->openConnection, as a timeout set to 5 seemed to trigger too many unwanted timeouts 2011-09-28 12:23:14 +00:00
Klaus Leithoff
4e0ae73a73 * email: improve connection handling (targeting failed connects), apply connection timeout on data retrieval as well. 2011-09-28 11:30:59 +00:00
Klaus Leithoff
2d7a2664dd * eMail/Sieve/Vacation: set default to 7 for days setting in vacation for new vacation setups 2011-09-26 14:39:00 +00:00
Klaus Leithoff
c6feba0985 silence error_log on failed connection: tell only on debug==true, as user should be told on ui in anycase 2011-09-21 11:08:41 +00:00
Klaus Leithoff
7ae0a2fda3 * email:caching structure information (per session by server and uid) and status (per server and folder per request) to reduce communication to imap-server with the goal of improved performance clientside and less querying the mailserver 2011-09-21 10:15:35 +00:00
Klaus Leithoff
1f10e743d4 * felamimail: improve connection handling regarding the validation of connections via expected responses 2011-09-21 09:33:04 +00:00
Klaus Leithoff
63a5682169 log an errormessage to error-log, if expunge fails, after moving to trash on deleteMessage 2011-09-13 11:29:57 +00:00
Klaus Leithoff
791590bb31 is_a compatibility vs. php5.3.8 resolving to instanceof operator 2011-09-12 14:06:30 +00:00
Klaus Leithoff
544ba403ed fix bug regarding the deletion of all rows, when removing an address from mail compose form, when more than 4 addresses where in the list. Reason: remaining Address rows have been set to height 0, instead of defaulting to a defaultvalue, when reading the value of clientHeight of the first row in the list failed 2011-08-29 08:45:07 +00:00
Klaus Leithoff
752c0cbb7f * eMail: search for attachments in multipart/alternative (as it is used this way by clients now) to indicate attachments; switch back to DATE for sorting and display (instead of INTERNALDATE and ARRIVAL); using UNDELETED as standard filter instead of ALL on search; search for UNDELETED and UNSEEN on notifications and UNDELETED for eSync; 2011-08-23 13:34:16 +00:00
Klaus Leithoff
cd774a6104 * email: fix for missing style color:red in notification messages 2011-08-17 13:15:28 +00:00
Klaus Leithoff
90f86b3504 * email: fix bug in MailMerge; Mail-Templates with text/html only were not processed as text/html but as text/plain; now this is handeled correctly/as expected 2011-08-16 13:20:46 +00:00
Klaus Leithoff
60f991ec21 * email: fix for ->starting the search with enter with IE opens a compose window<- 2011-08-15 15:52:07 +00:00
Ralf Becker
5e36d8d760 * PEAR/Email: fixed not working automatic install of Mail_Mime because PEAR in RHEL5 is way to old 2011-08-05 09:46:16 +00:00
Nathan Gray
113f92cd39 Open links on home page in eMail tab 2011-08-04 18:14:19 +00:00
Klaus Leithoff
68f9611528 avoid JavaScript Error on openComposeWindow, when there is no mailGrid 2011-08-04 09:17:32 +00:00
Klaus Leithoff
2b41a75944 if a profile has no signature assigned, return the defaultSig on setComposeSignature 2011-08-03 11:22:56 +00:00
Klaus Leithoff
6cde93b7aa fix bug regarding ->recent messages are not flagged as seen on preview<- 2011-08-03 10:07:37 +00:00
Klaus Leithoff
8009e30086 * eMail: fix refresh behavior, regarding the reading of an eMail in previewMessageArea; timed refresh of Message list, now only refreshes the messageList Area, not the preview area; fix reload behavior on MailDeletion in preview mode (click on delete Icon within previewArea) 2011-08-02 15:39:59 +00:00
Klaus Leithoff
d64bca0330 improving ProfileValidation 2011-08-02 09:00:37 +00:00
Klaus Leithoff
0d94e7f0d3 * eMail: fix bug regarding ->foldertype SENT not detected on preview of message <- 2011-08-01 14:23:45 +00:00
Klaus Leithoff
f4af168888 * eMail: enhancement of visual decoration of high_priority mails and messages that are flagged 2011-08-01 10:53:43 +00:00
Klaus Leithoff
1909213bcb * eSync: fix signature problem, when using emailadmin defined profile 2011-07-29 12:41:08 +00:00
Klaus Leithoff
f911749268 fix warning when there are no userdefined profiles 2011-07-29 09:40:57 +00:00
Klaus Leithoff
30f64cad47 * eMail: (backend) introduce validator for a given eMailProfile ID. A profileID is checked for existence for the active user. If the profileID given does not exist, the next possible valid profileID is returned. This should fix problems regarding the storing of no longer existing profileIDs with the activeProfileID preference. 2011-07-29 09:22:33 +00:00
Klaus Leithoff
2c070b63c9 better control of error_log messages regarding the use of non standard identities while sending 2011-07-28 11:23:32 +00:00
Klaus Leithoff
3e9fa46b21 only allow to fake the Sender with an Alias Identity, when an emailadmin defined profile is used 2011-07-28 10:49:14 +00:00
Klaus Leithoff
d638ba372a * eMail: if the identity used for sending is part of the users mainProfile Identities (provided with the mainProfile by ogServer->getAccountEmailAddress ->NOT USER DEFINED<-) then the sender information is set accordingly, as it is assumed that the emailaddresses fetched with getAccountEmailAdress are known to the SMTP Server, thus allowing to be used as Sender/Return-Path 2011-07-28 10:10:29 +00:00
Klaus Leithoff
8bdb4fdc30 wordwrap , dont break overlong words containing html entities; code formatting 2011-07-27 12:54:47 +00:00
Klaus Leithoff
a3f0a41780 * email: if you want to see eMails as text/plain, you may want to see embedded images, as they are commonly only displayed with html messages 2011-07-26 15:33:34 +00:00
Klaus Leithoff
b42eadf8c6 * eMail: fix for broken showHeader in Message Display window, code cleanup 2011-07-21 13:13:44 +00:00
Klaus Leithoff
7b35552e33 use the correct class for retrieving the message header of the saved draft mail (, on reopen) 2011-07-21 11:13:37 +00:00
Klaus Leithoff
3d97bb06f5 * eMail: carry the preference regarding the move or copy of mails over to drag and drop dialog 2011-07-21 11:01:55 +00:00
Klaus Leithoff
7d955cf2e7 make sure we are connected, before trying to reopen a drafted Message (while/after saving) 2011-07-19 12:56:45 +00:00
Klaus Leithoff
a981c31afd quieten warning regarding foreach on POST->destination 2011-07-19 11:42:35 +00:00
Klaus Leithoff
97a91b82a5 fix bug ->could not parse MimeMessage<- on saving (and reopening) Templates 2011-07-19 11:39:56 +00:00
Klaus Leithoff
944a31e610 use new option to fetch the activeMailProfile by ProfileID 2011-07-18 13:41:13 +00:00
Klaus Leithoff
e9eb6154ff use new option to fetch the activeMailProfile by ProfileID 2011-07-18 13:40:58 +00:00
Klaus Leithoff
e084ade3b1 fix javaScript error for firstChild is null, on opening mails without subject, or with no accessible subject 2011-07-18 07:47:22 +00:00
Klaus Leithoff
e93d0ca3ac * eMail: bugfix for 'identities are set as active profile': status is now checked for active 2011-07-11 11:19:25 +00:00
Klaus Leithoff
d82ce69d2b * eSync: Take care of serverside message flagging on reply and forward 2011-07-08 13:44:08 +00:00
Klaus Leithoff
41f41e698b if requesting UIDs, do not try to look for the set assuming we got ids 2011-07-08 09:37:44 +00:00
Klaus Leithoff
3cb3c2af82 try to be more robust regarding the resizing of the mainViewArea 2011-07-08 09:37:33 +00:00