-
Notifications
You must be signed in to change notification settings - Fork 22
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
Find the attachment based on start and end date #12
base: master
Are you sure you want to change the base?
Conversation
gui.py
Outdated
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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! and should I then send a PR again ?
can you resolve the merge conflicts |
Yes sure |
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. |
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 !