Commit Graph

398 Commits

Author SHA1 Message Date
Klaus Leithoff
d5d6f4daf9 make sure possible instance is unset before recreating the entry; correct condition on InstanceCreation when icServerObject is passed; unset cachedObjects for Instance 2013-08-26 14:27:46 +00:00
Klaus Leithoff
45201e9c29 add missing prepareFlagsArray 2013-08-22 07:18:15 +00:00
Klaus Leithoff
552ab8218f * Tracker/Mailhandling: process mail using eGroupware Mail Object and functionality (intention is to have the same behavior as mail2tracker in Mail Application) 2013-08-20 11:49:27 +00:00
Klaus Leithoff
cf212fe178 make sure felamimail lang files are loaded on headerconversion/preparation 2013-08-16 09:31:47 +00:00
Klaus Leithoff
19dd7ccf21 * eMail/Filemanager: when saving mail to filemanager, add headerdata without subject to file - comment field 2013-08-16 09:05:20 +00:00
Klaus Leithoff
f8c74b2725 force no framework with cd=no for opening compose windows out of mails 2013-08-15 14:45:12 +00:00
Klaus Leithoff
155c759d05 handle wrong handling of height for dependent compose window 2013-08-15 09:06:25 +00:00
Klaus Leithoff
bffe164587 pass imapClassName, imapLoginType and imapDomainName to addACL Form to be used by setACL Routine; that way being independent of originating imapClass 2013-08-14 12:44:29 +00:00
Klaus Leithoff
d828e81632 use default account selection box for acl-management if functionality is supported by imap server (determined by class-name and capability) 2013-08-13 11:52:53 +00:00
Klaus Leithoff
164cf14765 fix condition for opening single mail on mail-merge 2013-08-12 08:05:25 +00:00
Klaus Leithoff
d3b6b5386f improve getInstance fetching the mail-object 2013-08-07 11:23:48 +00:00
Klaus Leithoff
7b18fc9319 give more detailed info about failure of addressbook mail - merge to frontend 2013-08-06 14:07:00 +00:00
Klaus Leithoff
a910c7d413 fix problem with convertHTMLToText by fetching the text/plain part whenever it seems appropriate. convertHTMLToText seems to fail/run forever on certain messages 2013-08-06 09:47:01 +00:00
Klaus Leithoff
9ba9e1d1b8 trying to handle a connection failed error on autosave 2013-08-05 15:25:12 +00:00
Klaus Leithoff
a16125c2fe fix no filename shown on save to disc for e.g. some message/rfc822 attachments 2013-08-02 11:19:36 +00:00
Klaus Leithoff
e5b36d3ce3 if SUBJECT is an array, use thelast one, as we assume something with the unfolding for the subject did not work 2013-07-30 14:33:05 +00:00
Klaus Leithoff
bacd4ac2e6 fix/prevent possible breakdown of imap_rfc822_parse_addrlist of non emailaddress header fields 2013-07-30 14:05:11 +00:00
Klaus Leithoff
cb98dca3ff * eMail/eSync: fix cut off of multiple TO/CC addresses in header retrieval (seen in eSync); return empty syncMail Object on header retrieval failure for activesync 2013-07-30 10:55:19 +00:00
Klaus Leithoff
2fd1e98eee * Filemanager/eMail: on attaching files to emails from filemanager; if there is a plus sign within the path, we have to encode it, so the file can be found by filesize after urldecode 2013-07-25 07:54:47 +00:00
Klaus Leithoff
c0d040342b * eMail/Activesync: improve behavior on connection failure. Return 503 Service unavailable/Retry After on Connection error.
Exception that was thrown previously after the 503 header did overwrite the 503 header with a 500 header (so now we should have the behavior as intended)
2013-07-23 07:16:22 +00:00
Klaus Leithoff
d716c8756f try to fix broken UTF-8 on message display 2013-07-12 09:43:22 +00:00
Klaus Leithoff
fdd5ee3da3 * eMail: handle excess linebreaks in signatures when compose as plainText (when using div for linebreak mode for ck-editor) 2013-07-11 12:49:06 +00:00
Klaus Leithoff
e26f5216a6 fix lcase to strtolower 2013-07-11 11:47:15 +00:00
Klaus Leithoff
3aa3be37ae use imap-server-class capability to decide if the server type handles all loginnames as lowercase 2013-07-11 11:38:32 +00:00
Klaus Leithoff
907d5972a5 * eMail/ActiveSync: if copy to sent folder fails, for whatever reason, only log to debugLog, do not consider the send action as failed as this would cause the mobile device to resend the mail in question 2013-07-11 09:49:14 +00:00
Klaus Leithoff
d905a1907b disable using summarycache 2013-07-11 09:19:41 +00:00
Klaus Leithoff
f30be3d481 mend problem with ActiveProfileID should not be empty 2013-07-11 09:14:22 +00:00
Klaus Leithoff
0021685834 * eMail/Sieve: when editing sieve rules mend double linefeeds returned by IE10 on edit of the vacation-message 2013-07-10 09:59:58 +00:00
Klaus Leithoff
eb7208a02d * eMail: if available show emailaddress of defaultprofile 2013-07-09 09:51:33 +00:00
Klaus Leithoff
90d55d2722 * eMail: reset possible default ActiveProfileID in preferences 2013-07-09 08:32:26 +00:00
Ralf Becker
8e2d4260f8 fixing autocomplete fix in case account_ or contact_repository is not set in DB (defaults of sql are used) 2013-07-03 08:27:13 +00:00
Ralf Becker
7116826306 * eMail/ActiveDirectory: fixed not working autocomplete of accounts 2013-07-01 12:06:54 +00:00
Klaus Leithoff
1bd03f9434 * eMail/Addressbook: adapt search for emailaddresses to search in prefix, given-, familyname, org and emailaddresses (to provide better matching results in comparsion to addressbook search; only n_fn and emailaddresses have been inspected before, for performance considerations) 2013-06-13 11:31:47 +00:00
Klaus Leithoff
b434fc655b make sure there is a mailbox unfolded, if there is no mailbox information stored, use INBOX 2013-06-10 14:44:05 +00:00
Klaus Leithoff
7a1c48ddad move ActiveProfileID Pref to General Settings 2013-06-06 15:39:45 +00:00
Klaus Leithoff
19d40a028b * eMail: while composing try refreshing listview for Draftfolder (this is, when email app is open, and draft folder is selected) 2013-06-06 11:56:04 +00:00
Klaus Leithoff
c1acfdeb7b fix possible problem with call of uid 9247 (debug szenario, that was not reverted) 2013-06-04 10:11:19 +00:00
Klaus Leithoff
256740baf5 fix pref storing problem, when no ActiveMailProfile is selected as pref; but a default is set (and Active) 2013-05-31 10:37:23 +00:00
Klaus Leithoff
df7659f53f disable umlautdomnain capability test on connection test/reset 2013-05-31 07:58:45 +00:00
Klaus Leithoff
e74a96ea9f revert changes r42584; as caused by outdated jQuery 2013-05-28 13:03:04 +00:00
Klaus Leithoff
1ced446691 * eMail: reenable edit of existing sieve rules; needs doubleclick to open edit window 2013-05-28 12:33:26 +00:00
Klaus Leithoff
bbade8e107 use already collected error-string 2013-05-27 11:07:01 +00:00
Klaus Leithoff
cbae83f9d3 * eMail: allow to delete messages immediately (on userinteraction), if OVERQUOTA error is encountered 2013-05-27 09:55:59 +00:00
Ralf Becker
e32d08b74d fixes for 11.1 2013-05-23 16:05:39 +00:00
Ralf Becker
7944b77bb2 * EMail: sort Sieve filter rules via drag-n-drop 2013-05-23 15:57:27 +00:00
Klaus Leithoff
fc9bc8fc28 even better help text on sieve rule edit 2013-05-23 14:17:01 +00:00
Klaus Leithoff
b84413c7ad * eMail: small modification of user interface for editing sieve rules to clarify the use of :matches , :contains or :regex 2013-05-23 10:34:50 +00:00
Klaus Leithoff
4f21f80728 * eMail: fix problem on compose when changing signatures, when html-mail contained anchors 2013-05-22 08:32:46 +00:00
Klaus Leithoff
6ed373ca91 replace olp sieveport 2000 with new default 4190 2013-05-21 14:37:49 +00:00
Klaus Leithoff
ee864de158 * eMail: give hint about sieve server port usage and its impact on connection 2013-05-16 11:44:15 +00:00