forked from cyrusimap/cassandane
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
http://www.imapwiki.org/ImapTest | ||
|
||
Cassandane has support for the ImapTest engine. First you need to build | ||
imaptest, which isn't too hard - download and build dovecot (it can just | ||
sit in the build target, it doesn't need to be installed) and then | ||
download and build imaptest. I used mercurial and downloaded the latest | ||
of both. | ||
|
||
Then add this block to your cassandane.ini: | ||
|
||
--- | ||
|
||
[imaptest] | ||
basedir=/home/brong/src/imaptest/imaptest | ||
suppress=append-binary fetch-binary-mime fetch-binary-mime-base64 fetch-binary-mime-qp urlauth-binary | ||
|
||
--- | ||
|
||
I'm hoping to fix these! There are also some tests that don't run because | ||
we don't advertise the capabilities, and I'd like to fix those as well. | ||
|
||
Finally, we should contribute tests back to ImapTest if they are generic | ||
tests that we think would be valuable for other servers. |