debian man page for ciderwebmail::message

Query: ciderwebmail::message

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CiderWebmail::Message(3pm)				User Contributed Perl Documentation				CiderWebmail::Message(3pm)

   get_part_by_id
       returns the CiderWebmail::Part object of a bodypart of this message

   get_header($header)
       Returns the first value found for the named header

   subject()
       Shortcut getting the subject or 'No Subject' if none is available.

   from()
       Shortcut for getting the 'from' header

   to()
       Shortcut for getting the 'to' header

   reply_to()
       Shortcut for getting the 'reply-to' header

   cc()
       Shortcut for getting the 'CC' header

   message_id()
       Shortcut for getting the 'Message-ID' header

   references()
       Shortcut for getting the 'References' header

   mark_read()
       Mark the message as read

   mark_answered()
       Mark the message as answered

   date()
       Returns the 'date' header as datetime object

   delete()
       Deletes the message from the server.

   move({target_folder => 'Folder 1'})
       Moves the message on the server to the named folder.

   as_string
       Returns the full message source text.

perl v5.14.2							    2012-06-16						CiderWebmail::Message(3pm)
Related Man Pages
ciderwebmail::model::imapclient(3pm) - debian
email::abstract(3pm) - debian
graphics::primitive::border(3pm) - debian
mail::message::construct::bounce(3pm) - debian
mojo::headers(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?