-> http://ex.noerr.eu.org/t/256154
话说本来想重新造轮子,然后发现 IMAP 是各种坑各种泪啊...然后就没有然后了
然后现在想,既然这么多 App 其实就是 Webapp ,为什么不把这个 Mail System 改成 web only? 每封邮件就是一个 URL ,然后所有操作在浏览器里面就可以完成。
可是,收邮件怎么办?现在想到做 Push Notification ,但是 Google 一下,大部分 Push Notification 都是 SaaS 。自己搭一个服务器不难,问题是客户端。貌似没有客户端是 Open Source 的,大家有没有推荐?
![]() |
1
current 2016-02-13 16:35:07 +08:00
用 im 的方案就可以了吧
ejabberd ? |
![]() |
2
CupTools OP @current So instead of "push notifications", we are going to use XMPP to poll?
|
![]() |
3
shyling 2016-02-13 16:49:18 +08:00 via iPad
exchange?
|
![]() |
4
current 2016-02-13 16:55:49 +08:00
@CupTools ejabbered 可以 push 啊。我们之前做的 mail 就是附挂在 im 之上的,虽然使用了私有协议而非 xmpp
|
![]() |
5
ipconfiger 2016-02-13 17:27:35 +08:00
mqtt
|