Pop3 checker by TerryHough

Windows specific forum
rob6523
User
User
Posts: 59
Joined: Sat Sep 25, 2004 2:02 pm
Location: Netherlands (Ophemert)
Contact:

Pop3 checker by TerryHough

Post by rob6523 »

@ TerryHough

Could you possibly share the code for your pop3 checker?

Thanks,

Rob.
TerryHough
Enthusiast
Enthusiast
Posts: 781
Joined: Fri Apr 25, 2003 6:51 pm
Location: NC, USA
Contact:

Post by TerryHough »

I'm not sure which code you are asking me to share.

Is it the example at
http://elfecc.no-ip.info/purebasic/#pop3_checker

or something like the code posted here
http://www.purebasic.fr/english/viewtop ... p3+checker
rob6523
User
User
Posts: 59
Joined: Sat Sep 25, 2004 2:02 pm
Location: Netherlands (Ophemert)
Contact:

Post by rob6523 »

@TerryHough,

its the code of the example at
http://elfecc.no-ip.info/purebasic/#pop3_checker

Thanks for reacting.
Sorry for the late response but I've been away for a few weeks...

Rob.
TerryHough
Enthusiast
Enthusiast
Posts: 781
Joined: Fri Apr 25, 2003 6:51 pm
Location: NC, USA
Contact:

Post by TerryHough »

Check my PureBasic area again

http://elfecc.no-ip.info/purebasic/#pop3_checker

Source is now available, Vs 3.94.
Sorry, I haven't had time to update this to PB4 yet.
rob6523
User
User
Posts: 59
Joined: Sat Sep 25, 2004 2:02 pm
Location: Netherlands (Ophemert)
Contact:

Post by rob6523 »

Thank you very much!

Rob.
rob6523
User
User
Posts: 59
Joined: Sat Sep 25, 2004 2:02 pm
Location: Netherlands (Ophemert)
Contact:

Post by rob6523 »

@TerryHough

Could you please tell me where to find pop3 constants like:

#POP3MSG_DOWNLOADCOMPLETE
#POP3MSG_ERROR
#POP3MSG_DOWNLOADPROGRESS

I don't seem to be able to compile the sources you provided with PB 3.94 for the compiler tells me it doesn't know #POP3MSG_DOWNLOADCOMPLETE and perhaps doesn't know the other #POP3MSG's either...

You're probably using a library for the POP3/SMTP functions.
Can you tell me what library it is and where I can get it?

Thanks,
Rob
rob6523
User
User
Posts: 59
Joined: Sat Sep 25, 2004 2:02 pm
Location: Netherlands (Ophemert)
Contact:

Post by rob6523 »

Never mind Terry,

I already found that you used BrendanE 's lib.

Thanks.

Rob.
Post Reply