Hi,

I'd like to get all messages in an email account with pop3.
But I don't find a free library to do it. Only not free version.
Somebody can give me a link to a free pop3 library ?
I work with pocket pc 2003 et Windows CE 4.2

Thanks.

Best Regards

Fred

Re: [C#] How Can I read message in an email account ? by ctacke/>

ctacke/>
Fri Dec 16 07:04:54 CST 2005

The RFC for POP is simple. Write your own if you don't want to buy one.

http://www.faqs.org/rfcs/rfc1939.html

It may give you appreciation as to why people sometimes feel a need to
charge for their work and then you can decide if you want to give your work
away.

-Chris


"Freddyboy" <Freddyboy@discussions.microsoft.com> wrote in message
news:D5E90808-6B92-4966-9146-53B9F9D5ABCB@microsoft.com...
> Hi,
>
> I'd like to get all messages in an email account with pop3.
> But I don't find a free library to do it. Only not free version.
> Somebody can give me a link to a free pop3 library ?
> I work with pocket pc 2003 et Windows CE 4.2
>
> Thanks.
>
> Best Regards
>
> Fred



Re: [C#] How Can I read message in an email account ? by a

a
Fri Dec 16 08:33:03 CST 2005

Codeproject.com has got a few implementations available:

http://www.codeproject.com/info/search.asp?cats=3&cats=4&cats=5&searchkw=POP3&Submit1=Search&author=&sd=11%2F15%2F1999&ed=12%2F16%2F2005

--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com | www.opennetcf.org


"<ctacke/>" wrote:

> The RFC for POP is simple. Write your own if you don't want to buy one.
>
> http://www.faqs.org/rfcs/rfc1939.html
>
> It may give you appreciation as to why people sometimes feel a need to
> charge for their work and then you can decide if you want to give your work
> away.
>
> -Chris
>
>
> "Freddyboy" <Freddyboy@discussions.microsoft.com> wrote in message
> news:D5E90808-6B92-4966-9146-53B9F9D5ABCB@microsoft.com...
> > Hi,
> >
> > I'd like to get all messages in an email account with pop3.
> > But I don't find a free library to do it. Only not free version.
> > Somebody can give me a link to a free pop3 library ?
> > I work with pocket pc 2003 et Windows CE 4.2
> >
> > Thanks.
> >
> > Best Regards
> >
> > Fred
>
>
>

Re: [C#] How Can I read message in an email account ? by Freddyboy

Freddyboy
Mon Dec 19 02:27:02 CST 2005

Thank you for your answer.
I will take a look.

BYE

"Alex Yakhnin [MVP]" wrote:

> Codeproject.com has got a few implementations available:
>
> http://www.codeproject.com/info/search.asp?cats=3&cats=4&cats=5&searchkw=POP3&Submit1=Search&author=&sd=11%2F15%2F1999&ed=12%2F16%2F2005
>
> --
> Alex Yakhnin, .NET CF MVP
> www.intelliprog.com | www.opennetcf.org
>
>
> "<ctacke/>" wrote:
>
> > The RFC for POP is simple. Write your own if you don't want to buy one.
> >
> > http://www.faqs.org/rfcs/rfc1939.html
> >
> > It may give you appreciation as to why people sometimes feel a need to
> > charge for their work and then you can decide if you want to give your work
> > away.
> >
> > -Chris
> >
> >
> > "Freddyboy" <Freddyboy@discussions.microsoft.com> wrote in message
> > news:D5E90808-6B92-4966-9146-53B9F9D5ABCB@microsoft.com...
> > > Hi,
> > >
> > > I'd like to get all messages in an email account with pop3.
> > > But I don't find a free library to do it. Only not free version.
> > > Somebody can give me a link to a free pop3 library ?
> > > I work with pocket pc 2003 et Windows CE 4.2
> > >
> > > Thanks.
> > >
> > > Best Regards
> > >
> > > Fred
> >
> >
> >