Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created a new minor release which fixes the following: #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

royarisse
Copy link

! 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
+ 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…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant