Commit Graph

1338 Commits

Author SHA1 Message Date
f64e44ffad Fix mail display print with IE load issue 2015-06-03 10:48:43 +00:00
d770bc9784 Add mail integration calendar action into preview toolbar 2015-06-03 08:45:25 +00:00
8f7a05544e Add mail integration calendar action into preview toolbar 2015-06-03 08:44:44 +00:00
9aac691d91 Make sure get_rows is always set, fixes error when setting forced/default columns 2015-06-02 21:26:46 +00:00
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
3908b46079 Fix mailvelope display print with multipage content 2015-06-02 15:26:51 +00:00
27e7c49e30 Style mailvelope display print frame 2015-06-02 12:24:29 +00:00
9a572dbf7d Prepare mailvelope iframe to be printed, and hide other original frames 2015-06-02 11:01:45 +00:00
c365c386e9 Make sure get_rows is always set, fixes error when setting forced/default columns 2015-06-01 19:18:15 +00:00
ddfaa8202d Fix mail inline images does not work when compose from draft 2015-06-01 09:27:09 +00:00
2699dddc4e fix selector for Mailvelope iframe under Firefox 2015-05-29 11:04:09 +00:00
09c32908f7 allow for visualization and sorting by the internal-/arrival- date of messages (list only) 2015-05-29 10:54:06 +00:00
6ac985bb88 allow for visualization and sorting by the internal-/arrival- date of messages (list only) 2015-05-29 10:53:01 +00:00
ddbe8ccec3 encryption of InfoLog entries (EPL only) 2015-05-28 14:40:33 +00:00
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
5e911b879d Bind the load event only once (.one), seems the jQuery(.on)+IE calls load event on an iframe twice 2015-05-28 09:28:34 +00:00
ad07c416bf adding an own recipients onChange callback, as set_dragging_dndCompose is also called on hover 2015-05-26 16:33:35 +00:00
f0da3a71f9 fix error when switching encryption on for text mail, fix double signature when switching encryption off (by not doing a server round-trip) 2015-05-26 16:19:28 +00:00
d384f2407a fix replies to encrypted mails dont open with encryption switched on 2015-05-26 15:25:54 +00:00
a838f76da2 translation for mail encryption 2015-05-25 10:08:47 +00:00
dda439f3c7 Do not allow to drag an invalid email address in compose 2015-05-22 15:26:50 +00:00
51fd95b69c Do not allow to drag an invalid email address in compose 2015-05-22 15:24:50 +00:00
6e4432c6a4 pixelegg - Mail
changes 2x Icon for Iconbar

to_infolog.png
to_calendar.png
2015-05-21 16:27:33 +00:00
c41156c47c check if we have PGP keys for all recipients, before switching to encrypted mail, when adding further recipients and before trying to send 2015-05-20 15:24:08 +00:00
394f7394ff Introduce a checkbox method for toolbar widget in order to be able to get/set checkbox actions
- Function pattern: widget.checkbox(action_id,[value])
- Fix encrypt toolbar action set/get according to new method
2015-05-20 15:18:00 +00:00
c7765473f3 - fix autosave and save as draft to store encrypted content
- fix inline reply to encrypted message to clientside decrypt message and add signature
2015-05-20 07:26:15 +00:00
517286fdab using now a domain-specific "egroupware" keyring, instead of default "mailvelope", which only works on localhost, plus improved instructions 2015-05-19 20:23:38 +00:00
69f1fc4696 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-05-19 19:24:02 +00:00
a480dfc022 Encrypt toggle-button in compose to switch PGP encrypted mail on and off 2015-05-19 18:56:12 +00:00
65adf87c4e Delay the drag action for d-n-d emails in compose 2015-05-19 16:12:54 +00:00
9dc4cd76b3 Delay the drag action for d-n-d emails in compose 2015-05-19 16:12:28 +00:00
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
77c2b3d9af fix for missing mail_bo::replaceEmailAdresses call. Fix for not supported FromName Attribute in compose/egw_mailer 2015-05-19 14:44:30 +00:00
052bb60db6 Always display html for openned drafted message 2015-05-19 14:38:54 +00:00
f2793cad97 Always display html for openned drafted message 2015-05-19 14:34:35 +00:00
bab4de6d16 Apply resized height value to parent container of textarea in compose 2015-05-19 13:30:48 +00:00
ec180093b4 src:cid url its likely to be urlencoded. so decode, before using it 2015-05-19 10:07:40 +00:00
50aaafe293 src:cid url its likely to be urlencoded. so decode, before using it 2015-05-19 09:26:08 +00:00
38b3122bb8 send OpenPGP/Mime message according to rfc3156, section 4 2015-05-18 19:23:05 +00:00
09fdc8d0fe W.I.P. mail inline images: Include inline images as inline attachments before send 2015-05-18 11:36:11 +00:00
58aaff6b9b WIP mailvelope API integration:
- compose of plaintext mails works now
- display of encrypted mails in preview and display popup
ToDo: html compose, switching html on/off and resize of mailvelope iframe in compose
2015-05-17 19:03:45 +00:00
7480e2bca6 use static function emailadmin_imapbase::merge instead of ->mail->merge 2015-05-15 14:08:29 +00:00
38bf42b5db use static function emailadmin_imapbase::merge instead of ->mail->merge 2015-05-15 14:07:36 +00:00
73499db1c7 WIP mail inline image
- Define static methods for resolving inline images from CID, based on types
- Fix not showing inline images on reply
2015-05-15 14:00:37 +00:00
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
8f20e57599 Make sure the popup has value and not false, the mail integration hooks may not be registered yet 2015-05-12 13:21:08 +00:00
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
ebd36ab82e simplyfy attachment loops, as we do not have to distinguish between attachments and attached message/rfc anymore 2015-05-12 12:23:36 +00:00
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
b6235ba024 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:06:08 +00:00