Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Rule for message filename is too strict #2
Comments
|
I'd be really happy for you to fix this... I am no longer supporting this code. See the README.creole for details. |
nicferrier
closed this
Jan 12, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LukeShu commentedAug 6, 2012
In
api.pythe regex MDMSG_FILENAME looks like it tries to extract information from the "unique name" section of the filename, resulting in it potentially discarding valid files (such as those created byofflineimap).Further, to quote the Maildir spec:
To comply with this I've written the following regex; I figured a 1-line change wasn't worth a pull request.