3 August, 201711 December, 2017bash, Email, Imap Use Curl to read your imap emails You can use the bash command “curl” to read your imap emails like this: curl –url "imaps://imapserver.somewhere.net" –user "username:password" Note: your password […]