kefirfromperm/grails-asynchronous-mail

Can store the mail encrypted?

Closed this issue · 4 comments

Well not really a bug, more of a feature suggest. Is it possible to store the mail encrypted in DB? The project I am working on currently, has some private information and it would be ideal to store the mail content in encrypted format. Is it possible currently?

Currently it is not possible. Sorry.
What do you want to encrypt? The message subject and body or attachments too?

Try to use encryption on DB level.

At least attachments have to be encrypted if not the complete mail.

Won't fix.