Metadata-Version: 2.1
Name: mete0r.xoauth2relay
Version: 0.1.0
Summary: SMTP XOAUTH2 Relay
Home-page: https://github.com/mete0r/xoauth2relay
Author: mete0r
Author-email: mete0r@sarangbang.or.kr
License: GNU Affero General Public License v3 or later (AGPLv3+)
Description: mete0r.xoauth2relay
        ===================
        
        SMTP XOAUTH2 Relay
        
        
        Usage
        -----
        
        Make a Google API Project and import clientsecrets.json file::
        
           xoauth2relay init clientsecrets.json
        
        Then login::
        
           xoauth2relay login foo@gmail.com
        
        You can login another account::
        
           xoauth2relay login bar@gmail.com
        
        Run the application::
        
           xoauth2relay -vvv serve
        
        Now you can test it with a SMTP client::
        
           telnet localhost 2500
        
        
        Development environment
        -----------------------
        
        To setup development environment::
        
           python setup.py virtualenv
           make
        
        Changes
        =======
        
        0.1.0 (2018-10-26)
        ------------------
        
        - Initial release.
        
Keywords: xoauth2,smtp
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: test
