sup-heliotrope / sup

A curses threads-with-tags style email client (mailing list: supmua@googlegroups.com)
http://sup-heliotrope.github.io
GNU General Public License v2.0
889 stars 96 forks source link

Login with Outlook / Office 365 Mail #605

Closed iqlal closed 2 years ago

iqlal commented 2 years ago

Hi i just found this project. This project is really cool !!!

Can i login as Outlook / Office 365 Mail, maybe using IMAP / POP3 ???

Thanks

danc86 commented 2 years ago

Sup itself doesn't know anything about IMAP. It only works with maildir (or mbox) files locally. There are plenty of other programs you can use to synchronize a remote IMAP mailbox to a local maildir for sup. Offlineimap is a commonly used one. There's some notes here in the wiki.

I don't have any experience with Outlook365. Typically these cloud services are difficult because they require unusual/nonstandard authentication mechanisms like OAuth2. But I can find plenty of search results online for how to configure offlineimap for Outlook365 so it's probably possible.

If you find out more, please feel free to add some notes here, or we can add some links to more info in the Sup wiki.

iqlal commented 2 years ago

@danc86 Thanks for answer :)