On 14 Lug, 21:43, Joe Beharriell <[EMAIL PROTECTED]> wrote: > Has anyone worked with processing inbound email messages through > Django? If so, can you offer any tips, tricks, or examples that may > help me with developing this further?
Hello Joe, The email module of the python standard library allows to parse e-mail messages very easily. Currently I'm working in the spare time on a django-based webmail IMAP4 client using imaplib. The code is not very clean but you could have a look at http://code.google.com/p/django-mail/ to see how I'm doing email message parsing. IMAP has got some advantages over POP3 cause messages are stored directly on the mail server and you should be able to get parts without downloading the whole message. If you are looking to get SMSs you must have a direct connection to a SMSC gateway or an access to a SMS aggregator like Clickatell, MBlox or many others. Bye, Massimo --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---