Hadi Nategh
628ac046fe
Implement mail integration check entry for mail compose
2016-08-18 17:31:27 +02:00
Hadi Nategh
e1aa951ecf
Fix email with .ics attachment does not display email body
2016-08-18 10:17:22 +02:00
Hadi Nategh
5c42f4254e
Do not let empty string as email alias in vacation dialog
2016-08-15 11:44:13 +02:00
leithoff
00ce2295be
implement DeleteFolder in Mail-Backend
2016-08-12 15:04:52 +02:00
leithoff
8677289954
fix for ChangeFolder to, finally work as expected. tested move,rename and create. more exessive tests with specialchars in foldernames, and so on, may be needed
2016-08-12 13:02:29 +02:00
Ralf Becker
39c2e399d4
WIP implementing ChangeFolder (rename or create folder) for mail
2016-08-11 16:20:30 +02:00
leithoff
955ba34599
implement ChangeFolder
2016-08-11 15:33:02 +02:00
leithoff
a41896f802
fix charset/transfer encoding issue when sending plain ascii mails but adding utf-8 signature
2016-08-05 15:12:21 +02:00
leithoff
5f25a87766
fix problem with missing folders from other and user namespace caused by wrong (calculated under different assumptions) parent-id
2016-08-04 13:38:10 +02:00
Hadi Nategh
5b8f161d1d
* Mail: Fix set vacation via admin does not work anymore
2016-08-02 16:44:14 +02:00
Hadi Nategh
e192ed4bbd
Fix mail sidebox does not show mail tree and Mail Menu items
2016-08-02 16:03:56 +02:00
Hadi Nategh
b96a40f49f
Avoid collision of template ids for mail splitter templates
2016-08-02 12:33:12 +02:00
Hadi Nategh
0dce66e4a0
Fix error while reading mail hooks
2016-08-02 10:41:43 +02:00
leithoff
fa7bd97801
apply integer as type to maximum-sync-range in days pref in preferences->activesync->mail
2016-07-29 15:50:34 +02:00
Hadi Nategh
196176ff9c
Restructuring of sidebox menus in mail
2016-07-29 12:08:36 +02:00
leithoff
0e93274657
* eSync/Mail: allow to override the settingregarding the date range for syncing mail when no limit is set clientside (preventing client crash that may be caused by too many mails/too much data (default is half a year)). If you want to sync way-back into the past: set a large number
2016-07-28 15:48:43 +02:00
leithoff
e3132b7775
* eSync/Mail: make sure From is set correctly to the identity used, when sending by iOS
2016-07-21 13:36:43 +02:00
leithoff
106a1b588f
change translation for Detail / short Preview in List, as it confuses Details lables in other apps when transforming mail to entries (infolog, tracker, calendar)
2016-07-15 09:58:14 +02:00
Ralf Becker
c1e43f3324
* Mail: mailing attachments failed in minimal install caused by using deprecate path-separator constant "SEP"
2016-07-11 10:08:11 +02:00
Ralf Becker
0b71dd2756
replace (slower and ugly) create_function with closures
2016-07-10 11:09:21 +02:00
Ralf Becker
f89142629a
* eSync: fix not synced subject and other headers, after RC3 Outlook memory reduction
2016-07-08 10:34:33 +02:00
leithoff
5f7e13adaa
fix bug with visible broken css stuff in outlook when answering to html-mails (with style-definitions) to outlook
2016-07-07 12:04:47 +02:00
Ralf Becker
36005d8189
* Mail/Sieve: fix PHP Fatal error on minimal install when trying to edit rules or vacation notice
2016-07-07 10:22:18 +02:00
nathangray
a2d1131aa5
Add an Abort / Retry / Skip prompt for long task when one fails
2016-06-30 15:47:32 -06:00
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
Klaus Leithoff
d315939ea5
when fetching headerdata/envelope gather size as well
2016-03-22 08:41:58 +00:00
Ralf Becker
fc2c4dae29
replace egw_sharing with Api\Vfs\Sharing
2016-03-21 10:30:48 +00:00
Ralf Becker
cebdc5c7ab
fix not working folderClose(d) image
2016-03-18 17:23:56 +00:00
Ralf Becker
f2b2879df1
different forward as attachment icon
2016-03-18 17:15:55 +00:00
Ralf Becker
02bf09aaae
move egw_htmLawed to api/src/Html/HtmLawed, @Klaus: does mail really need to call that class, cant it use Html::purify?
2016-03-13 11:56:00 +00:00
Ralf Becker
85695f0d41
split html class to Api\Html, Api\Header\Content, Api\Header\UserAgent and translation
2016-03-13 11:22:44 +00:00
Klaus Leithoff
0810011d0f
fix for (sometimes) not attached attachment when composing as new, when triggered from message with attachments present
2016-03-10 11:15:45 +00:00
Hadi Nategh
dbd97cd37a
Mobile theme:
...
- Eliminates some actions from contextmenu only on mobile
2016-03-09 12:31:55 +00:00
Klaus Leithoff
eec9fa33ac
* Mail: fix for problem when retrieving and displaying an event from winmail.dat attachment
2016-03-03 14:27:05 +00:00
Hadi Nategh
784aa2c82f
Mobile theme W.I.P:
...
- Fix view mode loads with wrong context
- Fix mail view actions
2016-03-03 14:10:08 +00:00
Klaus Leithoff
de8d48cc20
try to handle text/calendar attachments that are NO ical-file; seems its of no use to try to show the gibberish to the user
2016-03-03 13:36:42 +00:00
Klaus Leithoff
352640e2b2
try to handle text/calendar attachments that are NO ical-file
2016-03-03 13:29:29 +00:00
Ralf Becker
f25070a9c2
- switching minifying of javascript to use Grunt and Uglify (instead of doing it on the fly with php on every host)
...
- generating now a couple of bundles: api, et2, mail, calendar, jdots, pixelegg and mobile
- developers need to update minified files whenever a javascript file changes: grunt uglify[:(api|et2|mail|calendar|jdots|pixelegg|mobile)]
- minified files also contains a map file allowing to debug with them
2016-03-01 20:45:31 +00:00
Hadi Nategh
2355f5edf5
Mobile theme W.I.P:
...
- Implement view mode for mail
- Improve performance for reading mails
2016-03-01 17:00:28 +00:00
Ralf Becker
c59442a576
detect which type (gif, png or svg) of tree images are available by template
2016-02-29 13:45:44 +00:00
Klaus Leithoff
ecb2da3fa6
support daterangefilter on serversidesearch
2016-02-26 14:19:11 +00:00
Klaus Leithoff
78d2bc33a9
support SINCE, BEFORE, BETWEEN and ON as (range) date filters; use it in mail_zpush and add example usage to get_rows
2016-02-26 13:04:35 +00:00
Ralf Becker
63f1e7100c
tree uses now png or svg images, still some do not yet exist as png or svg
2016-02-26 10:59:23 +00:00
Hadi Nategh
2e33972631
Make default actions for compose toolbar less than 7
2016-02-26 10:08:07 +00:00
Klaus Leithoff
20a27ad0fe
reflect change in filters (additional details/no details) in app.js refreshFilter2Options refreshCatIdOptions
2016-02-25 12:26:50 +00:00
Klaus Leithoff
4bcfd7f428
default css for preview, triggered by details/no details; remember selection with implicit pref
2016-02-19 12:23:06 +00:00
Klaus Leithoff
33be0555bb
first sketch preview, triggered by details/no details
2016-02-18 15:46:02 +00:00
Hadi Nategh
304d1b0f68
Mobile theme W.I.P.:
...
- Add subscription dialog
- Re-arrange mail actions in context menu
2016-02-16 18:02:49 +00:00
Klaus Leithoff
5f1dc422f2
handle crippled messageID passed to loadEmailBody
2016-02-11 13:03:28 +00:00
Hadi Nategh
413b5f4280
Mobile theme W.I.P.:
...
- Fix not able to select the first mail on list
- Disable link_to upload file for view mode
- Fix dialog UI
2016-02-05 11:43:00 +00:00
Klaus Leithoff
215baf7497
fix for some untranslated messages in ajax - calls
2016-01-29 14:24:12 +00:00