On 12-8-2012 20:47, Marwan Al-Sabbagh wrote:
> Ah good old fetchmail. How did I forget you. Thanks Melvyn, It looks really
> really mature an full featured. As far as security and identifying the user
> I was planning to use Django's Cryptographic
> signing<https://docs.djangoproject.com/en/1.4/topics/signing/>and to
> put a signed value contained the user details and record they are
> approving or reject by email. That way I don't have to rely on the SMTP
> headers. There is also the added benefit of being able to use the
> TimestampSigner class so that messages could expire after a certain period
> if the user didn't respond to them.

That's a good idea actually. Your only problem will be the security of
the user's email account and while that has been proven less secure then
one would expect, it makes identity theft the user's problem.

-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to