At 7:16 PM +0800 11/14/01, �^�ͼF wrote:
>Situation: When mail client quit session, qpopper should automatically keep
>all messages in mailbox, although mail client choose to delete messages
>after session close and mail been retrieved.

If you want Qpopper to ignore DELE commands, there currently isn't a
way to do that.  You could of course modify the source, for example,
change pop_dele.c to not mark the message as deleted (comment out
line 57), or change pop_updt.c to not delete messages even if they
are marked deleted, or change the table in pop_get_command.c (line
65) so that 'quit' in the TRANSACTION state calls pop_restore()
instead of pop_quit().  The first one would likely be the easiest,
and the file least likely to change in future releases.

I don't recall anyone ever asking for this before, so I'm curious why
you want to keep all messages.
--

Reply via email to