Question about the email package

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adonis

    Question about the email package

    Is there a way to retrieve the message body using the email package? or is
    the email package just for parsing mime formatted messages? or would I have
    to parse the information retrieved from poplib myself. I have scanned the
    entire documentation to no avail. googling only gained little.

    Any help is greatly appreciated.

    Adonis


  • John Roth

    #2
    Re: Question about the email package


    "Adonis" <adonisv@REMTHI Searthlink.net> wrote in message
    news:3T65c.3667 $GQ3.1622@newsr ead3.news.atl.e arthlink.net...[color=blue]
    > Is there a way to retrieve the message body using the email package? or is
    > the email package just for parsing mime formatted messages? or would I[/color]
    have[color=blue]
    > to parse the information retrieved from poplib myself. I have scanned the
    > entire documentation to no avail. googling only gained little.
    >
    > Any help is greatly appreciated.[/color]

    The final example in the documentation works quite well for taking an
    e-mail saved as a file and breaking it into pieces.

    John Roth[color=blue]
    >
    > Adonis
    >
    >[/color]


    Comment

    Working...