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
Klaus Leithoff
2f5a39d73f
* eMail: allow open as HTML/Plain Text on right click action
2013-05-10 13:58:19 +00:00
Klaus Leithoff
87766173ef
* eMail/Sieve: tell user of errors while saving rules
2013-05-10 10:22:51 +00:00
Klaus Leithoff
8b4224acbc
* eMail: allow user to view / change its ActiveProfileID (quite useful if you have a basic misconfiguration)
2013-05-08 11:19:49 +00:00
Klaus Leithoff
240b81012e
* eMail: introduce method to preset emailaddress by contact-ids (preferred emailaddress setting will be used)
2013-05-02 15:48:13 +00:00
Klaus Leithoff
4ec68d16d0
* eMail: handle inline forward as reply as we decide about starting the compose-dialog in text OR html mode; so for the startupmode of the editor for forwards: inline forwards are handled as replys, forwards as attachments as a new mail
2013-05-02 11:51:37 +00:00
Klaus Leithoff
883bc6f60f
* eMail: rework parsing of email adresses and making compose links out of them
2013-04-30 12:53:56 +00:00
Klaus Leithoff
ed6c8028b6
allow/set bigger editor area on compose
2013-04-29 13:03:42 +00:00
Klaus Leithoff
c24fc93216
* eMail: fix bug unable to delete/rename/move selected folder
2013-04-29 07:26:20 +00:00
Klaus Leithoff
15c251ba73
* eMail: handle problem popup foldertree does not show subfolders of folders with umlauts
2013-04-24 09:59:09 +00:00
Klaus Leithoff
0daf34ae79
* eMail: reintroduce the ability to set a identity as default;(available only for userDefinedAccounts=false); userDefinedAccounts=true are not longer allowed to save a profile without host as active
2013-04-23 07:38:55 +00:00
Klaus Leithoff
7ae00ad8a2
temporary solution/hack to fix the false loading of activesync stuff, even as we may not need it for ui but trying to load it blocks the mail app
2013-04-12 08:10:04 +00:00
Klaus Leithoff
63fbd4395b
* eMail: handle not checked keep local copy on message forward when no mailaddress is set; make clear not keeping a copy means: FORWARD ONLY for the mailbox in question
2013-04-09 11:24:33 +00:00
Klaus Leithoff
98aa3cdb3b
* eMail: fix problem with signature change on html with styles (left over style fragments)
2013-04-08 14:00:25 +00:00
Klaus Leithoff
853adeb619
* eMail: handle focus problem experienced under IE10 (single BrowserInstance) for forward
2013-04-08 13:02:21 +00:00
Klaus Leithoff
0a2551f432
fix obsolet signature from prefs
2013-04-08 12:25:57 +00:00
Ralf Becker
5cb0c8c2e0
* EMail: fixed not working update of vacation notice using IE 10 and show a failure or success message
2013-04-04 13:39:57 +00:00
Klaus Leithoff
56fea2103e
* API/eMail/HTMLawed/CKEditor: tidy eats away even some wanted whitespace, so we switch it off;we used it for its compacting and beautifying capabilities, which resulted in better html for further processing
2013-04-04 12:35:43 +00:00
Klaus Leithoff
ecee76d6c4
handle strange problem regarding invalid UTF-8 sequence, caused by HTMLawed with config tidy=1
2013-04-04 09:40:19 +00:00
Klaus Leithoff
89ee7d3fe9
* eMail: increases font-size by 10% to 120% for display and textarea
2013-04-04 08:30:56 +00:00
Klaus Leithoff
177a779aa3
fix situation on reply, if there is no signature and no predefined font section, there is no room above the original message to start writing
2013-03-22 10:37:11 +00:00
Klaus Leithoff
019c76b16e
fix could not access file (missing urldecode problem)
2013-03-21 14:26:53 +00:00
Klaus Leithoff
ab509a6ba2
fix problem with attaching files with spaces to mails
2013-03-21 12:46:41 +00:00
Klaus Leithoff
048b79d5a4
* eMail: provide capability to fetch other apps entrys (subject, body, attachments) via registered method, and open compose with the given content
2013-03-21 10:33:40 +00:00
Ralf Becker
16e3ae2551
* FMail: when toggeling between html and plain-text in compose, do NOT convert to iso-8859-1, to fix problems with non-western charsets eg. cyrillic
2013-03-20 13:36:24 +00:00
Klaus Leithoff
a0f33eda48
handle/fix missed ckeditor3 calls
2013-03-15 11:53:04 +00:00
Klaus Leithoff
1e0cf86ccb
* eMail: fix bug regarding wrong identity used when changing identity on send
2013-03-15 11:12:48 +00:00
Klaus Leithoff
a134486443
* API: switch from CKEditor 3 to version Major Release 4; This step solves problems experienced with IE10
2013-03-15 08:34:53 +00:00
Klaus Leithoff
944e22afc5
* eMail: work around a IE10 bug/feature, which is eating away cr/lf if preceded by space in pre sections
2013-03-13 16:03:09 +00:00
Klaus Leithoff
bb956833a7
* eMail: style stuff to preserve style of buttons used in eMail which changed after loading et2 Styles on top for framework
2013-03-13 11:11:10 +00:00
Klaus Leithoff
79771d0e63
enforce signature description on list and read (if none given), on personal signatures
2013-03-11 14:19:16 +00:00
Klaus Leithoff
0be52c896e
* eMail: enforce signature description if none given, on personal signatures
2013-03-11 13:20:39 +00:00
Klaus Leithoff
4794e4617d
* eMail: fix missing trashFolder short display name, when refreshing folder on selecting trash folder itself
2013-03-11 12:17:19 +00:00
Klaus Leithoff
fa2f0df393
if in admin, emailadmin link should open in its own enviroment; fix missing NAME but data: as name
2013-03-07 11:14:24 +00:00
Ralf Becker
49d8ddc3b6
setting "Primary emailadmin Profile" as default for "eMail Account to sync"
2013-03-06 14:51:56 +00:00
Ralf Becker
6b4021a4f5
setting "add raw message .eml" as default and a missing translation
2013-03-06 08:41:29 +00:00
Klaus Leithoff
ee3e5941eb
handle some array values (delimiter, attributes) when folderInfo was retrieved from cache
2013-03-04 13:06:12 +00:00
Klaus Leithoff
98cc3e220b
improve getFolderStatus behavior
2013-03-04 12:37:38 +00:00
Klaus Leithoff
62541c2c42
* eMail/api: attempt to fix the focus on body issue with FF; thanks to CKEditor support
2013-03-04 11:53:53 +00:00
Klaus Leithoff
c8066b4817
handle applemail multipart with no alternative as MIXED; do not fail on getStructure if there is no OK, but empty and a structure response is present
2013-02-26 12:52:01 +00:00
Klaus Leithoff
4c646d8e19
handling format flowed
2013-02-25 09:12:29 +00:00
Nathan Gray
6277192677
Preference organisation
2013-02-22 18:58:59 +00:00
Klaus Leithoff
945f256e1b
preset font span, omit empty style elements completely
2013-02-22 09:33:40 +00:00
Klaus Leithoff
acfb3cce70
fixing/handling problem for setting (possible obsolet) ACL rights D and C
2013-02-21 14:13:08 +00:00
Ralf Becker
8d5a2967e6
change default font unit for new installs to "pt" and fixed not set font-size in email
2013-02-21 13:23:52 +00:00
Klaus Leithoff
0d5aab2b6c
attempt to handle preformatting of html correctly on compose
2013-02-15 13:04:50 +00:00
Klaus Leithoff
0dcd5dbe5c
* eMail: fix embedded picture to large bug on compose; suggested solution from M.Dell Ambrogio
2013-02-14 09:32:16 +00:00
Klaus Leithoff
d6e04c5ac1
fix a problem regarding same name attachments on activesync sending of mails; code indentation and cleanup
2013-02-08 11:20:15 +00:00
Klaus Leithoff
dad6a08fdd
alter display of identities, as requested by support
2013-02-07 08:47:43 +00:00
Klaus Leithoff
f3d7010473
style stuff voodoo; matching the use of Word-Style eMails in replys
2013-02-04 15:32:06 +00:00
Ralf Becker
65d7134ef9
* Calendar/FMail: allow to apply replys to meeting requests
2013-02-01 12:23:21 +00:00
Klaus Leithoff
cada152c28
format email with identities as requested by birgit and ralf and stefan
2013-02-01 11:47:45 +00:00
Klaus Leithoff
f4eca63984
* eMail: introduce config option to define the display of your chosen identity, the list of identities in send and derived from this, the information actively sent within the mailheader regarding the identity used
2013-02-01 09:04:08 +00:00
Klaus Leithoff
abc012ec6a
backport of nathans r41510
2013-01-31 12:02:53 +00:00
Klaus Leithoff
a6812a39ed
silence error log on folderExists when called with empty folder, unless the check is forced
2013-01-30 09:33:52 +00:00
Klaus Leithoff
044263bd8c
handle error on empty folder while checking when saving as draft
2013-01-30 09:17:19 +00:00
Klaus Leithoff
410f52b678
try common default for autofolder personal prefix+AutoFolderName, if everything else fails while trying to fetch a special use folder
2013-01-29 16:48:33 +00:00
Klaus Leithoff
ccffcf171e
suppress hint, if there is no autofolder/specialuse folder available
2013-01-29 16:07:39 +00:00
Klaus Leithoff
214bbf52d5
visualize possible SPECIAL-USE foldersettings in personal prefs, to inform users about possible folder voodoo
2013-01-29 15:45:35 +00:00
Klaus Leithoff
e497764ba9
fix Fatal Error for call of getTemplateFolder
2013-01-29 15:00:18 +00:00
Klaus Leithoff
bcc6570b84
* eMail: implement the usage of possibly provided SPECIAL-USE folders information
2013-01-29 14:38:36 +00:00
Klaus Leithoff
3b138ed423
more detailed debug on connection failure
2013-01-25 11:28:52 +00:00