Announcement

Collapse
No announcement yet.

Source code for receiving emails needed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Source code for receiving emails needed

    Are any of you aware of a simple source code, which can be used to receive emails?

    Thank you in advance.

    Best regards

    Erik

  • #2
    As in an SMTP server or as in a pop3 client that connects TO a server?
    Scott Turchin
    MCSE, MCP+I
    http://www.tngbbs.com
    ----------------------
    True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

    Comment


    • #3
      Yes, but I would be interested in receiving (and analyzing) the emails from the server using the code. It then must be a pop3 client I need. I will try to look for that.
      Last edited by Erik Christensen; 14 Oct 2008, 04:04 PM.

      Comment


      • #4
        Scott

        I found your pop3 client program:
        PowerBASIC and related source code. Please do not post questions or discussions, just source code.

        I will start with that. Thanks.

        Comment


        • #5
          There is some POP3 sample code simply for downloading messages inside \PBWIN##\SAMPLES\INTERNET\TCP\TCP32.INC ...

          Call Pop3Connect...
          Call Pop3GetStat to see how many messages you have...
          Call Pop3RetrMessage for each one...
          Call Pop3Quit...
          Adam Drake
          PowerBASIC

          Comment


          • #6
            Thanks a lot.

            Comment


            • #7
              I haven't seen that code in years!!!

              I wrote that code to communicate with an application, much like NASA does with their space ships - I was going to email hex codes to the application to tell it what to do....

              Maybe some day I'll get back on that...
              Scott Turchin
              MCSE, MCP+I
              http://www.tngbbs.com
              ----------------------
              True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

              Comment

              Working...
              X