Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LemonMail to IMAP/SMTP #6

Open
MisterDex opened this issue Dec 13, 2018 · 3 comments
Open

LemonMail to IMAP/SMTP #6

MisterDex opened this issue Dec 13, 2018 · 3 comments

Comments

@MisterDex
Copy link

MisterDex commented Dec 13, 2018

Hello,

I'm interested in contacting the original developers of this project to ask them why they did not finish with the plan to integrate Lemonmail with IMAP/SMTP servers. Was this ever a reality, and if so, what prevented it from happening?

If you can make this a reality, I might be interested in donating to your project.

Best,
MisterDex

@horohronos
Copy link
Collaborator

horohronos commented Dec 13, 2018

Hey,

It's a long answer but I'll try to make it short.

Lemonmail has 2+1 kinds of services: Regular, Private and DApp.

Regular is just that, classic email service that is fast but has no focus on privacy...
DApp is basically this repo.
But, Private is a little bit more complex. It's a mix of DApp and Regular email. In short, DApp is a (open-sourced) fork of Private Lemonmail service - Private mail has couple of additional services:

  1. Server-side proxy between ETH/IPFS and (User's) Browser - to enable dummy users to interact with decentralized world without having wallets and such, but users can just remember passphrase (something like protonmail) for priv/pub key, that is never sent to the server. Keys are kept on Private Lemonmail services (unactive, 'cause there is no passphrase on server at any time)
  2. Additionally, there is server-side service (SMTP/IMAP functionalities in short) that listens to any event on the Smart Contract (e.g. send event) and if recipient is external email address , this service forwards just the notification (not the whole body; something like hushmail does) to external address. Also, it serves as a proxy between external email (e.g. gmail) so when somebody from e.g. gmail sends to lemonmail address, this is also encrypted and forwarded on the Contract.

These services are not open sourced, even though they are implemented and tested.

If you have any ideas on what's good for Lemonmail project or some new features, you can find me on Blockemon Slack, nickname @masa or write on [email protected]

Thanks a lot for the interest in this project.

@MisterDex
Copy link
Author

MisterDex commented Dec 19, 2018 via email

@MisterDex
Copy link
Author

MisterDex commented Dec 22, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants