PurePOP3 library : POP3 functions

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: PurePOP3 library : POP3 functions

Post by MachineCode »

gnozal wrote:Seems to be a server issue.
Thanks for looking into it. I'll see if I can contact them to let them know.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
jassing
Addict
Addict
Posts: 1745
Joined: Wed Feb 17, 2010 12:00 am

Re: PurePOP3 library : POP3 functions

Post by jassing »

I'm getting -3 returned from PurePOP3_OpenPOP3Connection()
No error from the server, just a standard greeting.

I can ignore the -3 and continue; but I'd rather know why purepop thinks it's failing...
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PurePOP3 library : POP3 functions

Post by gnozal »

jassing wrote:I'm getting -3 returned from PurePOP3_OpenPOP3Connection()
No error from the server, just a standard greeting.
I can ignore the -3 and continue; but I'd rather know why purepop thinks it's failing...
#PurePOP3_BadResponse = - 3
It's an unexpected answer from the server.
PurePOP3_GetLastServerMessage() = ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
jassing
Addict
Addict
Posts: 1745
Joined: Wed Feb 17, 2010 12:00 am

Re: PurePOP3 library : POP3 functions

Post by jassing »

There is nothing wrong with the response it received....
a 220 response should not be considered a "bad response"
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PurePOP3 library : POP3 functions

Post by gnozal »

jassing wrote:There is nothing wrong with the response it received....
a 220 response should not be considered a "bad response"
Actually, iirc a POP3 server should answer '+OK'.
'220' is 'Service Ready' for SMTP.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
jassing
Addict
Addict
Posts: 1745
Joined: Wed Feb 17, 2010 12:00 am

Re: PurePOP3 library : POP3 functions

Post by jassing »

d'oh -- you are correct. I will dig up the response i'm getting.. (sorry, juggling multiple things)
VoSs2o0o
User
User
Posts: 24
Joined: Fri Aug 06, 2010 11:46 pm

Re: PurePOP3 library : POP3 functions

Post by VoSs2o0o »

Any chance to get an fresh version for PB5.20?
This lib don't work anymore, because the lack of the "misc" lib....
:(
Post Reply