🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "office365"

Found 10 matching component(s)

  • function explore_all_drives

    Retrieves and displays all document drives from a SharePoint site using Microsoft Graph API, then explores the root folder of each drive.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    sharepoint microsoft-graph api drives document-libraries
  • function explore_drive_root

    Retrieves and displays the contents of a SharePoint drive's root directory, showing folders and files with their counts and names.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    sharepoint microsoft-graph api drive-exploration file-system
  • function explore_document_libraries

    Retrieves and displays all document libraries from a SharePoint site using Microsoft Graph API, then explores items within each library.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    sharepoint microsoft-graph document-libraries api-integration data-exploration
  • class SharePointRestClient

    A SharePoint REST API client that provides app-only authentication and methods for retrieving and downloading documents from SharePoint sites.

    File: /tf/active/vicechatdev/SPFCsync/sharepoint_rest_client.py

    sharepoint rest-api oauth2 authentication document-management
  • class SharePointClient

    A SharePoint client class that provides methods for connecting to SharePoint sites, retrieving documents recursively, downloading file content, and managing document metadata using app-only authentication.

    File: /tf/active/vicechatdev/SPFCsync/sharepoint_client.py

    sharepoint document-management file-sync azure-ad authentication
  • function main_v26

    Demonstrates example usage of the VendorEmailExtractor class by searching for vendor emails across Office 365 mailboxes and displaying results.

    File: /tf/active/vicechatdev/find_email/vendor_email_extractor.py

    example demo vendor-email-extraction office365 microsoft-graph
  • function test_mailbox_access

    Tests the ability to access and retrieve mailboxes from Microsoft Graph API through a VendorEmailExtractor instance, displaying results and troubleshooting information.

    File: /tf/active/vicechatdev/find_email/test_vendor_extractor.py

    testing microsoft-graph mailbox diagnostics permissions
  • function test_o365_connection

    Tests the connection to Microsoft Office 365 (O365) by attempting to obtain an authentication token through the O365Client.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py

    o365 office365 microsoft authentication connection-test
  • class EmailHandler

    EmailHandler is a comprehensive email processing class that parses incoming email data, extracts content and attachments, enforces rate limits, and forwards emails via Office 365 using the O365Client.

    File: /tf/active/vicechatdev/email-forwarder/src/forwarder/email_handler.py

    email smtp email-parsing email-forwarding office365
  • function authenticate_o365

    Authenticates with Microsoft Office 365 (O365) services by retrieving and returning an authentication token.

    File: /tf/active/vicechatdev/email-forwarder/src/utils/auth.py

    authentication o365 office365 microsoft-graph token

Search Examples