Add support for JMAP
Author: ststeigerCreated Apr 17, 2023Updated Oct 29, 2025
Labelsenhancement
I am implementing a JMAP-Server. I should be able to test the JMAP-Server. The POP3 Server i implemented, i tested with MailKit. There is an existing libary (JMapNet), but it is not very pleasant to use. Plus, if one were to write an email client with MailKit, it would be nice to have support for all email protocols.
Source: jstedfast/MailKit