RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.12k stars 895 forks source link

Push notifications #1080

Open phsc84 opened 8 years ago

phsc84 commented 8 years ago

It would be great, if you could implement push notifications for RainLoop: https://developers.google.com/web/fundamentals/getting-started/push-notifications/?hl=en

Most modern browsers support this feature (Chrome, Firefox, Safari). Microsoft Edge will follow: https://blogs.windows.com/msedgedev/2016/05/16/web-notifications-microsoft-edge/

This feature would be real added value for RainLoop, especially the mobile version, because it would make dedicated mail apps more or less obsolete.

BenoitMartin2 commented 8 years ago

Hi,

Would also be great to have PushOver/Bullet notifications. Cause actually you got to open a web browser to check mails, thats clearly uncomfortable.

f3bruary commented 7 years ago

+1 for Pushover notifications on new mail. I use multiple accounts and would have to log in and out of each one to see if there's new mail. The other solution would be to add each mail account to my phone which I'm sure would deplete my battery very fast.

sandroshu commented 7 years ago

@f3bruary Set up z-sync to support ActiveSync then add your email accounts on your phone as Exchange AS. You can add multiple accounts to a main account in RainLoop, so you will be able to switch accounts easily without logging out/in.

Pushover/bullet notifications can be done easily, but the main login credentials are not stored (I believe). Obviously it needs a cron or daemon. Checking for new mails & sending notifications can be done by a separate script, but it has nothing to do with Rainloop except the notification includes a link to the RL page. I may create one next week.