! Check both 'new' and 'cur' folders, to ensure responder keeps working even if user syncs mailbox
! To avoid unwanted mails, only check mails younger than cycle duration
~ Script is now compatible with later versions of php, using mysqli_* functions instead
Added "resend_after", to set how often a sender can receive a response, default once every 24h
~ Explicitly create log file, since this is used to determine when a user has last received a message
Also ensure log file doesn't exceed 10000 lines
! Fixed php notices, where possible
~ Slightly tried to improve the old awfull coding style, to make it a bit more readable
~ I really tried to modify as little as possible, but for some parts I simply coudn't resist…
! Check both 'new' and 'cur' folders, to ensure responder keeps working even if user syncs mailbox ! To avoid unwanted mails, only check mails younger than cycle duration ~ Script is now compatible with later versions of php, using mysqli_* functions instead