Mail::Transport::Receive
receive messages
- Provided by: libmail-transport-perl (Version: 4.01-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.
Extends "DESCRIPTION" in Mail::Transport.
Extends "METHODS" in Mail::Transport.
Extends "Constructors" in Mail::Transport.
Extends "Attributes" in Mail::Transport.
Extends "Server connection" in Mail::Transport.
Extends "Error handling" in Mail::Transport.
Extends "Cleanup" in Mail::Transport.
This module is part of Mail-Transport version 4.01, built on December 13, 2025. Website: http://perl.overmeer.net/CPAN/
For contributors see file ChangeLog.
This software is copyright (c) 2001-2025 by Mark Overmeer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.