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

    Is there pop3/smtp library for vs c++?

    I am trying to write a program that could connect to email server and get email information and attachment. Is there an open source library for this?

    Thanks.

  2. #2
    Join Date
    Feb 2009
    Location
    India
    Posts
    444

    Re: Is there pop3/smtp library for vs c++?

    «_Superman
    I love work. It gives me something to do between weekends.

    Microsoft MVP (Visual C++)

  3. #3
    Join Date
    May 2004
    Location
    45,000FT Above Nevada
    Posts
    1,539

    Re: Is there pop3/smtp library for vs c++?

    Quote Originally Posted by cpthk View Post
    I am trying to write a program that could connect to email server and get email information and attachment. Is there an open source library for this?

    Thanks.
    I have used this one for years...look at their SMTP/POP3/IMAP Email Lib

    http://www.marshallsoft.com/
    Jim
    ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII

    "The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.

    "Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.

  4. #4
    Join Date
    Jul 2009
    Posts
    45

    Re: Is there pop3/smtp library for vs c++?

    Quote Originally Posted by _Superman_ View Post
    I of course searched already...
    I am asking which would be most popular one or good? And I am looking for open source one.

    I found this: http://www.vmime.org/, not sure if its good one.

    Thanks.
    Last edited by cpthk; July 31st, 2009 at 04:23 PM.

  5. #5
    Join Date
    May 2004
    Location
    45,000FT Above Nevada
    Posts
    1,539

    Re: Is there pop3/smtp library for vs c++?

    Quote Originally Posted by cpthk View Post
    I of course searched already...
    I am asking which would be most popular one or good? And I am looking for open source one.

    I found this: http://www.vmime.org/, not sure if its good one.

    Thanks.
    Well in that case I think you should be asking that question on this site...

    http://sourceforge.net/
    Jim
    ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII

    "The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.

    "Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.

  6. #6
    Join Date
    Dec 2008
    Posts
    114

    Re: Is there pop3/smtp library for vs c++?

    You don't need any library.
    Everything is included inside win32 api (COM and Net)

  7. #7
    Join Date
    Jul 2009
    Posts
    45

    Re: Is there pop3/smtp library for vs c++?

    Quote Originally Posted by carl666 View Post
    You don't need any library.
    Everything is included inside win32 api (COM and Net)
    can you give me some link about those APIs? or give me some search keyword for me to look into.

    Thanks.

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