Option | Default |
---|---|
md5checksums | 0 |
Returns one string, representing the message's structure as defined by the IMAP protocol. The boolean argument indicates whether you like to have the EXTENDED information, as the imap command 'FETCH BODYSTRUCTURE' defines or the limited information of 'FETCH BODY'.
Returns a string representation of some header information.
Returns the size of the message body.
Print the structure of the fetch data to the specified FILEHANDLE or the
selected filehandle. When explicitly undef
is specified as handle,
then the output will be returned as string.
Only a limited set of the information is displayed.
my $imap = ...; $imap->printStructure(\*OUTPUT); $imap->printStructure; my $struct = $imap->printStructure(undef);