intros / django-project-template

The project template for creating new instances of the intros application
1 stars 1 forks source link

Add a front-end for simply adding a new oauth gmail inbox #3

Open alexlovelltroy opened 10 years ago

alexlovelltroy commented 10 years ago

I added oauth authentication to django-mailbox https://github.com/coddingtonbear/django-mailbox, but the interface to use it is clunky. We're going to need a better way to handle adding gmail IMAP mailboxes.

I'm happy for this to be a web front end or a django-admin frontend.

If you need a gmail address to use for testing, I can also create one for you.

djibon commented 10 years ago

is it possible for a user to have more than 1 gmail imap mailboxes?

alexlovelltroy commented 10 years ago

It's not a requirement at the moment, so we shouldn't build for it. It might be a feature in the future though. How hard would that be?

djibon commented 10 years ago

Hi,

I think its not that hard,at the moment, a user can have more than 1 gmail imap mailboxes as long it have different uris. the one that we need to check is when we do the process to get the mailboxes, and maybe some edge cases that I still can't think about.