README: add warnings about the lack of v2 support
[ssoma.git] / t / imap.t
blob88c7d5261ec9f781ab5eb2f5220e6ba5a3642dd7
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();