repo.or.cz
/
ssoma.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: describe public-inbox dedupe
[ssoma.git]
/
t
/
imap.t
blob
14fc0b37c683427913e544b5a80401a8a3b79c3e
1
#!/usr/bin/perl -w
2
# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
3
# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
4
use
strict
;
5
use
warnings
;
6
use
Test
::
More
;
7
require_ok
(
"Ssoma::IMAP"
);
8
done_testing
();