f73d84dd90
some little additional stuff regarding the signature-selector-placeholder issue in compose
2014-11-11 14:17:38 +00:00
24494b44a7
Fix IDE warning
2014-10-23 11:29:04 +00:00
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
a020858d5a
do not use full path of attachments in compose popup
2014-10-20 18:11:40 +00:00
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
932c78bc6d
remove calls to removed htmlspecialchars method
2014-09-30 12:37:07 +00:00
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
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
6cd5e61979
Restructure compose save as draft functionality and implement it as an ajax function
2014-09-22 12:53:27 +00:00
dc965c15f9
ensure Message-Id is the same for outgoing mail AND message saved in send-folder
2014-09-11 14:10:51 +00:00
2172fc769d
* Mail: support the propagation of Thread-Topic, Thread-Index and List-Id on reply too
2014-09-11 11:52:58 +00:00
757d0e9c38
fix for rare problem on toggle html2text resulting in empty content; preparation for REFERENCES and IN-REPLY-TO
2014-09-09 14:06:24 +00:00
5939930c60
* Mail: Make the saveAsDraft and print functionality working in mail compose dialog
2014-09-09 13:17:20 +00:00
fd976ea1dc
Backport commit r48051, committed by Nathan Gray. Indicate merge class to use for mail, fixes infolog placeholders not known
2014-08-14 07:41:24 +00:00
e0b9fadfdd
* Mail/Infolog/Tracker: fix problem with converting mail to infolog/tracker entries, when forwarded messages are attached (message/rfc822 attachments)
2014-07-03 10:16:23 +00:00
9ad4dc5f98
* Mail: if we use a different Identity on sending AND the identity email is different but not empty from the account email; then use identity information for From and FromName; Do not touch Sender;
...
ToDo: discuss to set replyto accordingly
2014-06-10 14:44:25 +00:00
8f30c7c25e
* Mail: when changing account on compose, we no longer fake the sender, but we use the outgoing Server settings of that account AND copy the sent message to that accounts sentfolder (if set and prefs suggest we should store a copy in the selected accounts sentfolder)
2014-05-23 12:21:17 +00:00
4ba4ba0545
replace serialize calls with json_encode;
2014-05-23 07:39:52 +00:00
fa3029a59e
fix empty needle warning on compose change profile/signature
2014-05-22 07:45:21 +00:00
f3979fac84
switch error message after failure from level waring to error, so the error-message sticks
2014-05-16 11:52:44 +00:00
c0c0daa41c
code-cleanup: only use one mailPreferences class var; not 3
2014-05-13 13:10:53 +00:00
9ee9aad19c
only save LastSignatureIDUsed when different from the last one
2014-05-02 10:39:22 +00:00
0fcea2103a
* Mail: remember last used Signature on Compose, and try to use it on subsequent compose sessions
2014-05-02 10:33:54 +00:00
7434cd7144
* Mail: fix for messed up signature in some cases; fix for not beeing able to delete/remave an attachment to a new mail that was attached using PRESET methods
2014-04-29 09:53:47 +00:00
c720b1f1d4
fix for not fetched reply-to on compose. Hordes getEnvelope does not provide the desired data, use selected data from getMessageHeader
2014-04-15 10:42:30 +00:00
1411cc73fb
attempt to cleanup regarding old emailadmin/felamimail
2014-04-08 14:55:43 +00:00
b28bebe442
fix problem encountered on reply with whole grid refresh, caused by not matching expectations on rowId on egw_refresh
2014-04-03 09:07:55 +00:00
4c52fe5e65
in reference to calendar -> send invitation to all participants is not working; fix the parts that are still reproducible to me ; (there have been several fixes in the area since reporting the problem;)
2014-04-01 14:56:13 +00:00
44f3278ea6
handle saveAsDraft and obsolet drafts; handle reload of message list on send serverside (use egw_message where possible; use egw_refresh with messageuid and update if appropriate and egw_refresh for add mode only on distinct situations)
2014-04-01 11:41:34 +00:00
601e2b3b73
fix for failed display on compose of attached VCard entries
2014-03-21 12:56:34 +00:00
70d2a9f479
fix activesync attachment issue reported by randy; fix issue regarding the mail action on calendar entries; some cleanup
2014-03-21 10:37:09 +00:00
562b26410c
fix problem with deleting attachments on compose, when forwarding messages
2014-03-17 12:54:01 +00:00
0773d1ad3a
handle access space in front for switch from plain text to html too
2014-03-07 14:54:44 +00:00
1ae64aab58
refine the logic for the application of the font span for default font settings in ckeditor (should only be applied on first load or on switch plain->html and the absence of the font_part of the span; compose as new should possibly skip that too)
2014-03-04 15:19:48 +00:00
7b61b42585
the font span for default font settings in ckeditor should only be applied on first load or on switch plain->html and the absence of the font_part of the span
2014-03-04 09:23:43 +00:00
8d3c1fabbd
explicitly specifying columns to search to contacts class and let contacts class deal with constructing AND query from that
2014-03-03 11:59:18 +00:00
d3b244e069
use html::content_header for gathering download headers on getAttachment and saveMessage
2014-02-25 15:59:22 +00:00
f8035b8312
fixed sending of arbitrary JSON data egw_json_request::isJSONRequest(false)
2014-02-24 19:12:37 +00:00
e96ec115a0
fixed sending of arbitrary JSON data egw_json_request::isJSONRequest(false)
2014-02-24 18:46:14 +00:00
509c5f5a24
getFolderObjects; always use static on single request if info is available; so if you require subscribed/unsubscribed results on a single request you MUST set to false
2014-02-14 13:38:08 +00:00
934650c64a
fix a problem regarding the deletion from messages from display-popup; handle glitch of name used for downloading attachments
2014-02-12 10:56:44 +00:00
8af9b45e13
Fix lists always showing in To field, not filtered properly.
2014-02-07 15:11:46 +00:00
3539f98176
add missing second param for imap_rfc822_parse_adrlist
2014-02-04 15:53:48 +00:00
7510c00e50
switch display of message in popup to load message body in iframe; on message deletion show one message for userinteraction
2014-02-04 11:31:13 +00:00
f13dca4c34
fix for send with copy to additional folder
2014-02-03 11:29:12 +00:00
f67fb1d1c6
try to document why we use the simple-withimage config on ckeditor in mail and not the EGroupware wide pref
2014-02-03 07:59:51 +00:00
7c28c6c016
make mailattachments of type message/rfc822 clickable on compose
2014-01-31 10:21:58 +00:00
6317ffa821
fix broken attachment on forward inline, when attachment is available
2014-01-30 11:28:20 +00:00
e70a7bcf07
make uploaded/attached files clickable on compose
2014-01-30 09:35:56 +00:00
0629f22bcc
attachments not transported when converting to infolog/tracker on send
2014-01-29 10:59:14 +00:00