mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-11 23:24:30 +02:00
1.194
This commit is contained in:
parent
ff7c4df85f
commit
7cc7cb246a
10 changed files with 135 additions and 41 deletions
19
tests.sh
19
tests.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id: tests.sh,v 1.55 2006/10/30 01:19:46 gilles Exp gilles $
|
||||
# $Id: tests.sh,v 1.56 2006/12/08 04:05:01 gilles Exp $
|
||||
|
||||
#### Shell pragmas
|
||||
|
||||
|
@ -117,6 +117,20 @@ ll_folder() {
|
|||
fi
|
||||
}
|
||||
|
||||
ll_folderrec() {
|
||||
if test X`hostname` = X"plume"; then
|
||||
echo3 Here is plume
|
||||
./imapsync \
|
||||
--host1 localhost --user1 tata@est.belle \
|
||||
--passfile1 /var/tmp/secret.tata \
|
||||
--host2 localhost --user2 titi@est.belle \
|
||||
--passfile2 /var/tmp/secret.titi \
|
||||
--folderrec INBOX.yop
|
||||
else
|
||||
:
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
||||
ll_buffersize() {
|
||||
|
@ -819,7 +833,8 @@ test $# -eq 0 && run_tests \
|
|||
ll_authmech_LOGIN \
|
||||
ll_authmech_CRAMMD5 \
|
||||
ll_authuser \
|
||||
ll_delete2
|
||||
ll_delete2 \
|
||||
ll_folderrec
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue