Telnet Session with IMAP
I always have to look this up whenever I want to do it…so here are the commands so I don’t forgettelnet server imap . LOGIN username "password" . LIST "" "*" . EXAMINE INBOX.test . FETCH 1 all . FETCH 1 fast . CLOSE . LOGOUT8 months ago