Jinnrry / PMail

Private EMail Server
GNU General Public License v2.0
1.41k stars 129 forks source link

请问一下支持IMAP吗? #158

Open makebl opened 2 months ago

makebl commented 2 months ago

请完整读完README再提问! / Before asking questions, please read the README !

请问一下支持IMAP吗?

Jinnrry commented 1 month ago

可以支持,不过工作量比较大,目前主要精力在搞垃圾邮件识别

makebl commented 1 month ago

好的!期待中

coderofsalvation commented 4 weeks ago

awesome project. Concerning imap I would forget about spam-filters and build a chatmail imap server. Deltachat uses those too: https://delta.chat/en/ It uses a simple imap 'chatmail' configuration, and uses e2e encryption to prevent spam. This seems to be the trend.

Jinnrry commented 3 days ago

go语言目前缺少稳定可用的imap协议实现,全自己写的话有点费劲。

我比较倾向使用emersion/go-imap的imap协议实现,但是这个项目v1版本似乎没怎么维护了,v2版本又处于bate状态。后续emersion/go-imap稳定了就可以考虑引入了

https://github.com/emersion/go-imap/issues/498