mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #51] emails writing #35
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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...
@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.
@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
@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.