CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2009
    Posts
    3

    [c++] POP3 open source library (independent of MFC and .NET)

    Hello,

    I am a .NET developer, but now I am doing a project in C++ without .NET or MFC. Is there any open source library I could use that would allow me to send/receive emails possibly with attachments?

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: [c++] POP3 open source library (independent of MFC and .NET)


  3. #3
    Join Date
    Dec 2009
    Posts
    3

    Re: [c++] POP3 open source library (independent of MFC and .NET)

    hoxsiew, thank you for you 2 cents. I did googling myself however most of libs I have found use some kind of wider frameworks, which I don't want to use. I would like the most independent client possible, with as little dependencies as possible. This is why I am posting here. No need to google it for me though

  4. #4
    Join Date
    Nov 2009
    Posts
    15

    Re: [c++] POP3 open source library (independent of MFC and .NET)

    no you have to do it yourself.

    there is help though in the shape of open ssl

    which can handle the secure socket layer for you.

    but there is plenty of info on the web showing how to do this.

  5. #5
    Join Date
    Dec 2009
    Posts
    3

    Re: [c++] POP3 open source library (independent of MFC and .NET)

    I found this http://herewe.servebeer.com/libspopc/ and I think it will do just fine.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured