52dd6bd3d7
documented and reimplemented failure handling of connect method
2015-10-13 14:47:18 +00:00
33e15ea3f4
fix PHP Fatal error this->mail->getErrorMessage() and using Request::GetDeviceID()
2015-10-13 12:45:18 +00:00
ab4b0e1e17
only do the sorting when we do a topLevel Query or a retrieval of ALL. ; give extracare on the retrieval of folders in shared and others on subscription, and when folders subscribed in such namespaces are deeply nested within without rights of list on the branches leading to the leaf
2015-10-06 15:09:10 +00:00
fe9dcbcc12
Get folders status asynchronously as it is an expensive operation to be called in initial load
2015-10-06 10:51:35 +00:00
3bc2e1077c
WIP EGroupware tutorial:
...
- Implement a hook for application specific video tutorials
- Allow iframe widget to cooperate with fullscreen video play mode
2015-09-25 15:18:35 +00:00
397d5a6d36
fix problem with possible json_encode problem (removing all initial data from mailbody) on reply/forward
2015-09-24 10:06:22 +00:00
0f6c23a5e0
If business email cannot be parsed, continue to home email.
...
Fixes bug where contacts with only personal email address were not shown in taglist-email
2015-09-21 20:03:33 +00:00
220d5b8ed4
Fix mail actions update for nm context menu, preview and display toolbar
2015-09-21 14:04:48 +00:00
a4c7d64a4c
Add another action into mail toolbar
2015-09-18 13:39:53 +00:00
1ed0befddf
Add some new actions into mail preview and display toolbars
2015-09-16 16:00:35 +00:00
4757b67af0
using new z-push 2 / hashed device directory for folder hashes, falling back to old directory/file for reading it
2015-09-15 07:45:58 +00:00
a93187ec74
fix problem with empty/faulty attachments when saving to infolog on sending when starting from a drafted message
2015-09-11 13:45:45 +00:00
a67b3c24df
sending whole mail for bodypreference 4, not parsing and reconstruction it first, which has problems around inline images in html mails
2015-09-10 16:00:16 +00:00
ded1a651d9
fix handling of inline attachments, still open is that inline attachments are one byte short when send to device and therefore dont display!
2015-09-07 12:59:19 +00:00
ac8f68cd29
* Mail: fix PHP Fatal error under 5.3 when displaying mails containing inline-images
2015-09-05 12:25:41 +00:00
8b6ba73c79
using calendar_zpush not calendar_activesync
2015-09-04 15:27:41 +00:00
c7b5094d16
Mail preview pane preference:
...
- Add some translation
- Move the preference into configuration settings
2015-09-02 12:57:23 +00:00
a44e9a6f9e
* Mail/preferences: Add Preview Pane option into mail preferences in order to be able to show/hide mail preview pane (split panel)
2015-09-02 09:31:47 +00:00
d721de7ee9
Mailvelope backup/restore integration WIP:
...
- Add PGP Encryption menu into sidebox of mail and infolog
- Create Backup/Restore operation dialog
2015-08-31 16:40:33 +00:00
944d00c1cb
Fix mail tree not showing not subscribed folders if the show all folders is switched on in preferences
2015-08-25 09:36:43 +00:00
427ba66dfe
allow 10, instead of 4 folders for menuaction copy
2015-08-25 08:11:27 +00:00
3748005f8b
fix not opened tree with new tree-code, if you have only one account and fix state-handling to also store ActiveProfileID pref for a single account
2015-08-21 08:01:42 +00:00
3b4864df7c
Mail folder management dialog:
...
- Add some translation
- Add hints for multiple selection action
- Some styling
2015-08-13 17:34:12 +00:00
fb6d06e322
Mail folder management dialog:
...
- Fix folder refresh on both index and folderMgmt trees
2015-08-13 10:29:51 +00:00
40e0a2b705
Mail tree phase2:
...
- Fix mail tree gets stalled after adding new account
2015-08-13 08:55:11 +00:00
c7cc902e1a
WIP mail folder management dialog:
...
- Use long task dialog
- Fix multiple selection and highlighting
- Update index tree after delete operation
2015-08-11 16:28:59 +00:00
11b2918d47
fix problem on mailsearch. ToDo: Respect range, when given
2015-08-11 08:46:19 +00:00
85286a70da
WIP of mail folder management dialog (multiple folders delete action)
2015-08-10 15:45:22 +00:00
a9a246c727
Mail tree phase 2 WIP: Fix checkedSubscribed checkboxes
2015-08-10 14:54:38 +00:00
1cf308411f
Mail tree phase 2 W.I.P: Do not open initially other folders but INBOX
2015-08-07 07:47:28 +00:00
1d264a8b64
Mail tree phase2 W.I.P.: Set the initial counters for opened folders
2015-08-05 10:22:29 +00:00
bee933496d
Mail tree phase2 W.I.P.:
...
Make sure node id is string because client-side tree expected to be. Fixes context menu not working after refresh tree
2015-08-05 08:37:22 +00:00
372d82b063
Mail tree phase2 W.I.P.: Fix sieve rules and vacation context menus are not enabled on mail index tree
2015-08-05 07:43:09 +00:00
6e440bd0ba
Mail tree phase2 W.I.P.:
...
-Fix displaying wrong icon for user defined folders
-Fix sorting autofolders
2015-08-04 15:50:28 +00:00
0bde40fac5
Mail tree phase2 W.I.P.:
...
-Fix translation not working for the first load
-Get all children of active accounts in one go
2015-08-04 08:21:23 +00:00
8096304c6a
Mail tree phase 2 W.I.P:
...
-Remove depricated getFolderTree method and replace it with getTree from mail_tree class
-Fix sorting folders in new folder arrays method
-Fix subscription refresh
2015-08-03 14:33:18 +00:00
d044e75c9c
Mail tree phase 2 W.I.P.:
...
Add functionality to autoload index tree
Some optimization
2015-07-31 14:21:31 +00:00
033ab7f65d
Mail tree phase2 W.I.P.: missing commit from 53261
2015-07-29 14:31:59 +00:00
af491c92b3
Mail tree phase2 W.I.P.: Fix lack of documentation
2015-07-29 13:34:56 +00:00
5011e8153e
Disable getFolderstatus in getTreeFolder method as it causes performance issue and some wierd error
...
- Note: after re-implementing mail tree, getFolderStatus needs to be re-implemented and being used again via new approach
2015-07-29 12:38:10 +00:00
41127ab765
Fix call to not existed static function
2015-07-29 10:26:47 +00:00
c36449cd6e
Mail tree W.I.P.: some code cleanup
2015-07-28 13:50:12 +00:00
0c7e104027
More work in progress of mail tree:
...
-Initiate first level of mailboxes in subscription dialog, and let autoloading do the rest of expensive operation
-Save last state of tree in subscription dialog
-Uses new approach for comparing subscribed and unsubscribed folders
2015-07-27 17:46:45 +00:00
01391055dc
W.I.P mail tree: fix wrong profileID
2015-07-23 13:45:57 +00:00
47239b3d23
More W.I.P of mail tree
2015-07-23 13:26:43 +00:00
95123cd89c
W.I.P mail tree
...
-Fix wrong children items from the autoloading
2015-07-22 16:02:44 +00:00
28057d583a
W.I.P. mail tree
...
-Add Checked option to mail tree structure
2015-07-22 12:43:10 +00:00
d9723648fd
adapt SendMail, and getSearchResultsMailbox
2015-07-21 15:23:18 +00:00
27634fd18d
Some more W.I.P. of mail tree
2015-07-21 13:24:25 +00:00
51134e581e
Mail tree re-structuring W.I.P.
2015-07-20 16:41:50 +00:00