Ralf Becker
41b60e9e12
* Mail: correctly quote name / personal part containing German umlauts or special chars when searching for email addresses in compose
2015-06-08 14:28:43 +00:00
Hadi Nategh
113d415a4e
Fix translation and appIcon issue in mail integration
2015-06-03 13:25:22 +00:00
Hadi Nategh
b211d7c4ab
Fix mail display print with IE load issue
2015-06-03 12:29:58 +00:00
Hadi Nategh
f246349060
Fix Fatal error: Cannot access self:: when no class scope is active. Happens only in PHP < 5.4
2015-06-03 11:57:51 +00:00
Hadi Nategh
d770bc9784
Add mail integration calendar action into preview toolbar
2015-06-03 08:45:25 +00:00
Nathan Gray
9aac691d91
Make sure get_rows is always set, fixes error when setting forced/default columns
2015-06-02 21:26:46 +00:00
Nathan Gray
21781271e4
Fix some problems with merging into email files:
...
- Use correct merge sub-class when merging multiple entries
- Accept merge placeholders in to/cc/bcc fields (displayed as invalid, but still accepted)
- Use merge placeholders to pull addresses from associated entry
2015-06-02 21:21:21 +00:00
Klaus Leithoff
09c32908f7
allow for visualization and sorting by the internal-/arrival- date of messages (list only)
2015-05-29 10:54:06 +00:00
Hadi Nategh
e80bd63b06
Bind the load event only once (.one), seems the jQuery(.on)+IE calls load event on an iframe twice
2015-05-28 09:42:16 +00:00
Hadi Nategh
dda439f3c7
Do not allow to drag an invalid email address in compose
2015-05-22 15:26:50 +00:00
Hadi Nategh
65adf87c4e
Delay the drag action for d-n-d emails in compose
2015-05-19 16:12:54 +00:00
Klaus Leithoff
d9a5f82334
fix for missing mail_bo::replaceEmailAdresses call. Fix for not supported FromName Attribute in compose/egw_mailer
2015-05-19 14:46:08 +00:00
Hadi Nategh
052bb60db6
Always display html for openned drafted message
2015-05-19 14:38:54 +00:00
Klaus Leithoff
ec180093b4
src:cid url its likely to be urlencoded. so decode, before using it
2015-05-19 10:07:40 +00:00
Klaus Leithoff
7480e2bca6
use static function emailadmin_imapbase::merge instead of ->mail->merge
2015-05-15 14:08:29 +00:00
Hadi Nategh
c751cda84b
Make sure the popup has value and not false, the mail integration hooks may not be registered yet
2015-05-12 13:23:31 +00:00
Klaus Leithoff
5cd3972ae3
simplyfy attachment loops, as we do not have to distinguish between attachments and attached message/rfc anymore
2015-05-12 12:24:27 +00:00
Klaus Leithoff
a9c66335e7
reenabling the observance of the preference setting for forward as attachments; add notice to body that forwarded messagebody is found in attachments; add folder info in getAttachment calls when available
2015-05-12 09:07:06 +00:00
Klaus Leithoff
9c109804dc
improve html / plain handling on message reply and message forward
2015-05-12 07:52:03 +00:00
Hadi Nategh
aa0e5c2c70
Check if the mail integration hook is registered, if not, try to register it, otherwise throws an exception with useful information.
2015-05-08 14:37:24 +00:00
Hadi Nategh
50782cfa8b
* Mail: Implement mail integration with new structure and add new feature
...
- Add mail to calendar as calendar entry, including all mail attachments as links
- Add user choice for saving mail into an existing ticket or a new ticket
- Fix mail attachments integration into infolog, tracker or calendar entry
2015-05-05 08:03:13 +00:00
Klaus Leithoff
a15d9759e4
* Mail/Activesync: Handle problem when forward / reply on mails original message was not included
2015-04-30 14:14:48 +00:00
Hadi Nategh
c2a94230d0
Stop htmlarea of compose participating in resize, compose has its own resize handling
2015-04-30 08:10:30 +00:00
Hadi Nategh
77fb3a8ee9
Remove some left over error_logs and clear the code from IDE warnings
2015-04-28 15:45:41 +00:00
Hadi Nategh
f0502f45ba
Add translation for mail sieve
2015-04-28 14:01:42 +00:00
Hadi Nategh
398aa2e945
Correct forward message in mail sieve, and add translation
2015-04-28 13:35:55 +00:00
Hadi Nategh
b68cc4e050
Fix a typo
2015-04-27 13:44:40 +00:00
Hadi Nategh
4a554a65cd
Fix htmlarea editor always wrap border around editing text in IE
2015-04-27 13:44:19 +00:00
Ralf Becker
dfc9957176
fix typo causing PHP Fatal error if "writable share" is selected in community version
2015-04-25 07:19:18 +00:00
Ralf Becker
aed984148d
fix PHP Warning array_value expects first parameter to be array
2015-04-22 14:28:15 +00:00
Hadi Nategh
e6f63cb8cf
Fix some missing translation in mail folder acl and edit account
2015-04-22 10:37:16 +00:00
Klaus Leithoff
49dbf5a7f8
* Mail/Sieve: require a vacation notice text on vacationnotice edit and save.
2015-04-21 11:19:09 +00:00
Hadi Nategh
2205536343
Always convert html to plain text if browsing with mobile device, because of CKEditor complatibility
2015-04-21 10:15:01 +00:00
Hadi Nategh
53363be626
Implement mail integration to an existing ticket
2015-04-20 14:31:21 +00:00
Ralf Becker
ded2c74681
only clean up temp-files, if we dont need them for mail_integration::integrate
2015-04-17 14:40:43 +00:00
Hadi Nategh
aa7edce3b4
Some fixes on mail integration:
...
- Fix save as raw eml file and send it as attachment
- Fix mail_import in infolog,tracker and calendar does not include raw mail eml attachment as link
- Some IDE clean up for mail and tracker
2015-04-17 09:39:22 +00:00
Ralf Becker
24478fe0d5
cant store a resource in egw_link::set_data()
2015-04-16 07:03:53 +00:00
Hadi Nategh
c0097b3860
More WIP mail message integration:
...
- Make integrate function a static function
- Implement infolog, tracker and calendar save as buttons in mail compose with open popup
- Fix Date and Max_line_Chars in mail_integration
2015-04-15 15:55:18 +00:00
Hadi Nategh
23000b1ff7
Fix calendar item's group in mail context menu
2015-04-15 12:28:43 +00:00
Hadi Nategh
daafaab2eb
Missing file from commit #52506
2015-04-15 12:26:05 +00:00
Hadi Nategh
b7c6be226d
WIP of mail integration
...
-Centralize mail functionality of mail message integration in mail module
-Some clean up of mail_import in infolog and tracker apps
-Use hook registery in order of an app uses mail integration services
-Implement mail import into calendar
2015-04-15 11:23:59 +00:00
Hadi Nategh
649b706ee5
Mail/mimeDecode.php library is no longer used, it's already replaced with horde_mimedecode
2015-04-13 15:46:37 +00:00
Hadi Nategh
7e7f22731a
Mail/mimeDecode.php library is no longer used, it's already replaced with horde_mimedecode
2015-04-13 15:45:47 +00:00
Hadi Nategh
002ea7967a
Fix not working forwarding multiple addresses in sieve edit dialog
2015-04-08 16:29:57 +00:00
Hadi Nategh
c58b950a71
Fix not working forwarding multiple addresses in sieve edit dialog
2015-04-08 16:28:48 +00:00
Klaus Leithoff
90200ea1ec
use ENT_SUBSTITUTE on htmlspecialchars to harden display of message as source
2015-04-02 08:49:28 +00:00
Klaus Leithoff
e3d4a685af
use ENT_SUBSTITUTE on htmlspecialchars to harden display of message as source
2015-04-02 08:48:34 +00:00
Ralf Becker
8af7a8a6b8
dending translations from our translation server
2015-04-01 08:08:43 +00:00
Ralf Becker
b2589dc3fe
dending translations from our translation server
2015-04-01 08:06:00 +00:00
Ralf Becker
78e41aa1a1
move "Save as" phrase to common and merge-cli run
2015-04-01 08:01:30 +00:00