The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011 package Net::IMAP::Server::Command::Examine;use warnings;use strict;use base qw/Net::IMAP::Server::Command::Select/;# See Net::IMAP::Server::Command::Select, which special-cases the# "Examine" command to force the mailbox read-only1;
package
Net::IMAP::Server::Command::Examine;
use
warnings;
strict;
base
qw/Net::IMAP::Server::Command::Select/
;
# See Net::IMAP::Server::Command::Select, which special-cases the
# "Examine" command to force the mailbox read-only
1;