
MKDoc::Forum::IMAP::Connection - Connection to the IMAP server

Creates a new MKDoc::Forum::IMAP::Connection object.
MKDoc::Init::IMAP will invoke this method and set it in $::MKD_IMAP, thus if you are using the MKDoc::Core framework you can access this object through $::MKD_IMAP.
Connects to the IMAP server if necessary.
Returns the mailbox currently used.
Sets and selects the mailbox currently used to $mbox.
Attempts to create $mbox. Does nothing if $mbox already exists.
Returns the message body for the message with uid $uid.
Calls $self->disconnect().