Page 23 of 23
					
				Re: PurePOP3 library : POP3 functions
				Posted: Mon Jan 30, 2012 1:48 pm
				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.
 
			 
			
					
				Re: PurePOP3 library : POP3 functions
				Posted: Thu Jun 07, 2012 2:12 am
				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...
			 
			
					
				Re: PurePOP3 library : POP3 functions
				Posted: Thu Jun 07, 2012 8:03 am
				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() = ?
 
			 
			
					
				Re: PurePOP3 library : POP3 functions
				Posted: Thu Jun 07, 2012 3:34 pm
				by jassing
				There is nothing wrong with the response it received....
a 220 response should not be considered a "bad response"
			 
			
					
				Re: PurePOP3 library : POP3 functions
				Posted: Thu Jun 07, 2012 3:40 pm
				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.
 
			 
			
					
				Re: PurePOP3 library : POP3 functions
				Posted: Thu Jun 07, 2012 3:44 pm
				by jassing
				d'oh -- you are correct.   I will dig up the response i'm getting.. (sorry, juggling multiple things)
			 
			
					
				Re: PurePOP3 library : POP3 functions
				Posted: Tue Sep 17, 2013 11:50 pm
				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....
 
