[GH-ISSUE #51] emails writing #35

Closed
opened 2026-02-27 11:09:45 +03:00 by kerem · 4 comments
Owner

Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/51

Originally assigned to: @tonioo on GitHub.

Originally created by Antoine Nguyen on 2010-01-20T16:23:11Z

Add the possibility to compose and send emails (in text or HTML). There are many HTML editors available, we must choose one.

Ex:
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Integration/Python

Originally created by @tonioo on GitHub (Dec 4, 2013). Original GitHub issue: https://github.com/modoboa/modoboa/issues/51 Originally assigned to: @tonioo on GitHub. **Originally created by Antoine Nguyen on 2010-01-20T16:23:11Z** Add the possibility to compose and send emails (in text or HTML). There are many HTML editors available, we must choose one. Ex: http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Integration/Python
kerem 2026-02-27 11:09:45 +03:00
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Antoine Nguyen on 2010-04-19T12:52:14Z

Compose text emails is now possible.

HTML editing will be added later in order to release 0.8...

<!-- gh-comment-id:29813252 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Antoine Nguyen on 2010-04-19T12:52:14Z** Compose text emails is now possible. HTML editing will be added later in order to release 0.8...
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Antoine Nguyen on 2010-09-17T15:26:06Z

From [10cfd99e684e], HTML composing is working pretty well. There is some problems when replying or forwarding (ie. images contained in the original message are not displayed by the editor).

I've also begun to handle multipart/relative messages. Currently, this is a really simple implementation, I need to find a better way of parsing the message tree (lxml is really strange...). For example, I could include the img alt field instead of the image in text mode.

<!-- gh-comment-id:29813253 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Antoine Nguyen on 2010-09-17T15:26:06Z** From [10cfd99e684e], HTML composing is working pretty well. There is some problems when replying or forwarding (ie. images contained in the original message are not displayed by the editor). I've also begun to handle multipart/relative messages. Currently, this is a really simple implementation, I need to find a better way of parsing the message tree (lxml is really strange...). For example, I could include the img alt field instead of the image in text mode.
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Antoine Nguyen on 2010-10-15T18:18:15Z

My bad, images are correctly displayed if I don't disable them when parsing the message :p

<!-- gh-comment-id:29813256 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Antoine Nguyen on 2010-10-15T18:18:15Z** My bad, images are correctly displayed if I don't disable them when parsing the message :p
Author
Owner

@tonioo commented on GitHub (Dec 4, 2013):

Posted by Antoine Nguyen on 2010-10-18T15:24:25Z

[bffb737a7e3c]: html parsing improvement to include img alt fields into the conversion result.

<!-- gh-comment-id:29813258 --> @tonioo commented on GitHub (Dec 4, 2013): **Posted by Antoine Nguyen on 2010-10-18T15:24:25Z** [bffb737a7e3c]: html parsing improvement to include img alt fields into the conversion result.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#35
No description provided.