Commit Graph

139 Commits

Author SHA1 Message Date
Klaus Leithoff
1740140e0b if a profile has no signature assigned, return the defaultSig on setComposeSignature 2011-08-03 11:32:26 +00:00
Klaus Leithoff
9d98666cfc quieten warning regarding array_search 2011-08-02 13:18:26 +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
8c2a149760 better control of error_log messages regarding the use of non standard identities while sending 2011-07-28 11:24:09 +00:00
Klaus Leithoff
ddee9f61be * 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:44:54 +00:00
Klaus Leithoff
4fc9ab1a66 * email: compose, control the display of identities - identical identities should only be displayed once 2011-07-28 10:27:58 +00:00
Klaus Leithoff
6399e345cf wordwrap , dont break overlong words containing html entities; 2011-07-27 13:14:39 +00:00
Klaus Leithoff
7f7cf6b60e try to reopen mail, when saving as draft; make sure we are connected, before trying to reopen a drafted Message (while/after saving) 2011-07-19 13:28:13 +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
16b88bb9e7 use new option to fetch the activeMailProfile by ProfileID 2011-07-19 08:28:56 +00:00
Klaus Leithoff
32a20c8eaa fix javaScript error for firstChild is null, on opening mails without subject, or with no accessible subject 2011-07-18 07:47:46 +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
d5c617c727 fix/match problems with styledefinitions containing umlauts 2011-06-29 09:14:26 +00:00
Klaus Leithoff
c8dbe8937b * eMail: fix behavior for importMessage FolderSelection (additional hierarchyDelimiter) 2011-06-28 08:46:44 +00:00
Klaus Leithoff
5f175e23fd test on 'null', as json_last_error is a php5.3.x function 2011-06-22 10:48:00 +00:00
Klaus Leithoff
5c0383bac6 * 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:53:56 +00:00
Klaus Leithoff
d56f69615e regard addressbook preference to hide accounts or not in ajax search for emailadresses while composing messages, even if accountstorage is the same as the authmechanismn 2011-06-21 13:53:42 +00:00
Klaus Leithoff
a6fc9eb4d9 * eMail: regard addressbook preference to hide accounts or not in ajax search for emailadresses while composing messages 2011-06-21 13:09:39 +00:00
Klaus Leithoff
6c258d1395 remove obsolet code 2011-06-21 11:39:25 +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
d4dba3c974 restructuring timed vacation processing. setting the cronjob is now extracted from setVacation and called seperately as a defaultimap function 2011-04-26 13:47:15 +00:00
Klaus Leithoff
38e543477b disabled debug - activated for rev34659 2011-04-13 12:15:54 +00:00
Klaus Leithoff
f14704947e * eMail: fix a problem regarding the doubleencoding of text while toggling compose from html->text 2011-04-13 12:11:55 +00:00
Klaus Leithoff
0ca365f659 * eMail: make sure the quotaDisplay is refreshed on Message List refresh 2011-04-13 09:20:31 +00:00
Klaus Leithoff
e4facda1c0 * eMail: fix for styliteTracker Bug#1471 (adding more than 4 lines of addresses to a mail in compose-dialog shrinks the address-area to a height of 0 with IE9) 2011-04-12 14:32:58 +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
28fe53bfa1 make sure the class variable partID is up to date when calling display / printMessage 2011-03-23 08:50:18 +00:00
Klaus Leithoff
10e27b8798 * eMail: wrap pre tagged text within the window boundarys for better readability of text mails with overlong lines; this was part of the felamimail app.css which is loaded anymore for the display of the body 2011-03-22 10:46:05 +00:00
Ralf Becker
838f6e1743 * eMail: ask confirmation before deleting a folder in manage folders 2011-03-21 19:40:14 +00:00
Klaus Leithoff
9684af643f 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:29:05 +00:00
Ralf Becker
08806fe9e5 backport of reworked solution from trunk 2011-03-17 20:40:02 +00:00
Klaus Leithoff
8b7e8d4b59 disable changes from r34201 2011-03-17 16:13:28 +00:00
Ralf Becker
46f505bb1f * EMail: speed improvment by loading mails with a single request 2011-03-17 14:56:54 +00:00
Klaus Leithoff
3a15236204 fix for missing Quota display 2011-03-17 13:30:31 +00:00
Ralf Becker
765864c89b * EMail: speed improvments backported from Trunk
- use a single bofelamimail instance (not backported but hack in CreateObject to get the same result)
- queue refresh folder calls, to send only a single one
- difference between click and doubleclick on mails to speed up doubleclick (opening mail in popup)
2011-03-17 07:39:02 +00:00
Klaus Leithoff
8467d4db0a fix for javascriptbug in IE on entering the list of userdefined accounts in emailmodule 2011-03-14 12:58:02 +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
b6203cad52 * eMail: patch of Andreas Stöckel with bugfix for not working actions in felamimail treeview (when Stylite Template is active) 2011-02-11 12:50:07 +00:00
Klaus Leithoff
f4c8c61719 attempt to fix egroupware.org Bug#2832, invalid emailaddress when emailaddress (personal part) contains double quotes 2011-02-08 13:20:34 +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
155c6b1b2c * eMail: feature regarding the forward of selected messages (composeAsForward): to be able to choose in preferences if you want to be asked about the forwarding of selected messages 2011-01-27 13:12:28 +00:00
Klaus Leithoff
87297198c0 * eMail: check before signaling that mail has an attachment, even for multipart/mixed 2011-01-27 13:00:43 +00:00
Klaus Leithoff
dbdb0c092e * eMail: preview now requires user action (click on) 2011-01-26 12:47:09 +00:00
Klaus Leithoff
f2a092d810 * eMail: avoid adding/showing NIL@NIL and the chosen identity as replyto (it will be set while sending anyway) as addressline, upon opening drafted messages 2011-01-17 11:07:55 +00:00