|
The statement from Yahoo is
mis-leading..The last command only works within transaction state of the session
your are logged on to...once the state ends via a RSET or a QUIT it is
reset. It will not remember message numbers across transactions
(logons)
From RFC 1225:
LAST
Arguments: none
Restrictions: may only be issued in the TRANSACTION state.
Discussion:
The POP3 server issues a positive response with a line
containing the highest message number which accessed.
Zero is returned in case no message in the maildrop has
been accessed during previous transactions. A client
may thereafter infer that messages, if any, numbered
greater than the response to the LAST command are
messages not yet accessed by the client.
Possible Response:
+OK nn
Examples:
C: STAT
S: +OK 4 320
C: LAST
S: +OK 1
C: RETR 3
S: +OK 120 octets
S: <the POP3 server sends the entire message
here>
S: .
C: LAST
S: +OK 3
C: DELE 2
S: +OK message 2 deleted
C: LAST
S: +OK 3
C: RSET
S: +OK
C: LAST
S: +OK 1ERic S
|
- [IMail Forum] checking mail via Yahoo Michele Cuttitta
- Re: [IMail Forum] checking mail via Yahoo Eric Shanbrom [Ipswitch]
- Re: [IMail Forum] checking mail via Yaho... Michele Cuttitta
- Re: [IMail Forum] checking mail via ... Evan Pearce
- Re: [IMail Forum] checking mail via Yahoo Gary F
- [IMail Forum] host alias limit? Oblio
- Re: [IMail Forum] host alias limit? S.J.Stanaitis
- Re: [IMail Forum] host alias lim... E. Shanbrom \(Ipswitch\)
