matrix-org / matrix-spec

The Matrix protocol specification
Apache License 2.0
194 stars 96 forks source link

Define an event format for email. (SPEC-226) #99

Open matrixbot opened 9 years ago

matrixbot commented 9 years ago

Submitted by @​matthew:matrix.org There are several email gateways hanging around now, and it's unclear how best to represent email. Is it a custom msgtype on an m.room.message? Does it track additional fields for the SMTP headers? Does it track all the headers? What about the envelope headers? How do we handle mails larger than 65K? Do we split attachments out into MXC URLs, or keep it all mime encoded? etc

(Imported from https://matrix.org/jira/browse/SPEC-226)

turt2live commented 6 years ago

Related: matrix-org/matrix-spec-proposals#1225