2020_CSE_03 Week 09
Week 09(07/06/21):
We found some challenges in regards to calling multiple Gmail APIs directly in an extension, so for now we have resorted to using a localhost server to call these APIs and run all the important functionality of our project on it till we figure out how we can resort to calling multiple APIs in the extension.
We also made a mock-up UI of our prototype which has a simple layout. One of the main intention of this UI is to make the extension screen-reader friendly as well.
We were able to create a compose window using Gmail API from which mails can be sent, further all of it will be revamped with the UI and will see how we can go further from there
We will be testing out a few test cases in the coming weeks like:
- Checking how to access user created folder in gmail.
- To find a solution as to where the contents of the mail can be stored if the user loses internet connection before sending the mail.
Please keep in mind that a user may like to read mails from other folders as well.
ReplyDeleteAlso, GMail does provide undelete option. Can you consider incorporating the same.