From b584a53f053a7629e656df00ccf6f168c260af48 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 7 Sep 2021 11:32:10 +0000 Subject: lei up: support --all for IMAP folders Since "lei up" is expected to be a heavily-used command, better support for IMAP seems like a reasonable idea. This is inefficient since we waste an IMAP(S) TCP connection since it dies when an auth-only LeiUp worker process dies, but it's better than not working at all, right now. --- xt/net_writer-imap.t | 1 + 1 file changed, 1 insertion(+) (limited to 'xt') diff --git a/xt/net_writer-imap.t b/xt/net_writer-imap.t index aeed3144..0a4cea68 100644 --- a/xt/net_writer-imap.t +++ b/xt/net_writer-imap.t @@ -242,6 +242,7 @@ EOM lei_ok qw(q m:testmessage --no-external -o), $folder_url; lei_ok qw(up), $folder_url; + lei_ok qw(up --all=remote); }); undef $cleanup; # remove temporary folder -- cgit v1.2.3-24-ge0c7