It is an portal for email management at our server. It fetches email from your email client and show on your dashboard. You can also send email from the same portal.
NOTE It is not supported on ruby 2.5.x due to this.
Ruby version: 2.4.4 Rails version: 5.2.0
It is recommended to install ruby using RVM.
Clone the project.
Then move to project using
cd emailPortal
To install all dependencies use
bundle install
Run sidekiq as a separate process
bundle exec sidekiq
and finally run main server on another terminal as
bin/rails server
- Reply to same thread using in-reply: in header.
- Get unread information from email client.
- Support for attachments.
- Support for html_body.
- Exception Handling.
- Proper job queue management.
- Password Encryption Fix.
Aman Jain (jainaman224)