Hadi Nategh
|
83948cc750
|
* Mail: Fix mail unsubscribe does not refresh mail tree anymore
|
2016-06-24 10:05:21 +02:00 |
|
Ralf Becker
|
39288e5e89
|
only cache last headers of last call to GetMessageList, to keep within memory_limit if OL wants to sync a huge number of folders
|
2016-06-23 23:16:12 +02:00 |
|
Ralf Becker
|
6c88354494
|
remove *CloseStream objects, now that z-push WBXMLEncode closes all streams
|
2016-06-23 17:51:03 +02:00 |
|
Ralf Becker
|
5b7e27c275
|
reduce memmory consumption by closing stream on destruction of Sync objects containing streams
|
2016-06-23 14:45:06 +02:00 |
|
Ralf Becker
|
1b4bef13f5
|
return full mime message as stream without any conversation and without caching it, as this probably caused high memory usage when syncing with Outlook
|
2016-06-21 09:33:44 +02:00 |
|
leithoff
|
c173de3935
|
fix for functional folders showing up multiple times
|
2016-06-17 11:50:20 +02:00 |
|
Ralf Becker
|
6a02f1c19a
|
merge changes from update-zpush-2.3 branch into master
|
2016-06-17 09:11:26 +02:00 |
|
Hadi Nategh
|
e4371fd344
|
Add icon for folder management in mail tree
|
2016-06-16 16:39:17 +02:00 |
|
leithoff
|
4363e7289a
|
use one function to get the data reqired on ItemOperationsGetAttachmentData AND/ot GetAttachmentData calls
|
2016-06-14 16:41:50 +02:00 |
|
leithoff
|
4d7360856a
|
fix call by reference issues
|
2016-06-14 11:28:03 +02:00 |
|
leithoff
|
17c195a19e
|
handle fatal error on NO mail account available for current user on mail-app-call. call the wizard
|
2016-06-14 10:50:04 +02:00 |
|
Hadi Nategh
|
2db301ac7a
|
Fix delete and revert icons
|
2016-06-13 10:10:10 +02:00 |
|
Ralf Becker
|
0f7ca734e3
|
remove call to no longer existing method Api\Mailer::AddCustomHeader
|
2016-06-10 12:11:56 +02:00 |
|
Ralf Becker
|
c193325f4c
|
remove call to no longer existing method Api\Mailer::EncodeHeader
|
2016-06-10 12:01:10 +02:00 |
|
Ralf Becker
|
17e8473e6e
|
store folder-hashes via state-maschine in db
|
2016-06-10 08:31:09 +02:00 |
|
leithoff
|
caafb0b84b
|
improved handling of authentication/connection failed errors
|
2016-06-09 15:48:01 +02:00 |
|
Ralf Becker
|
5858523c53
|
z-push 2.3 requires all SyncBaseBody->data to be streams, using StringStreamWrapper::Open and stream_get_contents to convert from and to strings
|
2016-06-08 11:59:11 +02:00 |
|
Hadi Nategh
|
5c803e9c43
|
Fix fatal error in mail
|
2016-06-08 10:08:20 +02:00 |
|
leithoff
|
0bd975927f
|
attempt to handle connection failed errors more convieniently
|
2016-06-07 15:31:34 +02:00 |
|
Ralf Becker
|
e9f854a074
|
replace under zpush 2.3 removed global debugLog() function with ZLog::Write(LOGLEVEL_DEBUG, ...)
|
2016-06-07 13:02:41 +02:00 |
|
Ralf Becker
|
e03c84f948
|
* Mail: fix PHP Fatal when switching identities
|
2016-06-06 15:08:57 +02:00 |
|
Hadi Nategh
|
d5aab5ca50
|
Fix broken mail tree caused by commit 9b99ce5339
|
2016-06-03 10:33:38 +02:00 |
|
Hadi Nategh
|
9b99ce5339
|
Fix mail tree throws xml error when tries to call wizard popup
|
2016-06-02 12:33:50 +02:00 |
|
Hadi Nategh
|
60bc400313
|
Fix modified view templates are not getting updated because of no cache-buster modification timestamp
|
2016-05-25 16:44:36 +02:00 |
|
Ralf Becker
|
19501960e1
|
fix wrong case in "AsyncService" to "Asyncservice"
|
2016-05-09 09:15:48 +00:00 |
|
Ralf Becker
|
57803951c5
|
fix PHP Fatal cause by use of old common class
|
2016-05-06 14:10:26 +00:00 |
|
Hadi Nategh
|
35790eabec
|
Change look and feel for mail filter edit dialog
- Make ruleID available on client-side to represent it as id in dialog
- Use tabs instead of long list dialog
|
2016-05-06 10:47:06 +00:00 |
|
Ralf Becker
|
72404a1e29
|
using new api for mail app
|
2016-05-03 19:17:44 +00:00 |
|
Ralf Becker
|
7cc923bf41
|
fix not able to send mail
|
2016-05-03 13:33:26 +00:00 |
|
Klaus Leithoff
|
202ba250b2
|
use old fav_filter icon for current sieve-filter icon
|
2016-05-02 11:00:13 +00:00 |
|
Klaus Leithoff
|
7514dadce1
|
fix for: VCARD not opening in popup
|
2016-05-02 10:22:58 +00:00 |
|
Klaus Leithoff
|
2a03cc7ca9
|
fix remainig issues with moving mail 2 archive; fix issue when using quick-move-actions (target folder not set)
|
2016-04-29 13:19:32 +00:00 |
|
Klaus Leithoff
|
e0aea9cf39
|
change shortcut controlsequence for move-messages-to-configured-archive-folder
|
2016-04-29 12:10:13 +00:00 |
|
Klaus Leithoff
|
8e02180904
|
* Mail: allow to define an existing folder as archive folder and allow to move messages to the specified folder with either right-click action or EGW-shortcut
|
2016-04-29 11:23:05 +00:00 |
|
Ralf Becker
|
0eb3619cd1
|
* Mail/Addressbook/Calendar: add and use charset when sending/receiving mails with vCard/iCals, change default vCard charset preference to utf-8
|
2016-04-29 07:51:13 +00:00 |
|
Klaus Leithoff
|
bd26e2aeaf
|
reenable filter2 (short-preview in list trigger)
|
2016-04-26 10:13:59 +00:00 |
|
Ralf Becker
|
893f449992
|
use new et2 site config
|
2016-04-25 07:57:40 +00:00 |
|
Nathan Gray
|
863d4b9724
|
Fix some more nm settings lost on reload
|
2016-04-12 23:45:36 +00:00 |
|
Nathan Gray
|
d2894cdf65
|
Fix lost cat_is_select setting on reload
|
2016-04-12 23:36:58 +00:00 |
|
Klaus Leithoff
|
467421a0c7
|
handle date-range Filters on mass-actions like flagging, moving/copying and deleting messages
|
2016-04-12 15:17:57 +00:00 |
|
Klaus Leithoff
|
1a885f29e5
|
first step to allow for a date-range-filter on ui, allows quicksearch too; not yet available on selected-mail-operations
|
2016-04-12 12:53:50 +00:00 |
|
Ralf Becker
|
fd2bc6d7b7
|
fix problems with autoloading of etemplate_widget_tree
|
2016-04-04 08:48:04 +00:00 |
|
Ralf Becker
|
a7b6fb5baf
|
need full namespace to specify a static method of a namespaced class
|
2016-04-01 11:58:55 +00:00 |
|
Ralf Becker
|
4f3eb21e84
|
remove since 14.3 no longer necessary workaround for submiting mail compose to a different url, which was causing now problems (Application echoed something), and fixed not always instanciate $contacts_objs from previous commit
|
2016-03-29 10:13:32 +00:00 |
|
Ralf Becker
|
02d0f3a801
|
fix not working account change
|
2016-03-29 09:56:21 +00:00 |
|
Ralf Becker
|
8a90d2cb65
|
fix warning about contacts::read($contact_id) should be compatible with EGroupware\\Api\\Contacts::read($contact_id, $ignore_acl = false) by using Api\Contacts direct
|
2016-03-29 08:46:09 +00:00 |
|
Ralf Becker
|
00abda4682
|
moving emailadmin to api and admin, only emailadmin_hooks and tables still need moving
|
2016-03-28 18:51:38 +00:00 |
|
Klaus Leithoff
|
7403f9100b
|
fix for not correctly store last selected search-type
|
2016-03-24 15:16:10 +00:00 |
|
Klaus Leithoff
|
919c646ad4
|
silence error-log statements
|
2016-03-24 10:50:05 +00:00 |
|
Klaus Leithoff
|
99193029da
|
add some new searchTypes; remember last SearchType used with user-pref
|
2016-03-24 10:38:35 +00:00 |
|