Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 639 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 639 Bytes

email-client

Email client app in Vanilla JavaScript integrated with maildrop.cc. MailDrop allows you to create anonymous emails instantly.

demo

Live Demo

https://email-client-js.firebaseapp.com/

Features

  1. Re-sizable sidebars
  2. Search and sort emails (with debouncing and throttling)
  3. Smart search (search for any case with multiple space separated search terms)
  4. Favourites
  5. Display unread emails count
  6. Delete email
  7. Cache viewed emails

Special thanks

Special thanks to Akshay Saini for the inspiration to create this app.