Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.3 CHERRY PICK: Cleanup imaptest documentation #832

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions source/admin_manual/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
========
Testing
========
Easiest way to test Dovecot is to use the imaptest tool, see `IMAP Server Tester <https://imapwiki.org/ImapTest>`_.
Easiest way to test Dovecot is to use
`ImapTest <https://github.com/dovecot/imaptest>`_.

It can be used to flood a server with random commands and it can also attempt to mimic a large number of real-world clients.

Expand All @@ -12,6 +13,4 @@ It can be used to flood a server with random commands and it can also attempt to

testing/preparing_for_testing

testing/running_imaptest

testing/sample_imaptest_tests
287 changes: 0 additions & 287 deletions source/admin_manual/testing/running_imaptest.rst

This file was deleted.

2 changes: 0 additions & 2 deletions source/admin_manual/testing/sample_imaptest_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ imap_4m_profile.conf
imap_idle = yes
imap_fetch_immediate = UID RFC822.SIZE FLAGS BODY.PEEK[HEADER.FIELDS (From To Cc Bcc Subject Date Message-ID Priority X-Priority References Newsgroups In-Reply-To Content-Type)]
imap_fetch_manual = RFC822.SIZE BODY[]
imap_status_interval = 5 min
}
client AppleMail {
Expand All @@ -217,7 +216,6 @@ imap_4m_profile.conf
imap_idle = yes
imap_fetch_immediate = INTERNALDATE UID RFC822.SIZE FLAGS BODY.PEEK[HEADER.FIELDS (date subject from to cc message-id in-reply-to references x-priority x-uniform-type-identifier x-universally-unique-identifier)] MODSEQ
imap_fetch_manual = BODYSTRUCTURE BODY.PEEK[]
imap_status_interval = 5 min
}
Expand Down
Loading