
MKDoc::Forum::Message - A forum message object.

Creates a new flo::plugin::Discussion::Message object. Registers the object in $::MKD_MESSAGES hashref
Returns the message matching $uid if it is somewhere in the tree, undef otherwise.
Returns the UID for this message.
Returns the Message-ID field of the specified message.
Returns the 'references' field of this message.
Returns the date field of the specified message.
Returns the date field of the specified message in W3C DTF.
Returns the 'Subject' field of the specified message.
Returns the 'To' field of this message.
Return the 'From' field of the specified message.
Return the 'Content-Language' field of this message.
Returns the 'name' attribute of the specified message
Returns the 'body' attribute of the specified message
Returns the body as XHTML, with the addresses being hyperlinked.
Returns the body as quoted text, useful for replies.
Returns the subject of this mail prefixed with 'Re: ' unless it's already there. Useful for replies.
Returns the parent message of the current message, or undef if none
Returns the children messages of the current message, or an empty list if none
Returns the previous sibling of the current message, or undef if none
Returns the next sibling of the current message, or undef if none