mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-02 23:21:49 +02:00
1.139
This commit is contained in:
parent
e47a98b809
commit
c63048cca3
10 changed files with 28974 additions and 51 deletions
47
tests.sh
47
tests.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id: tests.sh,v 1.39 2005/06/21 01:29:07 gilles Exp $
|
||||
# $Id: tests.sh,v 1.40 2005/07/16 12:45:59 gilles Exp gilles $
|
||||
|
||||
#### Shell pragmas
|
||||
|
||||
|
@ -577,6 +577,51 @@ essnet_plume2()
|
|||
--prefix2 INBOX. --regextrans2 's¤INBOX.INBOX¤INBOX¤'
|
||||
}
|
||||
|
||||
dynamicquest_1()
|
||||
{
|
||||
|
||||
perl -I bugs/lib ./imapsync \
|
||||
--host1 69.38.48.81 \
|
||||
--user1 testuser1@dq.com \
|
||||
--passfile1 /var/tmp/secret.dynamicquest \
|
||||
--host2 69.38.48.81 \
|
||||
--user2 testuser2@dq.com \
|
||||
--passfile2 /var/tmp/secret.dynamicquest \
|
||||
--noauthmd5 --sep1 "/" --sep2 "/" \
|
||||
--justconnect --dry
|
||||
}
|
||||
|
||||
dynamicquest_2()
|
||||
{
|
||||
|
||||
perl -I bugs/lib ./imapsync \
|
||||
--host1 mail.dynamicquest.com \
|
||||
--user1 gomez \
|
||||
--passfile1 /var/tmp/secret.dynamicquestgomez \
|
||||
--host2 69.38.48.81 \
|
||||
--user2 testuser2@dq.com \
|
||||
--passfile2 /var/tmp/secret.dynamicquest \
|
||||
--noauthmd5 \
|
||||
--justconnect --dry
|
||||
}
|
||||
|
||||
dynamicquest_3()
|
||||
{
|
||||
|
||||
perl -I bugs/lib ./imapsync \
|
||||
--host1 loul \
|
||||
--user1 tata \
|
||||
--passfile1 /var/tmp/secret.tata \
|
||||
--host2 69.38.48.81 \
|
||||
--user2 testuser2@dq.com \
|
||||
--passfile2 /var/tmp/secret.dynamicquest \
|
||||
--noauthmd5 --sep2 "/" --debug --debugimap
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
useheader()
|
||||
{
|
||||
if test X`hostname` = X"plume"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue