kefirfromperm / grails-asynchronous-mail

The Grails Asynchronous Mail plugin
http://grails.org/plugin/asynchronous-mail
21 stars 36 forks source link

Can store the mail encrypted? #61

Closed ghost closed 8 years ago

ghost commented 8 years ago

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?

kefirfromperm commented 8 years ago

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

kefirfromperm commented 8 years ago

Try to use encryption on DB level.

vaibhavgarg90 commented 8 years ago

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

kefirfromperm commented 8 years ago

Won't fix.