Re: Address Book Contact Importer in Python/Django?

2008-11-28 Thread ro60
At least for gmail the security issue is a little less of a slippery slope. One of the authentication methods is called AuthSub and it allows you to redirect to a google page for the user to login then redirects back the authenticated user to your app. In this way your app never actually handles

Re: Address Book Contact Importer in Python/Django?

2008-11-27 Thread [EMAIL PROTECTED]
Thanks guys, I've had a think about your security points Jarek. I guess it's a tough decision to make... :-\ On Nov 27, 11:47 am, Brot <[EMAIL PROTECTED]> wrote: > does this help > Accessing your Gmail contact list with Python (http://www.holovaty.com/ > blog/archive/2004/06/20/0241) > > [EMAIL

Re: Address Book Contact Importer in Python/Django?

2008-11-27 Thread Brot
does this help Accessing your Gmail contact list with Python (http://www.holovaty.com/ blog/archive/2004/06/20/0241) [EMAIL PROTECTED] schrieb: > Hi guys, > > Does anybody know of a Python script or Django module that can handle > address book email importing? For instance, if I type my gmail

Re: Address Book Contact Importer in Python/Django?

2008-11-27 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-11-27, o godz. 12:21, przez [EMAIL PROTECTED] : > Does anybody know of a Python script or Django module that can handle > address book email importing? For instance, if I type my gmail email > and password it will then fetch all of the email addresses. I know of >

Address Book Contact Importer in Python/Django?

2008-11-27 Thread [EMAIL PROTECTED]
Hi guys, Does anybody know of a Python script or Django module that can handle address book email importing? For instance, if I type my gmail email and password it will then fetch all of the email addresses. I know of plenty of paid PHP scripts around that allow gmail, hotmail, aol etc. Is there