public-inbox.git  about / heads / tags
an "archives first" approach to mailing lists
blob 26fd53302646db1c2a0af380ad944f193ab7d4bf 713 bytes (raw)
$ git show HEAD:t/watch_imap.t	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
# Copyright (C) all contributors <meta@public-inbox.org>
# License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
use v5.12;
use PublicInbox::TestCommon;
# see t/imapd*.t for tests against a live IMAP server

use_ok 'PublicInbox::Watch';
my $tmpdir = tmpdir;
my $cfg = cfg_new $tmpdir, <<EOF;
[publicinbox "i"]
	address = i\@example.com
	inboxdir = /nonexistent
	watch = imap://example.com/INBOX.a
[publicinboxlearn]
	watchspam = imap://example.com/INBOX.spam
EOF
my $watch = PublicInbox::Watch->new($cfg);
is($watch->{imap}->{'imap://example.com/INBOX.a'}->[0]->{name}, 'i',
	'watched an inbox');
is($watch->{imap}->{'imap://example.com/INBOX.spam'}, 'watchspam',
	'watched spam folder');

done_testing;

git clone https://public-inbox.org/public-inbox.git
git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git