aboutsummaryrefslogtreecommitdiff
path: root/IMAP-notifications.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2020-01-30 02:56:27 +0100
committerHugo Hörnquist <hugo@hornquist.se>2020-01-30 02:56:27 +0100
commit9a6f3d370f19f6cd0f6f38dd0c766a79743c3ea7 (patch)
treee68769a19138d68bd962ca9cc8203ef95f4f08dc /IMAP-notifications.wiki
parentMon, 27 Jan 2020 12:53:04 +0100 (diff)
downloadwiki-public-9a6f3d370f19f6cd0f6f38dd0c766a79743c3ea7.tar.gz
wiki-public-9a6f3d370f19f6cd0f6f38dd0c766a79743c3ea7.tar.xz
Thu, 30 Jan 2020 02:56:27 +0100
Diffstat (limited to 'IMAP-notifications.wiki')
-rw-r--r--IMAP-notifications.wiki10
1 files changed, 10 insertions, 0 deletions
diff --git a/IMAP-notifications.wiki b/IMAP-notifications.wiki
new file mode 100644
index 0000000..23deea8
--- /dev/null
+++ b/IMAP-notifications.wiki
@@ -0,0 +1,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
+}}}