Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ExpressMailer/ExpressMailer

A Fast Mail Service based on sockets(Firebase) with all necessary features like Email, Chat, Video Conference, Spam detection, Encryption, OAuth, etc. https://youtu.be/9Ms8AToZ2zI
https://github.com/ExpressMailer/ExpressMailer

firebase gmail-clone mail mail-service reactjs selenium

Last synced: about 1 month ago
JSON representation

A Fast Mail Service based on sockets(Firebase) with all necessary features like Email, Chat, Video Conference, Spam detection, Encryption, OAuth, etc. https://youtu.be/9Ms8AToZ2zI

Awesome Lists containing this project

README

        


ExpressMailer


A Fast Mail Service based on sockets(Firebase) with all necessary features like Email, Chat, Video Conference, Spam detection, Encryption, OAuth, etc .



[![](https://img.shields.io/badge/Made_with-reactjs-blue?style=for-the-badge&logo=React)](https://reactjs.org/docs/getting-started.html)
[![](https://img.shields.io/badge/Made_with-firebase-blue?style=for-the-badge&logo=Firebase)](https://firebase.google.com/docs)
[![](https://img.shields.io/badge/Testing_with-selenium-blue?style=for-the-badge&logo=Selenium)](https://www.selenium.dev/documentation/en/)
[![](https://img.shields.io/badge/IDE-Visual_Studio_Code-blue?style=for-the-badge&logo=visual-studio-code)](https://code.visualstudio.com/ "Visual Studio Code")

-----------------------------------

Motivation



We all are completely dependent on Gmail like applications. When such services are down we face a lot of trouble, also privacy is issue of concern now-a-days.
Thus, our project helps building single page, highly customizable and scalable mail service with complete control over privacy for an particular organization.

------------------------------------------
### Why does the application looks similar to Gmail?


After knowing that Whatsapp was going to change it's Privacy Policies, It was expected that users would start using alternatives like Signal/Hike but that wasn't the case.
Analyzing Signal/Hike vs Whatsapp situation, Users don't tend to accept the changes because users were used to UI they were using since long.
Thus, we tried to keep the UI as similar as Gmail.



------------------------------------------
### Preview

Inbox





Dark mode





Sent





Compose Mail



Sent Mails



Mail



Chat



Join Meet



Meet



Secure Meet



-----------------------------------

### 🚀 Features



  • Mail to recipient

  • Chat with recipient

  • Video Conference with Organization members

  • Spam mail Detection

  • Encrytion-Decryption of Mails, Chat Messages

  • Search Mails

  • Keyword extraction for search feature

  • Segregation of mails into Primary, Social, Promotion

  • See Starred, important, sent, spam Mails

  • Send Attachments

  • Print Mails

-----------------------------------
### 💻 Tech stack
`Frontend` : ReactJs

`Backend & Database` : Firebase

-----------------------------------

### :guide_dog: Installation Guide

A step by step series of examples that tell you how to get a development env running

In your cmd:

```
git clone https://github.com/ExpressMailer/ExpressMailer.git
```

Then,

```
cd ExpressMailer
```

Next

Edit in the firebase.js, enter your credentials for following fields

```
apiKey: process.env.apiKey || "AIzaSyA6rWV50lGnmBOqfVJ6fasf234UeCjtt_U",
authDomain: process.env.authDomain || "clone-f47f.firebaseapp.com",
projectId: process.env.projectId || "clone-f27f",
storageBucket: process.env.storageBucket || "clone-f47f.appspot.com",
messagingSenderId: process.env.messagingSenderId || "1086223462538",
appId: process.env.appId || "1:108622354062538:web:f3f54243f24fee5c1f721e73"
```
Then

```
npm i
npm start
```

You are done with the setup now!

------------------------------------------

### 📝 To-do List

- [ ] Add Email Queuing, Snooze a mail, create drafts.
- [ ] Implement other near features like Gmail.
- [ ] Create App for the same.

------------------------------------------

### :page_with_curl: Acknowledgements & References

- Reactjs Documentation - https://reactjs.org/docs/getting-started.html
- Firebase Documentation - https://firebase.google.com/docs
- Selenium Documentation - https://www.selenium.dev/documentation/en/
-----------------------------------


Developed with :heart: by Rugved, Tushar and Hardik