Re: Digitally Sign an Email

2007-11-16 Thread [EMAIL PROTECTED]
it possible to digitally sign an email with django email api? > > No. The email API only provides very simple capabilities, wrapping > Python's native stuff. What you would do in this case is create the > content and generate the signature yourself and then construct the > mess

Re: Digitally Sign an Email

2007-11-15 Thread Malcolm Tredinnick
On Thu, 2007-11-15 at 17:21 -0800, [EMAIL PROTECTED] wrote: > Hello, > > Is it possible to digitally sign an email with django email api? No. The email API only provides very simple capabilities, wrapping Python's native stuff. What you would do in this case is create the conten

Digitally Sign an Email

2007-11-15 Thread [EMAIL PROTECTED]
Hello, Is it possible to digitally sign an email with django email api? Best regards, Luis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj