summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/tests/populatemailbox.sh
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-28 14:13:03 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-28 14:13:03 +0100
commit2a9b02ff6d2279f7cd301ae1f397d275afa66922 (patch)
treea5089fb9b7ec31cebc248c9617c664e839dec641 /examples/imapresource/tests/populatemailbox.sh
parent7ec52003ec7f06cbb8897cd70e8d952ead3ca15f (diff)
downloadsink-2a9b02ff6d2279f7cd301ae1f397d275afa66922.tar.gz
sink-2a9b02ff6d2279f7cd301ae1f397d275afa66922.zip
Fixed imap tests
Adjust to cyrus imap settings and use explicit encryption setting.
Diffstat (limited to 'examples/imapresource/tests/populatemailbox.sh')
-rw-r--r--examples/imapresource/tests/populatemailbox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imapresource/tests/populatemailbox.sh b/examples/imapresource/tests/populatemailbox.sh
index 0889790..a5949fc 100644
--- a/examples/imapresource/tests/populatemailbox.sh
+++ b/examples/imapresource/tests/populatemailbox.sh
@@ -23,7 +23,7 @@ sudo echo "sub INBOX.Trash" | cyradm --auth PLAIN -u doe -w doe localhost
23# # sudo cp /src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S /var/spool/imap/d/user/doe/test/$i. 23# # sudo cp /src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S /var/spool/imap/d/user/doe/test/$i.
24# done 24# done
25# Because this is way faster than a loop 25# Because this is way faster than a loop
26FOLDERPATH=/var/spool/imap/u/'user^doe^test' 26FOLDERPATH=/var/spool/imap/d/user/doe/test
27sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{1..1000}. 27sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{1..1000}.
28sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{1001..2000}. 28sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{1001..2000}.
29sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{2001..3000}. 29sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{2001..3000}.