Re: About POP3-problem



On 2001.10.10 16:15:20 +0200 Emmanuel wrote:
> 	Hi Ali,
> You gave me the virus, and I'm still chasing this pop3 bug ;-)
> Could you send me the stderr output you have during pop3 retrieval (for
> that you have to look in pop3.c, there is a global var PopDebug, set it to
> 1 to enable debug ouput to stderr). This could perhaps give me a clue where
> that weird bug come from.
> Thanks

if the mailbox is empty

galaxy@ulixys:~ > /tmp/balsa/src/balsa 

POP3 - begin connection
POP3 Connected; hello
POP3 S: "+OK mail Cyrus POP3 v1.5.14 server ready
" (42 bytes)

pop_auth akcaagaa (password hidden) 0
POP3 C: 'user akcaagaa
'
POP3 S: "+OK Name is a valid mailbox
" (29 bytes)

POP3 C: 'pass (password hidden)'
POP3 S: "+OK Maildrop locked and ready
" (31 bytes)

POP3 authentication  successful
POP3 C: stat
POP3 S: "+OK 0 0
" (9 bytes)

POP3 status after get stats: 0
POP3 C: quit
POP3 S: "+OK
" (5 bytes)

it doesnt exit.... loops....

---------------------------------------------------------

if theres one or more mails this happens

galaxy@ulixys:~ > /tmp/balsa/src/balsa 

POP3 - begin connection
POP3 Connected; hello
POP3 S: "+OK mail Cyrus POP3 v1.5.14 server ready
" (42 bytes)

pop_auth akcaagaa (password hidden) 0
POP3 C: 'user akcaagaa
'
POP3 S: "+OK Name is a valid mailbox
" (29 bytes)

POP3 C: 'pass (password hidden)'
POP3 S: "+OK Maildrop locked and ready
" (31 bytes)

POP3 authentication  successful
POP3 C: stat
POP3 S: "+OK 3 7904
" (12 bytes)

POP3 status summary: messages 3, first_msg 1
POP3 C: 'list 1
'
POP3 S: "+OK 1 2751
" (12 bytes)

POP3 Message info: total    2751, this   2751
POP3 C: 'list 2
'
POP3 S: "+OK 2 4013
" (12 bytes)

POP3 Message info: total    6764, this   4013
POP3 C: 'list 3
'
POP3 S: "+OK 3 1140
" (12 bytes)

POP3 Message info: total    7904, this   1140
POP3 status after get stats: 0
POP3 C: 'retr 1
'
POP3 S: "+OK Message follows
" (21 bytes)

galaxy@ulixys:~ > 

here you see it exits.

---------------------------------------------------------

-- 
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:ali.akcaagac@stud.fh-wilhelmshaven.de
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]