From: FrodoH on
You could try the CUT_POP3Client class that is part of Ultimate TCPIP
Toolkit (source availabe on codeproject).


On Jan 25, 2:47 am, KellyLynch <G...(a)tut.by> wrote:
> On 23 янв, 17:19, Christian ASTOR <casto...(a)club-internet.fr> wrote:
>
>
>
>
>
> > On 23 jan, 12:51, KellyLynch <G...(a)tut.by> wrote:
>
> > > On 22 янв, 23:03, Christian ASTOR <casto...(a)club-internet.fr> wrote:
>
> > > > On 22 jan, 13:24, KellyLynch <G...(a)tut.by> wrote:
>
> > > > > I have C++ Win32-application (MS Visual C++ 2005 or 2008) that must:
> > > > >   - periodically (say once in 5 min) check a mailbox via POP3
> > > > >   - retrieve new messages from there, process them (the processing is
> > > > > specific for the my task) and remove the processed messages.
>
> > > > You can use Winsock + RFC 1725
>
> > > OF COURSE I can :-) But I hope there is a ready C++ component that
> > > implements this, right? The main thing is: although most of POP3
> > > protocal seems quite easy, there are security&authentication features
> > > that make such implementation non-trivial. There are: APOP command
> > > with password encryption; SSl/TLS support and some more. This is why I
> > > am looking for ready component (and even will pay it:-)
>
> > There is IImnAccountManager, IImnAccount, IPOP3Transport interfaces to
> > simplify it...
> > It works on XP, but I can't test on more recent OS...
>
> And these interfaces may work with ANY mail server, not MS' only? I am
> asking this because of I never used them...- Hide quoted text -
>
> - Show quoted text -