mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-05 00:11:31 +02:00
1.487
This commit is contained in:
parent
74ca16d8c6
commit
1466872026
14 changed files with 1244 additions and 46 deletions
13
tests.sh
13
tests.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id: tests.sh,v 1.191 2012/02/07 09:27:17 gilles Exp gilles $
|
||||
# $Id: tests.sh,v 1.192 2012/02/25 14:41:47 gilles Exp gilles $
|
||||
|
||||
# Example 1:
|
||||
# CMD_PERL='perl -I./Mail-IMAPClient-3.25/lib' sh -x tests.sh
|
||||
|
@ -1969,6 +1969,17 @@ ll_justlogin_dollar_char() {
|
|||
--justlogin
|
||||
}
|
||||
|
||||
ll_justlogin_equal_char() {
|
||||
$CMD_PERL ./imapsync \
|
||||
--host1 $HOST1 --user1 tata \
|
||||
--passfile1 ../../var/pass/secret.tata \
|
||||
--host2 $HOST2 --user2 equal \
|
||||
--passfile2 ../../var/pass/secret.equal \
|
||||
--justlogin --debugimap2
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
ll_usecache() {
|
||||
if can_send; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue