LICENSE
README.md
pyproject.toml
src/apigraph/__init__.py
src/apigraph/connect.py
src/apigraph/disconnect.py
src/apigraph/fetch_graph_paginated.py
src/apigraph/graph_api.py
src/apigraph.egg-info/PKG-INFO
src/apigraph.egg-info/SOURCES.txt
src/apigraph.egg-info/dependency_links.txt
src/apigraph.egg-info/requires.txt
src/apigraph.egg-info/top_level.txt
src/apigraph/exceptions/__init__.py
src/apigraph/exceptions/http_exception.py
src/apigraph/exceptions/mailbox_exception.py
src/apigraph/mails/__init__.py
src/apigraph/mails/create_mail_folder.py
src/apigraph/mails/get_mail_by_subject.py
src/apigraph/mails/get_mail_content.py
src/apigraph/mails/get_mail_content_from_folder.py
src/apigraph/mails/get_mail_folders.py
src/apigraph/mails/get_mail_subfolders.py
src/apigraph/mails/get_mails.py
src/apigraph/mails/get_mails_from_folder.py
src/apigraph/mails/mark_as_read.py
src/apigraph/mails/move_mail_to_folder.py
src/apigraph/sharepoint/__init__.py
src/apigraph/sharepoint/download_drive_item.py
src/apigraph/sharepoint/get_drive_folder_by_name.py
src/apigraph/sharepoint/list_drive_items.py
src/apigraph/sharepoint/list_drive_items_by_path.py
src/apigraph/sharepoint/list_sharepoint_drive_items.py
src/apigraph/sharepoint/list_sharepoint_drives.py
src/apigraph/sharepoint/move_drive_item.py
tests/test_smoke.py