File: //lib/python2.7/site-packages/offlineimap/repository/Gmail.pyo
�
��Vc @ s@ d d l m Z d d l m Z m Z d e f d � � YZ d S( i����( t IMAPRepository( t foldert OfflineImapErrort GmailRepositoryc B sz e Z d Z d Z d Z d Z d � Z d � Z d � Z d � Z d � Z
d � Z d
� Z d � Z
d � Z d
� Z RS( s� Gmail IMAP repository.
Falls back to hard-coded gmail host name and port, if none were specified:
http://mail.google.com/support/bin/answer.py?answer=78799&topic=12814
s imap.gmail.comi� s* https://accounts.google.com/o/oauth2/tokenc C s4 | j � j d | d d � t j | | | � d S( s$ Initialize a GmailRepository object.s Repository t sslt yesN( t getconfigt setR t __init__( t selft reposnamet account( ( s@ /usr/lib/python2.7/site-packages/offlineimap/repository/Gmail.pyR "