news-ai / tabulae

API for media list management
https://tabulae.newsai.org/
0 stars 0 forks source link

imap and smtp #311

Closed AbhiAgarwal closed 7 years ago

AbhiAgarwal commented 7 years ago

smtp will have to deal with saving passwords for emails of each user. encryption here is quite necessary so something strong that encrypts and decrypts is necessary

AbhiAgarwal commented 7 years ago

use internal go hashing library and store securely on datastore, etc. probably really need to take care of this sensitive information

AbhiAgarwal commented 7 years ago

how to verify email settings. requirements:

  1. smtp/imap details
  2. username/password for user email

check if encryption is working on the password saves

AbhiAgarwal commented 7 years ago

normal github libs for smtp aren't good

AbhiAgarwal commented 7 years ago

verify is hard appengine sucks sometimes

AbhiAgarwal commented 7 years ago

basic structure works for send and verify

now will have to test with and without tls and ssl connection