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
README: add warnings about the lack of v2 support
[ssoma.git]
/
t
/
imap.t
blob
88c7d5261ec9f781ab5eb2f5220e6ba5a3642dd7
1
#!/usr/bin/perl -w
2
# Copyright (C) 2013-2016 all contributors <meta@public-inbox.org>
3
# License: AGPL-3.0+ <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
();