Klaus Leithoff
b518045cd3
*eMail: feature to be able to import an email recieved or while sending as a tracker item; (that includes the move of some functions from infolog to bofelamimail, to make it available to more than one app); better charset detection on message body parts that do not carry a charset information (e.g.: base64 and quoted-printable messages, seem not to carry that info)
2010-10-06 12:56:54 +00:00
Klaus Leithoff
a5a7fcbc66
improvement of import_mail (decode issue), add headerinfo to body while sending (splitting emailaddresses into to/cc/bcc) and preserving identity
2010-09-20 09:32:54 +00:00
Klaus Leithoff
8fc69208aa
add helperfunction to normalize bodyParts structure (as of problems with reply on mails with MULTIPART/RELATED with array as subparts)
2010-09-15 14:10:02 +00:00
Ralf Becker
5a9d1833f4
* added mail log, which can be enabled by setting $GLOBALS[egw_info][server][log_mail] to a path or true for standard error_log
...
- added egw_mailer class to archive that and correctly intialise EGroupware pathes for translations
- updated translations and moved them to phpgwapi/lang/ (getting rid of message not translated errors)
- using egw_mailer in fmail including catching of phpmailerException to not glutter GUI with echoed errors
2010-09-15 09:14:17 +00:00
Klaus Leithoff
7065ea4d7e
preserving ampersands while converting html to text; improving linebreak behavior; switching off WordWrapn (by setting it to 0) in phpmailer, as we handle our linebreaking on our own
2010-09-09 10:20:44 +00:00
Klaus Leithoff
5a816aaa82
rework of bofelamimail::_strtotime, to make propper use of egw_time; performance issue: limit the number of links and email to be parsed (and adapted) to 100 each, as it should be sufficient for most standard emails; try to further improve the display of textmails
2010-09-07 09:04:50 +00:00
Klaus Leithoff
57c63c6c29
improve convertHTMLToText, for toggle editor and mail2infolog process; better control of insert Signature at Top. Only insert the signature, when the compose window is opened the first time (compose/reply/forward), dont do it if sending failes, and the compose window is refreshed (in general when mySigID is set)
2010-08-31 14:29:01 +00:00
Klaus Leithoff
3c1c24218f
use composeOption to determine compose Editors content when forwarding as Attachment
2010-08-25 15:00:01 +00:00
Klaus Leithoff
87eedef72f
feature: option/setting to be enabled to suppress ruler that separates EMailbody from signature; option/setting to be able to insert the signature at the top of a message to be composed
2010-07-12 15:22:33 +00:00
Ralf Becker
6b6032e139
Creating branches/Stylite-EPL-10.1
2010-06-09 18:36:13 +00:00