POP3 Client

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

    POP3 Client

    Hi,

    Is there any open source POP3 client to help me check my emails?
    I am also loking for a SMTP client to replace CDO.

    Thanks,
    Alan


  • Ignacio Machin \( .NET/ C#  MVP \)

    #2
    Re: POP3 Client

    Hi,

    I don't know of any pop3 component, but I'm 100% sure you can find one.
    regarding SMTP you can use the Mail class , if you have a smtp server that
    may handle your email, if not look in the archives as somebody posted a
    while ago of a smtp component that send the email directly to the rcpt


    cheers,

    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation



    "A.M" <nospam1@online .nospam> wrote in message
    news:%23%23SyG2 9nEHA.2684@TK2M SFTNGP11.phx.gb l...[color=blue]
    > Hi,
    >
    > Is there any open source POP3 client to help me check my emails?
    > I am also loking for a SMTP client to replace CDO.
    >
    > Thanks,
    > Alan
    >
    >[/color]


    Comment

    • Jon Skeet [C# MVP]

      #3
      Re: POP3 Client

      A.M <nospam1@online .nospam> wrote:[color=blue]
      > Is there any open source POP3 client to help me check my emails?
      > I am also loking for a SMTP client to replace CDO.[/color]

      See http://www.indyproject.org

      --
      Jon Skeet - <skeet@pobox.co m>
      Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

      If replying to the group, please do not mail me too

      Comment

      • Nick Malik

        #4
        Re: POP3 Client

        Granted, the .net classes called the lightweight CDO object, but I don't
        quite know why you'd need to replace that one... it's not the same as the
        MAPI CDO class that we used to use a couple of years ago.

        As for an open source POP3 client...
        perhaps this article will help
        An introduction to retrieving email from a POP3 server using the .NET socket classes.


        I would recommend, however, a commercial component.
        Saving a few bucks by reinventing the wheel doesn't make a lot of sense.

        Good Luck,
        --- Nick

        "A.M" <nospam1@online .nospam> wrote in message
        news:%23%23SyG2 9nEHA.2684@TK2M SFTNGP11.phx.gb l...[color=blue]
        > Hi,
        >
        > Is there any open source POP3 client to help me check my emails?
        > I am also loking for a SMTP client to replace CDO.
        >
        > Thanks,
        > Alan
        >
        >[/color]


        Comment

        • Jon Skeet [C# MVP]

          #5
          Re: POP3 Client

          Nick Malik <nickmalik@hotm ail.nospam.com> wrote:[color=blue]
          > Granted, the .net classes called the lightweight CDO object, but I don't
          > quite know why you'd need to replace that one... it's not the same as the
          > MAPI CDO class that we used to use a couple of years ago.[/color]

          It still requires CDO to be installed though, which it may not be on
          all boxes. There are various other limitations to the built-in one,
          too.
          [color=blue]
          > As for an open source POP3 client...
          > perhaps this article will help
          > http://www.developerfusion.com/show/4071/
          >
          > I would recommend, however, a commercial component.
          > Saving a few bucks by reinventing the wheel doesn't make a lot of sense.[/color]

          Nor does spending money when there are high quality open source
          components available, though :)

          --
          Jon Skeet - <skeet@pobox.co m>
          Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

          If replying to the group, please do not mail me too

          Comment

          • A.M

            #6
            Re: POP3 Client


            SMTP and POP3 components are not complicated and Commercial components for
            SMTP and POP3 are over priced.
            I think open source solutions are preferable solution for most TCP/IP
            components.

            Thanks,
            Alan



            "Jon Skeet [C# MVP]" <skeet@pobox.co m> wrote in message
            news:MPG.1bba45 5da30a026798b48 5@msnews.micros oft.com...[color=blue]
            > Nick Malik <nickmalik@hotm ail.nospam.com> wrote:[color=green]
            > > Granted, the .net classes called the lightweight CDO object, but I don't
            > > quite know why you'd need to replace that one... it's not the same as[/color][/color]
            the[color=blue][color=green]
            > > MAPI CDO class that we used to use a couple of years ago.[/color]
            >
            > It still requires CDO to be installed though, which it may not be on
            > all boxes. There are various other limitations to the built-in one,
            > too.
            >[color=green]
            > > As for an open source POP3 client...
            > > perhaps this article will help
            > > http://www.developerfusion.com/show/4071/
            > >
            > > I would recommend, however, a commercial component.
            > > Saving a few bucks by reinventing the wheel doesn't make a lot of sense.[/color]
            >
            > Nor does spending money when there are high quality open source
            > components available, though :)
            >
            > --
            > Jon Skeet - <skeet@pobox.co m>
            > http://www.pobox.com/~skeet
            > If replying to the group, please do not mail me too[/color]


            Comment

            Working...