This script is intended to be used to peep into the inbox of Outlook Online (Office365) via POP3 over TLS. A password will be encrypted by your ssh private key (~/.ssh/id_rsa) and saved as a binary file.
- ~/.ssh/id_rsa
- openssl
- Email account on Outlook online (Office 365)
- Copy 'pop-command.cleartext.example' to 'pop-command.cleartext' and set your user name and password in clear text.
- Run make.
- Delete 'pop-command.cleartext' if you want.
git clone https://gist.github.com/8dbd4ea18482df3bd2e084c5bf297f33.git
or download zip from https://gist.github.com/TakashiSasaki/8dbd4ea18482df3bd2e084c5bf297f33
If you have any question, feel free to ask me at http://twitter.com/TakashiSasaki .