| Server IP : 103.4.122.14 / Your IP : 216.73.216.103 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips System : Linux cwp2.slnet.com.au 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : statewid ( 1251) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python2.7/site-packages/offlineimap/repository/ |
Upload File : |
�
��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 "