2020_CSE_03: Week 06 & 07

 Week 6:

  • Built an extension that can call Gmail APIs to get information like id, unread emails count etc
  • We logged those information on the console
  • Found out that each email can have a different mime type like text/HTML and text/plain
  • Implemented Artyom.js' command functionality into our extension 

 

Week 7: 

  • Used Artyom.js' command functions to switch between a subject box and a compose box in our popup
  • We also could print the unread emails count on our extension's popup display
  • Made our extension to update it's unread emails count for every 1 minute
  • Retrieved text/plain mime type of an email

 

Next steps: 

  • Iterate around with the commands function to see what suits best for our email operations 
  • Commands interfering with the content in subject and body 
  • Reading  attachments, Formatted contents, dealing with email threads.
  • Noisy environment might pose a challenge for the speech synthesis of the user’s audio input.
     

Comments

Popular posts from this blog

2020_CSE_03 Week 09

2020_CSE_03 BLOGS

2020_CSE_03 WEEK 10