|
6b015a9448
|
Refresh the nm and lock the tree if current active folder is the Trash Folder, when calling "Empty Trash" action, otherwise no need to refresh or lock the tree
|
2014-08-08 10:04:49 +00:00 |
|
|
449dea5553
|
Unlock mail folder tree after setFolderStatus operation is finished
|
2014-08-07 15:56:25 +00:00 |
|
|
1d8c630a17
|
Lock mail tree by clicking on "empty trash" action and unlock it after the operation is finished
|
2014-08-07 12:57:33 +00:00 |
|
|
a28cbb4d7e
|
- Fix cache key to include sorting
- Fix cache key for initial load, was missing selected folder
- Avoid deleting data, it causes blank rows. Refreshing instead.
|
2014-08-06 21:13:27 +00:00 |
|
|
f19666096e
|
Remove extra call to refresh vacation & quota, it is already done when changing folder which should be often enough.
|
2014-08-06 20:53:37 +00:00 |
|
|
e6983f0eba
|
Add email addresses of "all my aliases" in mail vacation, not account imap_username
|
2014-08-06 16:19:50 +00:00 |
|
|
9d8b45588b
|
Try to catch exceptions from Sieve retriveRuels, and call emailadminWizard
|
2014-08-06 12:48:20 +00:00 |
|
|
b4f31bdfd2
|
Backport commit r47985 committed by Nathan Gray.
- Use cache callback to unlock folder tree immediately when the cache is used.
|
2014-08-06 11:13:32 +00:00 |
|
|
4830bcf784
|
Try to cache vacation for each account to avoid to connect to IMAP server if vacation rules are not changed
|
2014-08-06 10:56:01 +00:00 |
|
|
ea1ae4f006
|
using cache more efficiently; prevent clearing cache on profileChange; hook into clear_cache callable from admin
|
2014-08-05 12:36:06 +00:00 |
|
|
98cd4bbe28
|
using cache more efficiently; prevent clearing cache on profileChange; hook into clear_cache callable from admin
|
2014-08-05 11:59:06 +00:00 |
|
|
19ff0d23cc
|
Try to catch exceptions from Sieve retriveRuels, and call emailadminWizard
|
2014-08-05 09:26:28 +00:00 |
|
|
301e71f432
|
introduce some stuff to increase inital speed of mail-list by asyncronously calling gatherVacation and getQuotaRoot; increase cache-time on folderExists cache, trust a folder to be existant (or at least fot force the check with IMAP-Server) in get_rows
|
2014-08-05 09:14:04 +00:00 |
|
|
1bb1d18997
|
introduce some stuff to increase inital speed of mail-list by asyncronously calling gatherVacation and getQuotaRoot; increase cache-time on folderExists cache, trust a folder to be existant (or at least fot force the check with IMAP-Server) in get_rows
|
2014-08-05 08:51:26 +00:00 |
|
|
baa5e4cdbc
|
Add browser popup blocker checker for open_link method.
-Fix not poping up the emailadminWizard popup when an IMAP error occurrs, because of the browser blocks the popup.
|
2014-08-05 08:12:33 +00:00 |
|
|
dcc6166212
|
Use cache callback to unlock folder tree immediately when the cache is used.
|
2014-08-04 17:04:45 +00:00 |
|
|
22d6d80aae
|
Add browser popup blocker checker for open_link method.
-Fix not poping up the emailadminWizard popup when an IMAP error occurrs, because of the browser blocks the popup.
|
2014-08-04 14:02:05 +00:00 |
|
|
9bba24a40c
|
unlock tree immediately after fetching the rows
|
2014-08-04 13:03:14 +00:00 |
|
|
7967387e3a
|
unlock tree immediately after fetching the rows
|
2014-08-04 12:59:13 +00:00 |
|
|
9d1727d077
|
Backport commit 47927 committed by NathanGray.Don't send mail rows when opening mail app, but use client side cache instead.
Gives large speed improvements when changing to previously opened folders.
|
2014-08-04 09:44:35 +00:00 |
|
|
9694a4c9f8
|
Add email addresses of "all my aliases" in mail vacation, not account imap_username
|
2014-08-01 14:46:36 +00:00 |
|
|
a105ac7e1d
|
Append aliases to mail vacation addresses insted of replacing them with existing one
|
2014-08-01 13:40:45 +00:00 |
|
|
933d00e79f
|
fix call for mail.mail_ui.ajax_refreshQuotaDisplay; alter condion on not calling openConnection;
|
2014-08-01 12:13:21 +00:00 |
|
|
3358da94e5
|
alter condion on not calling openConnection; as the refresh of quota was not working after changing a profile after rev47954 and not relyable after rev47956
|
2014-07-31 10:47:55 +00:00 |
|
|
14711b891f
|
fix call for mail.mail_ui.ajax_refreshQuotaDisplay; as the refresh of quota was not working after changing a profile after rev47954
|
2014-07-31 10:42:56 +00:00 |
|
|
5acbcad35d
|
cache subscribedFolders Call to be used in getfolderStatus; control param if to fetch subscribed Info on getFolderStatus at all; own getMailboxCounters wrapper, instead of getFolderStatus, if one needs the counters only
|
2014-07-31 10:22:47 +00:00 |
|
|
8ccef246b4
|
Do not openConnection an extra time to imap server on constructor for changeProfile, refreshQuotaDisplay
|
2014-07-31 10:18:41 +00:00 |
|
|
c1c90c2621
|
cache subscribedFolders Call to be used in getfolderStatus; control param if to fetch subscribed Info on getFolderStatus at all; own getMailboxCounters wrapper, instead of getFolderStatus, if one needs the counters only
|
2014-07-31 10:10:07 +00:00 |
|
|
d21e2b2dd7
|
Avoid error if _filters is not set
|
2014-07-29 22:10:48 +00:00 |
|
|
565f8de5e0
|
* Mail: handle broken filenames (non utf8) in attachments
|
2014-07-29 08:14:04 +00:00 |
|
|
af749e891e
|
* Mail: handle broken filenames (non utf8) in attachments
|
2014-07-29 08:13:34 +00:00 |
|
|
73c1f064b9
|
Don't send mail rows when opening mail app, but use client side cache instead.
Gives large speed improvements when changing to previously opened folders.
|
2014-07-28 21:21:23 +00:00 |
|
|
4515afb067
|
add missing flags parameter on reopening exported messages
|
2014-07-24 12:00:45 +00:00 |
|
|
c013b68772
|
add missing flags parameter on reopening exported messages
|
2014-07-24 12:00:17 +00:00 |
|
|
19651fcb9b
|
remove wrong settings definition, causing an illegal string offset in preferences
|
2014-07-24 09:53:04 +00:00 |
|
|
138af9f95b
|
remove wrong settings definition, causing an illegal string offset in preferences
|
2014-07-24 09:52:28 +00:00 |
|
|
f36c84f15b
|
pending translations from our translation server
|
2014-07-23 16:47:31 +00:00 |
|
|
d2b6fd0794
|
pending translations from our translation server
|
2014-07-23 16:40:19 +00:00 |
|
|
0e5747deb0
|
Make mail ACL account owner row readonly as the owner should not be able to delete/change his rights, he always has full-rights
|
2014-07-23 11:59:46 +00:00 |
|
|
650d271fc0
|
copy felamimail preferences to new mail app, if they still exist there
r47848: fixe PHP Fatal error in preferences::copy_preferences() in mail install
|
2014-07-22 16:53:27 +00:00 |
|
|
f2ca4d2762
|
copy felamimail preferences to new mail app, if they still exist there
|
2014-07-22 14:57:23 +00:00 |
|
|
a93ab11a60
|
Fix mail ACL popup dialog does not make delete button readonly for account owner
|
2014-07-22 13:56:36 +00:00 |
|
|
d9ae69e044
|
fixed async job was not removed, if facations was deactivated and only try to reschedule with increasing intervals for 2 days
|
2014-07-22 12:52:28 +00:00 |
|
|
c07599aa27
|
fixed async job was not removed, if facations was deactivated and only try to reschedule with increasing intervals for 2 days
|
2014-07-22 12:52:10 +00:00 |
|
|
a66066fbc5
|
allow to call getAllIdentities for other users; used for Admin Calling eSync Prefs on Mail for other users
|
2014-07-22 11:17:13 +00:00 |
|
|
cd702481af
|
allow to call getAllIdentities for other users; used for Admin Calling eSync Prefs on Mail for other users
|
2014-07-22 10:07:30 +00:00 |
|
|
ea6eb12cd4
|
Fix mail ACL popup dialog does not make delete button readonly for account owner
|
2014-07-22 08:05:42 +00:00 |
|
|
92a538a43c
|
Try to catch PEAR_Exception over mail_ui and callWizard if there is an exception.Additionally, merges cleanup commit 47728
|
2014-07-21 15:56:34 +00:00 |
|
|
623a6ed5f7
|
Make sure et2 is availabe, because it could be not available over cases like when mail connection error. It Fixes error: "can not read getWidgetById of undefined"
|
2014-07-21 15:24:35 +00:00 |
|
|
95e1fb860a
|
Make sure et2 is availabe, because it could be not available over cases like when mail connection error. It Fixes error: "can not read getWidgetById of undefined"
|
2014-07-18 17:22:28 +00:00 |
|