Ralf Becker
e94c57d6b1
* Mail: fixed exception when opening vacation notice or sieve-rules for an account with a changed standard identity or later created account
...
emailadmin_account::read_identity() needs ident_id NOT acc_id as 1. parameter
2015-02-09 09:18:05 +00:00
Klaus Leithoff
2e02b05d4e
* Mail/Sieve: check capability if VACATION is supported by SIEVE Server before trying to set an serverside vacation absent notice
...
code clean up in hooks and conditional debug for sendMDN
2015-02-06 12:35:51 +00:00
Klaus Leithoff
47110d3735
fix for problem preventing async-vacation to be run properly
2015-01-20 14:28:46 +00:00
Hadi Nategh
94ea53a688
* Mail/Sieve: Fix sieve save into folder with wrong namespace
2015-01-19 12:12:18 +00:00
Hadi Nategh
66bbe734d8
Set vacation addresses with all aliases if there's nothing set for the first time
2014-12-16 15:24:47 +00:00
Ralf Becker
8548f08947
fixed wrong order of arguments to setVacationUser()
2014-12-09 08:41:03 +00:00
Ralf Becker
32a6066156
* 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:27:54 +00:00
Ralf Becker
3ed259f85f
get folder ACL and vacation mostly working for admin usage
2014-09-24 17:25:18 +00:00
Hadi Nategh
cb093e7266
Avoid to call mail constructor (openConnection is an expensive operation) when client-side ask for vacationNotice.
...
-Check if there's no vacation cached then create mail object (try openConnection) and ask for vacation
-Add account_lid to cached vacations to distinguished them in case if the mail account was a shared profile
2014-08-11 12:14:27 +00:00
Hadi Nategh
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
Hadi Nategh
9694a4c9f8
Add email addresses of "all my aliases" in mail vacation, not account imap_username
2014-08-01 14:46:36 +00:00
Ralf Becker
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
Hadi Nategh
d23723244d
Disable "Set this as default" option for vacation notice if the user is not an admin user
2014-06-30 12:03:09 +00:00
Hadi Nategh
c5ac80225b
Add default vacation notice message to vacation notice text if there is no custom message
2014-06-27 14:49:24 +00:00
Ralf Becker
f5c186c384
use observer in mail to overwrite refresh for Sieve rules in iframe (like app_refresh)
2014-05-23 09:21:59 +00:00
Hadi Nategh
0209a59252
Remove not used variable
2014-05-23 08:01:56 +00:00
Hadi Nategh
7aa00f7217
Avoid a server round trip for delete a sieve rule via edit dialog
2014-05-23 08:00:41 +00:00
Hadi Nategh
78a461b120
* Mail/Sieve: Show mail sieve rules list in mail index with sidebox mailTree available
2014-05-22 14:46:50 +00:00
Ralf Becker
38419b2abe
fixed typo causing vacation stored on an other account
2014-05-21 18:16:39 +00:00
Hadi Nategh
f820209a6a
Set account object based on acc_id. Additionally, disable acc_id selectbox if not is_admin_vac
2014-05-21 17:44:10 +00:00
Ralf Becker
b0800a1697
make optional $_scriptName last parameter and other cleanups
2014-05-21 15:26:12 +00:00
Hadi Nategh
6b0b8b35fb
Fix error of "$this->debug" in async_vacation, and warning regarding retriveRules
2014-05-21 12:23:09 +00:00
Ralf Becker
6c1ac892fb
moving async job stuff to mail app and storing mail and user account in async job
2014-05-21 08:08:02 +00:00
Hadi Nategh
8bbba434c2
Remove scriptName which is no longer neccessary to be set, as we set it in emailadmin_seive anyway
2014-05-20 17:22:52 +00:00
Ralf Becker
467c715ddc
need to use initialised smtp object from mail account
2014-05-20 17:15:37 +00:00
Ralf Becker
c707a25b5a
need to check timed Sieve available on icServer object not mail account, to allow plugins to overwrite it
2014-05-20 16:48:44 +00:00
Ralf Becker
f27fbd3fc8
changed emailadmin_imap to switch emailadmin_sieve to exceptions and handle these for vacation now
2014-05-20 15:39:20 +00:00
Hadi Nategh
d88722a39a
Fix error when not successfully read the vacation. In addition, rename mailPreference to mailConfig as we dont have mailPreference
2014-05-20 13:06:33 +00:00
Ralf Becker
cfba607048
check vacation notice available on icServer object, so plugins can overwrite and allways enable edit_user hook for managamentserver_imap
2014-05-20 10:14:27 +00:00
Hadi Nategh
cb0901e3b8
* Mail/Vacation: Make vacation be able to be set from both Admin and Mail
2014-05-20 08:48:50 +00:00
Hadi Nategh
9dbe1ff186
Get correct "aliases" addresses in sieve vacation
2014-05-14 16:23:11 +00:00
Hadi Nategh
e1a5ac7ffa
Fix warning "Missing argument 1 for mail_sieve::get_rows() in sieve"
2014-05-14 12:04:02 +00:00
Hadi Nategh
e743b3969e
Remove not used method "email_address_converter" in sieve, and cleanup couple of more warnings
2014-05-14 08:32:11 +00:00
Hadi Nategh
1c31dad881
Switch sieve from oldimap class to new imap
2014-05-13 17:09:05 +00:00
Hadi Nategh
1aef94735c
Check validation for addresses in "Respond" field, and make "text and Respond" fields required
2014-05-13 08:51:03 +00:00
Hadi Nategh
24d3ae08c7
Clean up mail sieve from warnings
2014-05-13 07:54:42 +00:00
Hadi Nategh
3bf554b986
Let vacation popup window stays open if there is an error while saving
2014-05-02 14:39:49 +00:00
Hadi Nategh
83b76884a9
Change default value for days filed in vacation popup to 3
2014-04-25 12:33:00 +00:00
Hadi Nategh
fe5aec505b
Set default value for days field in vacation popup window
2014-04-25 10:36:59 +00:00
Klaus Leithoff
4387985b3c
proper Id tag for class header
2014-04-03 12:31:52 +00:00
Klaus Leithoff
a4efec4997
handle vacation notice on mail-index page; check and refresh on changeFolder; refresh on editVacation
2014-04-03 12:20:23 +00:00
Hadi Nategh
b429fe8ef6
* Sieve/Felamimail|Mail:Make exclamation mark (\!) in the begining of sieve rule query escapable from always bien used as NOT conditon
2014-03-13 13:16:09 +00:00
Hadi Nategh
c3ce366abe
Fix action enable/disable in mail seive context menu
2014-02-14 16:56:48 +00:00
Hadi Nategh
bbe57f9648
Add egw_refresh to mail sieve. In addition, tide up the code and add documentation
2014-02-14 15:39:18 +00:00
Nathan Gray
efbdc7f532
Try to fix some errors in ajax actions
...
- Disable / enable did not work
- Refresh grid via ajax did not work
2014-02-13 19:00:11 +00:00
Klaus Leithoff
b3ad328429
preparations to get mail_activesync into gear
2014-01-14 13:35:39 +00:00
Hadi Nategh
e4cf9ac9b3
Show vacation notice in popup window
2013-12-17 17:10:02 +00:00
Klaus Leithoff
bf362a5dce
enhance error message if not allowed to access sieve
2013-12-17 15:58:51 +00:00
Klaus Leithoff
491495e32d
fix stuff regarding getSpecialUsefolders and defaultvalue of sievescriptname
2013-12-17 12:16:11 +00:00
Klaus Leithoff
d82075e86b
work to get the sieve stuff back on the road. NOTE: uses oldImapServer Object, not cached, no validation regarding getInstance
2013-12-17 09:55:47 +00:00