mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
Added IMAP connection integration test
This commit is contained in:
parent
d7ce15957f
commit
07177f04cd
2 changed files with 8 additions and 0 deletions
4
test/email-templates/test-imap.txt
Normal file
4
test/email-templates/test-imap.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
a1 LOGIN user1@localhost.localdomain mypassword
|
||||
a3 EXAMINE INBOX
|
||||
a4 FETCH 1 BODY[]
|
||||
a5 LOGOUT
|
Loading…
Add table
Add a link
Reference in a new issue