Skip to content

Find the attachment based on start and end date - #12

Open
savannahar68 wants to merge 7 commits into
ashishkg0022:masterfrom
savannahar68:master
Open

Find the attachment based on start and end date#12
savannahar68 wants to merge 7 commits into
ashishkg0022:masterfrom
savannahar68:master

Conversation

@savannahar68

Copy link
Copy Markdown

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 !

Comment thread 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
Copy Markdown
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
Copy Markdown
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

ashishkg0022 commented Dec 22, 2017

Copy link
Copy Markdown
Owner

can you resolve the merge conflicts

@savannahar68

Copy link
Copy Markdown
Author

Yes sure

@savannahar68

Copy link
Copy Markdown
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