Mail::Transport::Receive
receive messages
- Provided by: libmail-box-perl (Version: 2.110-1)
- Report a bug
receive messages
Mail::Transport::Receive is a Mail::Transport is a Mail::Reporter Mail::Transport::Receive is extended by Mail::Transport::IMAP4 Mail::Transport::POP3
my $receiver = Mail::Transport::POP3->new(...); my $message = $receiver->receive($id);
Each object which extends Mail::Transport::Receive implement a protocol which can get messages into your application. The internals of each implementation can differ quite a lot, so have a look at each separate manual page as well.
Current message receivers:
Implements the POP3 protocol. See also Mail::Box::POP3.
See documentation in the base class.
See documentation in the base class.
See documentation in the base class.
See documentation in the base class.
See documentation in the base class.
See documentation in the base class.
This module is part of Mail-Box distribution version 2.110, built on January 05, 2014. Website: http://perl.overmeer.net/mailbox/
Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html