Modify ↓
#213 closed bug (invalid)YAM doesn't show the very first command send to the server.
Description
As the Summary say YAM doesn't show the very first command send to the server.
Step by step to reproduce:
SERVER[0065]: +OK hello from popgate 2.46.7 on pop105.plus.mail.ac4.yahoo.com
I miss here the command YAM was send to the server before the server respond. Attachments (0)Change History (3)comment:1 Changed 3 years ago by thboeckel
comment:2 Changed 3 years ago by thboeckel
For the 2.6p1 branch this is src/YAM_TR.c line 3231. comment:3 Changed 3 years ago by opiopi
Sorry i don't look at the source because i try to test programs Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



There is nothing missing, because nothing has been sent out before.
Look at src/tcp/pop3.c line 312. The first "command" YAM sends to the POP3 server is POPCMD_CONNECT, which is an empty string. Hence nothing is send and there is nothing to print out.