dijkstra1930 / WebMailChecker

A Chrome extension for mail checking.
0 stars 0 forks source link

Want to do sth New on this Ext. #1

Open cantbesure opened 10 years ago

cantbesure commented 10 years ago

Hi !

I'm trying to trans it to my University.What should I pay attention?I've already gotten the Dev Tools for Chrome.

dijkstra1930 commented 10 years ago

Hi cantbesure,

This tool is written about 2 years ago, and I do not intend to maintain it. I believe the Chrome extension's API has changed, so probably this tool is no longer useful any more.

What this tool does is to pull the Fudan University's email html page at intervals in the background, grab the unread email number, and show it on the extension icon. Please help yourself to tweak the code to adapt it to your university's email web page. If you want, you can write a POP3 client for Chrome extension, which I believe is challenging, but it will not be limited to the HTTP overhead and different email's web page.

Thank you for your attention on this project!