Skip to content

Commit

Permalink
Cleanup imaptest documentation
Browse files Browse the repository at this point in the history
Dependent on:
dovecot/imaptest#23
dovecot/imaptest#24

Mainly: moving imaptest specific documentation to imaptest, and link
to the GitHub imaptest page
  • Loading branch information
slusarz committed Jan 19, 2024
1 parent 3c0a815 commit 2194717
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 293 deletions.
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
2 changes: 1 addition & 1 deletion source/configuration_manual/fts/flatcurve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ which means it is :rfc:`3501` (IMAP4rev1) compliant. This driver does not
support fuzzy searches.

The driver passes all of the ImapTest search tests.
`<https://imapwiki.org/ImapTest>`_
`<https://github.com/dovecot/imaptest/>`_

Enabling flatcurve is designed to be as easy as adding these lines:

Expand Down

0 comments on commit 2194717

Please sign in to comment.