Added IMAP connection integration test

This commit is contained in:
Thomas VIAL 2015-11-22 01:57:52 +01:00
parent d7ce15957f
commit 07177f04cd
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
a1 LOGIN user1@localhost.localdomain mypassword
a3 EXAMINE INBOX
a4 FETCH 1 BODY[]
a5 LOGOUT