CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 1999
    Location
    Reykjavik, Iceland
    Posts
    23

    Mail - smtp & pop3

    Hello. I'm looking for classes to send and receive mail. I need a class which sends mail with POP3 and I need a class which receives mail via SMTP.
    I would think there are lots of classes out there which do exactly that and they're not that hard to write (reason I'm not writing one is that I don't have time to do that) so I was wondering if anyone out there would be nice enough to share their classes with me.

    Thanks alot in advance.

    Stefan


  2. #2
    Join Date
    Sep 1999
    Location
    Germany
    Posts
    2

    Re: Mail - smtp & pop3

    For the smtp problem, I would advice you to use the java mail api. There is no pop3 provider for sending, so you still have a problem.


  3. #3
    Join Date
    Mar 2000
    Location
    Bulgaria
    Posts
    27

    Re: Mail - smtp & pop3

    Hi

    I was made a simple SMTP client that send e-mails...

    If you contact me, I will send it to you...

    You can change sources as your needs...

    Unfortunately I have no enough free time to write POP3 client...

    ----------------------------------------------
    Svetoslav Tchekanov [email protected]

  4. #4
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: Mail - smtp & pop3

    You may take into account the following url for the mail client application :
    http://www.geocities.com/kib63613/
    There are some information about JavaMail
    good luck,
    Alfred Wu


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