Find the attachment based on start and end date - #12
Open
savannahar68 wants to merge 7 commits into
Open
Conversation
| todate = todate.strftime('%d-%b-%Y') | ||
|
|
||
| rv, data = M.search(None, '(OR (TO %s) (FROM %s) (SINCE %s BEFORE %s))' % (search_email, search_email, fromdate, todate)) | ||
| #rv, data = M.search(None, '(OR (TO %s) (FROM %s) (SINCE "12-JAN-2017" BEFORE "12-DEC-2017"))' % (search_email, search_email)) |
Author
There was a problem hiding this comment.
Sure! and should I then send a PR again ?
Owner
|
can you resolve the merge conflicts |
Author
|
Yes sure |
Author
|
I dont get why the conflict isn't solved ! Readme is updated the forms have the mail UI extra code and even gui is Updated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Given the "To" and "From" date it finds the attachments between those particular day's ! Input the date in form of dd/mm/yyyy
Can improve on date input and the validations !