aboutsummaryrefslogtreecommitdiff
path: root/IMAP-notifications.wiki
blob: 23deea8619c1d581455723ef12c1e75ee3c12587 (plain)
1
2
3
4
5
6
7
8
9
10
{{{sh
openssl s_client -starttls imap -crlf -connect mail.lysator.liu.se:143
}}}

{{{IMAP
1 LOGIN hugo <password>
2 SELECT INBOX
;; Check that CAPABILITY contains IDLE
3 IDLE
}}}