Normally, I access mail using outlook web-app. Is there any possibility to read my mails from terminal?
May be by setting incoming and outgoing smtp servers. Please suggest.
Normally, I access mail using outlook web-app. Is there any possibility to read my mails from terminal?
May be by setting incoming and outgoing smtp servers. Please suggest.
I have been using alpine on Ubuntu and it works really well.
sudo apt-get install -y alpine
The first time you launch it, get into to the config / setup section and add your environment specific settings. It is expected to save those in ~/.pinerc.
Website: https://alpineapp.email/
You can view some screenshots here: https://askubuntu.com/questions/130899/how-can-i-configure-alpine-to-read-my-gmail-in-ubuntu
According to this Microsoft article, Outlook.com supports IMAP for remote access, as well as POP3 and SMTP. The servers are:
imap-mail.outlook.com (SSL/TLS, i.e. IMAPS)pop-mail.outlook.com (SSL/TLS, i.e. POP3S)smtp-mail.outlook.com:587 (STARTTLS)