2020_CSE_03: Week 08
Week 8: (31/05/2021) During our 1st review to the department we had specified that the "@" and "at" recognition was a bit challenging, so we modified the speech input method in such a way that if the user says the username part of the email address and upon ending his speech input the extension would append "@gmail.com" to the text. But what about other email clients? We are looking into how to interface with the user if he wants to change the client name of the email address. We also might change this whole method so be tuned in for that. We also looked into gmail.js, A package which can used as an alternative to Gmail APIs for all CRUD operations, but we found few drawbacks such as It mainly requires the gmail window to be open for the functioning of the extension Slows down the load time of gmail window If you have too many functions specified you may get your gmail account suspended ( speaking from experience, do not recommend that, the account did g...