MIME Encode Decode Class for emails with save,load, pop, smtp ???

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

    MIME Encode Decode Class for emails with save,load, pop, smtp ???

    Hi!

    I need to write an app that downloads an email (pop3),
    and saves it to a file.

    The file should be opened again and parsed to get subject, body,
    attachments...

    Inline-images and other attachments, priority-settings and
    receipt-notification should be
    possible.

    As the project must have as little dependencies, I would prefer a class (or
    some of them) ,
    that can be added easily.

    As a former ASP developer I was used to Jmail or ASPMail. These components
    do all I want, but I would like
    to avoid COM-components (os-independent...)

    I searched the imap-documentation, but imap can download and decode
    messages, but messages cannot be loaded
    from files.......


    Anyone who can help?


    Please help!!

    Alexander


  • Manuel Lemos

    #2
    Re: MIME Encode Decode Class for emails with save,load, pop, smtp???

    Hello,

    On 04/20/2004 01:20 PM, Alexander wrote:[color=blue]
    > I need to write an app that downloads an email (pop3),
    > and saves it to a file.
    >
    > The file should be opened again and parsed to get subject, body,
    > attachments...
    >
    > Inline-images and other attachments, priority-settings and
    > receipt-notification should be
    > possible.
    >
    > As the project must have as little dependencies, I would prefer a class (or
    > some of them) ,
    > that can be added easily.[/color]

    You may want to try this class that seems to meet exactly your
    requirements for encoding and sending your messages:



    For decoding the messages, you may also use other classes available in
    the same site.


    --

    Regards,
    Manuel Lemos

    PHP Classes - Free ready to use OOP components written in PHP
    Free PHP Classes and Objects 2026 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials


    PHP Reviews - Reviews of PHP books and other products


    Metastorage - Data object relational mapping layer generator

    Comment

    Working...