• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/IMAP/H28-Sep-2006-2,9091,206

t/H28-Sep-2006-696627

testclients/H28-Sep-2006-499421

ChangeLogH A D28-Sep-20063.6 KiB5952

Makefile.PLH A D06-Feb-2006419 1411

READMEH A D06-Feb-2006530 1712

TODOH A D06-Feb-200642 21

README

1IMAP-Client - Perl module for IMAP manipulation
2  Copyright 2005-2006, Brenden Conte <conteb at cpan dot org>  All rights reserved.
3  This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
4
5Prerequisites
6  IO::Socket, IO::Socket::SSL, MIME::Base64, URI, URI::imap, URI::Escape
7
8Build Instructions
9  perl Makefile.PL
10  make
11  make test
12  make install
13
14See Changelog file for information on changes between versions.
15
16See TODO file for information on future development points.
17