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

Find the attachment based on start and end date #12

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

savannahar68
Copy link

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 !

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))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the comments

Copy link
Author

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 ?

@ashishkg0022
Copy link
Owner

ashishkg0022 commented Dec 22, 2017

can you resolve the merge conflicts

@savannahar68
Copy link
Author

Yes sure

@savannahar68
Copy link
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.

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.

2 participants