mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-24 03:00:25 +02:00
1.168
This commit is contained in:
parent
d34bdb8bd4
commit
25948aab90
7 changed files with 70 additions and 24 deletions
17
tests.sh
17
tests.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id: tests.sh,v 1.51 2006/03/30 02:22:56 gilles Exp $
|
||||
# $Id: tests.sh,v 1.52 2006/04/02 03:32:55 gilles Exp $
|
||||
|
||||
#### Shell pragmas
|
||||
|
||||
|
@ -763,6 +763,21 @@ lp_authmech_CRAMMD5() {
|
|||
fi
|
||||
}
|
||||
|
||||
lp_delete2() {
|
||||
if test X`hostname` = X"plume"; then
|
||||
echo3 Here is plume
|
||||
./imapsync \
|
||||
--host2 plume --user2 tata@est.belle \
|
||||
--passfile2 /var/tmp/secret.tata \
|
||||
--host1 loul --user1 tata \
|
||||
--passfile1 /var/tmp/secret.tata \
|
||||
--folder INBOX \
|
||||
--delete2 --expunge2
|
||||
else
|
||||
:
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
||||
# mandatory tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue