Klaus Leithoff
506f232723
fix bug regarding actions on all selected mails (selected via checkbox) reported by zorg
2014-02-12 12:40:38 +00:00
Klaus Leithoff
a4ff6334b6
* eMail: completely remove the ui/bo/sofilter classes as they are not effectively used anymore
2014-02-04 14:58:28 +00:00
Klaus Leithoff
7ec767248f
handle scope problem regarding global vars (donotclick_folders)
2013-11-28 14:21:01 +00:00
Hadi Nategh
87501ae66b
Resize the sieve edit popup window to proper size for felamimail
2013-11-27 08:56:03 +00:00
Klaus Leithoff
02d1a00493
* eMail: fix problem regarding lost control/warning when no recipient and/or no subject is provided on submit
2013-11-26 15:14:09 +00:00
Klaus Leithoff
9fe51bc32a
fix missing jquery browser support
2013-11-05 14:41:14 +00:00
Klaus Leithoff
d51e9a5b4d
fix javascript error, if no infolog or tracker rights exist
2013-11-04 13:39:31 +00:00
Klaus Leithoff
1c1c62e590
switch to INSTANCE Cache for getSortedList ResultCache; close Session as early as possible on ajax-calls; fix problem for IE8 window closes on submit of compose, despite of selecting to_infolog/to_tracker
2013-10-31 12:26:19 +00:00
Klaus Leithoff
f84ddf992b
use 870 as new width for popup windows in felamimail
2013-10-01 10:38:53 +00:00
Klaus Leithoff
8956b6f456
better window height/resize control for display window; ported from compose
2013-09-27 12:50:11 +00:00
Klaus Leithoff
cbb3055fc5
make sure compose window will not be subject of further height adaptions in inital step of opening, if the compose window is opened with a height smaller than 650
2013-09-27 09:58:58 +00:00
Klaus Leithoff
8519e34ea5
instead of moving the window up a bit, when availHeight and height differ for screen, just reduce the window.height by that portion
2013-09-26 08:59:53 +00:00
Klaus Leithoff
f8e18810aa
* eMail: limit compose window height to 1000px
2013-09-25 11:08:02 +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
d87919fc66
* eMail/Compose: make address suggestion selectbox scrollable
2013-07-10 12:45:25 +00:00
Klaus Leithoff
e5b8c287b0
* eMail: handle problem when calculated IFrame height for preview area is too small (negative)
2013-07-09 13:37:33 +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
cbae83f9d3
* eMail: allow to delete messages immediately (on userinteraction), if OVERQUOTA error is encountered
2013-05-27 09:55:59 +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
d22e8a66b8
* eMail: ^Cke sure all of an compose/view window is shown and not hidden by e.g. the taskbar
2013-04-29 11:24:29 +00:00
Klaus Leithoff
4579b7dd79
* eMail: handle Focus Issues (browser pops in front when in background on mail list refresh)
...
> make use of document.hidden or document.msHidden or document.webkitHidden; if browsers do not support these use old behavior
2013-04-24 12:15:10 +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
1d167b8662
handle focus issue only for IE
2013-04-23 07:36:56 +00:00
Klaus Leithoff
24266a2bb5
* eMail: handle IE10 focus issue (open attachment link on list view; multiple select on list view) when on single BrowserInstance
2013-04-05 12:12:02 +00:00
Klaus Leithoff
e7252ad770
* *eMail: work around losing focus for IE10, on message view, when on single BrowserInstance
2013-03-07 15:50:14 +00:00
Klaus Leithoff
5b4deec193
* eMail: limit resizing of compose and view windows to available screen height
2013-01-24 12:13:36 +00:00
Klaus Leithoff
bfb1923254
* eMail: improve control regarding the unwanted selection of NoSelect Folders
2013-01-10 15:47:14 +00:00
Klaus Leithoff
660976b77f
* eMail: offer last moveTo folder as direct menuaction; try to avoid to access --topfolder--
2012-12-19 14:49:20 +00:00
Klaus Leithoff
67425171f5
preserve ACL Edit Active State on FolderChange
2012-12-07 15:01:25 +00:00
Klaus Leithoff
0ab1bbac8d
handle problem experienced with sending, when previously saved as draft manually; make sure we reset the saveAsDraft hidden value
2012-11-28 13:53:01 +00:00
Klaus Leithoff
80b0765fb5
handle problem experienced with sending, when previously saved as draft manually; we need to return true on Send (after doit.submit())
2012-11-28 13:30:00 +00:00
Klaus Leithoff
31af74cbee
handle problem experienced with sending, when previously saved as draft manually
2012-11-28 13:13:19 +00:00
Klaus Leithoff
3e13629067
improved control of ACL edit (by checking capabilities first); offer selectbox with user (and group) selection depending on the loginmethod of the defaultprofile, group selection is bound to imapClass managmentserver_cyrusimap (as of now)
2012-11-22 09:40:01 +00:00
Klaus Leithoff
6f8c81c762
initially when opening manage folder section of email module, disable ACL Management (to avoid unwanted changes); activate on single checkbox click
2012-11-16 12:15:28 +00:00
Klaus Leithoff
464145ee3b
* eMail: restructuring of manage folder section (ACL area, no tabs, different layout)
2012-11-13 16:24:29 +00:00
Klaus Leithoff
d03b73341b
comment unused code, which is causing scripterrors for IE8
2012-11-07 14:54:59 +00:00
Klaus Leithoff
964204d974
* eMail: attempt to fix problem regarding pop up of draft-message-dialog regarding do-you-want-to-keep-draft on send; allow additional parameters in send_to, which might be base64 encoded
2012-10-31 14:35:13 +00:00
Klaus Leithoff
b86a150c97
* eMail: fix misbehavior regarding the unwanted sending of a mail with no subject (despite the warning was given)
2012-10-29 16:22:15 +00:00
Klaus Leithoff
ec9d6d9806
* eMail: fix problem regarding the deletion of the last message in list if pagination is switched on
2012-10-23 15:29:41 +00:00
Klaus Leithoff
0ca447965f
attempt to fix problem regarding pop up of draft-message-dialog regarding do-you-want-to-keep-draft on send
2012-10-12 11:47:33 +00:00
Klaus Leithoff
c361ef0219
* email: fix for ->no initial border on plaintext editor textarea<-
2012-08-15 14:56:37 +00:00
Klaus Leithoff
33951d8197
* email: better height control of attachment popup
2012-07-09 10:37:00 +00:00
Klaus Leithoff
0868474343
fix not marking messages as seen, when using up/down arrows on mail display popups
2012-04-25 11:05:50 +00:00
Klaus Leithoff
344a618ac1
use app_refresh now, for part of the refresh when deleting a message: e.g. cleanup of previewed message
2012-04-18 13:52:08 +00:00
Klaus Leithoff
165d11a695
implement app_refresh to present status messages of other apps to the user (, and trigger a reset of that message after 5 seconds)
2012-04-18 08:29:13 +00:00
Klaus Leithoff
83c12b02f6
disable alertbox of app_refresh
2012-04-18 07:12:53 +00:00
Klaus Leithoff
849259b340
* mail: improve refresh of messageList on message deletion
2012-04-17 15:11:26 +00:00
Klaus Leithoff
333c03b41d
better control of message forwarding inline/as attachment (was partially dependent on associated preference-setting)
2012-03-29 12:20:56 +00:00
Klaus Leithoff
f09ede587e
better control for cleanup of drafted messages by using onunload and onbeforeunload
2012-03-22 12:23:11 +00:00
Klaus Leithoff
a2af0cc046
* eMail: feature to save messages that are in progress of being composed to draft every 3 minutes;
...
* eMail: fix bug regarding language strings with single quotes in Javascript;
masking hash char when saving mails to filemanager, using purifyCreateHTMLTidyConfig when trying to use purifier as tidy substitution
2012-03-16 09:59:26 +00:00