Klaus Leithoff
3abb719bfa
mail add anf fix missing translations in mail-prefs
2015-02-03 12:34:48 +00:00
Klaus Leithoff
f5e9f6b55a
fix for problem preventing async-vacation to be run properly
2015-01-20 14:32:57 +00:00
Hadi Nategh
2a43aea1e2
Do not show out dated vacation in vacation notice
2015-01-07 08:49:17 +00:00
Hadi Nategh
36d971867f
Set vacation addresses with all aliases if there's nothing set for the first time
2014-12-19 09:27:21 +00:00
Ralf Becker
cd67495c8b
checking sieve enabled on imap-server object not account, so imap plugins can overwrite eg. always set this
2014-12-18 11:01:59 +00:00
Hadi Nategh
ccc3a4037b
Clear intervals assigned to window after submit compose dialog
2014-12-16 10:27:40 +00:00
Ralf Becker
996c585a2a
fixed wrong order of arguments to setVacationUser()
2014-12-09 08:41:19 +00:00
Ralf Becker
642775bf62
fixed sometimes not working download of all attachments via zip (name instead of filename set) and changed it to use streams
2014-12-08 18:24:26 +00:00
Klaus Leithoff
fbcad67cc1
silence parning on unlink, by passing the correct file WITH path-info
2014-12-05 11:59:16 +00:00
Klaus Leithoff
e9147c17f0
handle new signature preference
2014-12-04 14:42:44 +00:00
Klaus Leithoff
1fc639b80f
fix broken body-display on activesync after r49578
2014-12-02 14:48:25 +00:00
Klaus Leithoff
4d0c75447c
fix broken mail_activesync send after changes how identity is seeded
2014-11-25 14:19:22 +00:00
Ralf Becker
11a4d39513
missing commits from combined account and identity/signature selection
...
r49527: Fix compose resizehandler: resize based on subtraction of header height from window height and allocate it to mail body
r49524: first step for a combined account and identity/signature selector
2014-11-24 10:08:29 +00:00
Ralf Becker
424f904fbb
* Mail: combine account and identity/signature selection, allows now to send with a different identity
...
also fixed tons of IDE warnings
r49532: fix compose ID and random string generation to use API auth::randomstring() method
2014-11-21 16:21:40 +00:00
Klaus Leithoff
8b2a51b89f
make sure (or at least try) there is an emailaddress set for ident_email when fetching identities for the current user
2014-11-21 13:47:23 +00:00
Ralf Becker
f00530f7cb
use a wrapper on a different url for sending mail to be able to select a different fpm pool
2014-11-21 13:37:49 +00:00
Klaus Leithoff
7f1d9043b2
fix broken disposition-notification request
2014-11-20 15:54:10 +00:00
Klaus Leithoff
adfa95b45d
handle error and error-messages on folder-creation. Special handling when having flat folderstructure (no prefix present)
2014-11-20 14:59:26 +00:00
Klaus Leithoff
4339243655
take the extra time on failure on folderExists, when the folder seems to be not to be there
2014-11-18 15:55:24 +00:00
Ralf Becker
272521ba87
only display "Vacation notice is active" message, if it is active or by a date in future
2014-11-18 14:46:44 +00:00
Klaus Leithoff
f73d84dd90
some little additional stuff regarding the signature-selector-placeholder issue in compose
2014-11-11 14:17:38 +00:00
Hadi Nategh
ca2b56979c
* Mail: Fix mail display and compose open in full height
...
-commits r49335, r49336, r49339, and r49340.
2014-11-10 12:54:31 +00:00
Klaus Leithoff
1801ed8795
make sure preview/display/saveAttachments etc. is using the ImapServer whose Id is passed on with the ID of the mail to be processed
2014-11-06 13:12:22 +00:00
Klaus Leithoff
1ef487712f
* Mail: on save as zip: always fetch all attachments, even inline (images); do not fatally fail on empty attachments
2014-11-06 11:43:59 +00:00
Ralf Becker
b522552e3e
* Mail: fixed icons for special use folders did not use folders set in mail account
2014-11-05 16:52:25 +00:00
Ralf Becker
56ba21e63f
* eSync: fixed not working sending of mails after 14.1.20141021 package
2014-10-29 12:28:09 +00:00
Hadi Nategh
7689e486ea
Fix IDE warnings
2014-10-23 13:59:40 +00:00
Hadi Nategh
24494b44a7
Fix IDE warning
2014-10-23 11:29:04 +00:00
Hadi Nategh
bdfdf55366
Fix compose showing an extra span tag on body when switch from html to plain/text via preferences
2014-10-23 10:30:50 +00:00
Hadi Nategh
df98b920cc
Drag & drop support for mail into filemanager
2014-10-21 15:48:52 +00:00
Hadi Nategh
e8980e5836
Work in progress, standardization of dnd action helper styling for all apps
2014-10-21 14:39:24 +00:00
Ralf Becker
f3855405b0
entry name for mail app
2014-10-21 14:38:41 +00:00
Ralf Becker
a020858d5a
do not use full path of attachments in compose popup
2014-10-20 18:11:40 +00:00
Ralf Becker
9a2cfa0782
* Mail: import and display of mails failed, if personal part of addresses contains valid encoded utf-8 characters
...
- using now Horde_Mime_Headers::parseHeaders() for headers instead of Mail_mimeDecode, which should be completly replaced with Horde_Mime_Part::parseMessage()
- replaced imap_rfc822_parse_adrlist with Horde_Mail_Rfc822::parseAddressList() using static wrapper emailadmin_imapbase::parseAddressList()
r49066: sending mail was failing after r49065
2014-10-20 18:10:31 +00:00
Ralf Becker
585e313851
fix redirects in a popup and new egw_exception_redirect to be used in hooks/callbacks like for addressbook.edit to redirect to a different location
...
r49022: resize import popup to regular compose size
2014-10-17 12:51:02 +00:00
Klaus Leithoff
106886756a
* Mail: fix copy/move of mails between accounts
2014-10-14 08:55:23 +00:00
Hadi Nategh
6d57bfc580
Unset action "moveto" from display toolbar actions
2014-10-10 15:05:25 +00:00
Ralf Becker
05f95783f6
remove not used attachmentsPresent value
2014-10-07 07:13:13 +00:00
Hadi Nategh
14583e5b4a
Fix trash folder label get set by not translated trash folder name after trying to empty the trash
2014-10-06 15:15:55 +00:00
Klaus Leithoff
1c783df3b8
cope with not set DATE from retrieved headers
2014-10-02 08:45:36 +00:00
Ralf Becker
932c78bc6d
remove calls to removed htmlspecialchars method
2014-09-30 12:37:07 +00:00
Hadi Nategh
b831d2c593
* Admin: New setting for admin users with available administrator password to be able to modify mail ACL rights and vacation notices (no longer in admin context menu but under edit account->forward... tab) of each accounts via both mail and admin app.
...
-Backported commits: r48728, r48729, r48734, r48743, r48671, r48765, r48766, r48775, r48776, r48777.
2014-09-29 09:26:29 +00:00
Ralf Becker
b9c985e045
* Mail: vaction notice indicator in mail showed result of other users
...
cache-key was identical for all uses due to a typo
2014-09-27 15:28:16 +00:00
Klaus Leithoff
338c625180
backport: to ease upgrade, as hook is removed
2014-09-26 08:24:57 +00:00
Ralf Becker
149090c08e
explicitly fetching structure in get_load_email_data, to supply it to getMessageBody and getMessageAtacchemnts, so they dont get fetcheds twice from imap-server
2014-09-25 12:43:25 +00:00
Ralf Becker
2e16d826b6
remove html::purify call
2014-09-25 08:48:05 +00:00
Klaus Leithoff
712b9acd94
* Mail: resolve distributionlists upon saving as draft, infolog, tracker and storing sent message in designated send-folder
2014-09-23 08:24:24 +00:00
Hadi Nategh
ddc26c361c
Avoid to refresh mail list if the active folder is not the Draft folder while saving compose mail as draft
2014-09-22 12:55:40 +00:00
Hadi Nategh
6cd5e61979
Restructure compose save as draft functionality and implement it as an ajax function
2014-09-22 12:53:27 +00:00
Klaus Leithoff
a2d2a9e527
disable non functional readall action on mail display popup actionmenu
2014-09-18 12:34:10 +00:00