Hi all!

First of all, i'm a complete perl newbie (for a couple of weeks in this subject...)
So i apologize by advance... :)

When you suscribe to some mailing-lists, you're able, once registred, to give some 'orders' (lol) to a kind of, let's say, bot, which listen in fact to the incoming mails, and process them.
So i wanted to reproduce it with perl 5.6 (red hat 7.0), running an IMAP server... so i decided to download from CPAN, 2 modules (not sure of their exacts names...) IMAP::Client and IMAP::Admin ... My problem is that i can't find within the furnished doc of those modules,
the information that will allow me to manipulate the email-structure (headers, body... and so on)

Can someone provide some information about the functions that could help me to do so (like read_subject(), connect_to_account( account_name)...lol)

Thanx in advance,
PS: i hope that it wasn't too stupid... :)
PPS: ylemerci@welho.com
PPPS: congratulations to the staff. the site looks very nice, soft design but efficient. perfect!

Edit: chipmunk 2001-08-03


In reply to A perl 'bot' for an imap server... by pim'

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.