The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Mail::IMAPTalk
===========================

This module communicates with an IMAP server. Each IMAP server command
is mapped to a method of this object.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Encode for automatic foldername/header decoding

AUTHOR

Rob Mueller <cpan@robm.fastmail.fm>

DOCUMENTATION

See the POD documentation. Viewable online at CPAN

http://search.cpan.org/~robm/Mail-IMAPTalk/

Available on github at:

L<https://github.com/robmueller/mail-imaptalk/>

COPYRIGHT AND LICENCE

Copyright (C) 2003-2015 by FastMail Pty Ltd

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.