Metadata-Version: 1.1
Name: PyEwsClient
Version: 1.1
Summary: Microsoft Office 365 EWS (Exchange Web Services) Client Library
Home-page: https://github.com/greenpau/PyEwsClient
Author: Paul Greenberg
Author-email: paul@greenberg.pro
License: GPLv3
Download-URL: http://pypi.python.org/packages/source/P/PyEwsClient/PyEwsClient-1.1.tar.gz
Description: PyEwsClient
        ===========
        
        Overview
        --------
        
        Microsoft Office 365 EWS (Exchange Web Services) Client Library
        
        Usage
        -----
        
        ::
        
            usage: test.py [-h] (-s SERVER | --autodiscover) -u USERNAME -p PASSWORD
                           [-a ATTACHMENT] [-l LOG_LEVEL]
        
            PyEwsClient - Microsoft Office 365 Client Library Testing Tool
        
            examples:
             python3 tests/test.py -u email@office365.com -p password --autodiscover -l 5
             python3 tests/test.py -u email@office365.com -p password --autodiscover \ 
                                   -a tests/attach1.txt -a tests/attach2.txt -l 1 
             python3 tests/test.py --help
        
            optional arguments:
              -h, --help            show this help message and exit
              -l LOG_LEVEL, --log-level LOG_LEVEL
                                    log level (default: 0)
        
            network connectivity arguments:
              -s SERVER, --server SERVER
                                    Office 365 Server
              --autodiscover        Office 365 Autodiscovery On
        
            authentication arguments:
              -u USERNAME, --user USERNAME
                                    Office 365 Username
              -p PASSWORD, --password PASSWORD
                                    Office 365 Password
        
            email arguments:
              -a ATTACHMENT, --attachment ATTACHMENT
                                    Email Attachment(s)
        
            documentation:
             https://github.com/greenpau/PyEwsClient
        
        
        
        Office 365 Email Draft
        ~~~~~~~~~~~~~~~~~~~~~~
        
        .. figure:: https://raw.githubusercontent.com/greenpau/PyEwsClient/master/images/pyewsclient.1.png
           :alt: Office 365 Email Draft
        
           Office 365 Email Draft
        
        The above email draft was generated by running the below command:
        
        ::
        
            wget https://raw.githubusercontent.com/greenpau/PyEwsClient/master/tests/test.py -q
            chmod +x test.py
            wget https://raw.githubusercontent.com/greenpau/PyEwsClient/master/tests/attach1.txt -q
            wget https://raw.githubusercontent.com/greenpau/PyEwsClient/master/tests/attach2.txt -q
            python3 test.py -u email@office365.com -p password --autodiscover \
                            -a attach1.txt -a attach2.txt
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Communications :: Email :: Address Book
Classifier: Topic :: Communications :: Email :: Email Clients (MUA)
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
