16 Jun
2004
16 Jun
'04
9:46 a.m.
On Wed, 2004-06-16 at 09:03, Christian Balzer wrote:
any plans to support this in the future? Seems the inability to use LAST breaks that Yahoo remote mailbox slurper thing, not that I care too much about that, but some mail clients might miss it as well. ;)
It's in TODO:
- POP3: add support for LAST command, but make it optional since it has to
play with \Seen flags (RSET would unset them all with it enabled, not
very nice).
It's not really difficult to implement with 0.99.10 code either. Just make RETR command set the \Seen flag for the message (there's a kludgy update_seen flag because IMAP needs it too). Then with LAST return the highest message with \Seen flag set. RSET would remove all \Seen flags.