Displaying 1 result from an estimated 1 matches for "filemtime_of_message".
2008 Oct 03
3
Feature wish: "Virtual" POP3 folder with IMAP
...ome issues though:
	- How would SENT and TRASH be handled?  These special folders
shouldn't be part of the game.
	- What happens if the POP3 client deletes a message, which is the
default behavior of Outlook and friends?  Proposed logic: really delete
message if not logged in via IMAP since ($filemtime_of_message -
$user_configurable_amount_of_seconds), else gracefully ignore client's
delete request.  This *could* become a problem if quotas are enabled, but
then again it should be the admin's decision to offer this feature to his
users.
	- Message IDs: Would the above Delete-only-if workaround conf...