🔍 Code Extractor

Search Components

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

Search Results for "ms365"

Found 12 matching component(s)

  • function setup_azure_sso

    Initializes and configures an Azure SSO (Single Sign-On) instance by retrieving credentials from environment variables or settings, with fallback to MS365 configuration values.

    File: /tf/active/vicechatdev/CDocs/auth/azure_auth.py

    authentication azure sso oauth2 active-directory
  • function get_ms365_token

    Acquires an OAuth access token for Microsoft 365 using the MSAL library with client credentials flow for authenticating with Microsoft Graph API.

    File: /tf/active/vicechatdev/CDocs/utils/notifications.py

    authentication oauth microsoft-365 ms365 msal
  • function send_email_ms365

    Sends an email through Microsoft 365 Graph API with support for HTML content, multiple recipients (to/cc/bcc), and file attachments.

    File: /tf/active/vicechatdev/CDocs/utils/notifications.py

    email microsoft-365 graph-api ms365 communication
  • function gen_send_email

    Sends templated emails using either MS365 or SMTP provider, with support for multiple recipients, attachments, and HTML/text rendering.

    File: /tf/active/vicechatdev/CDocs/utils/notifications.py

    email notification templating MS365 SMTP
  • function main_v58

    Performs a comprehensive status check of an email forwarder service, verifying process status, port availability, SMTP communication, and configuration settings.

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

    service-monitoring health-check smtp email-forwarder diagnostic
  • function main_v59

    Interactive setup script that configures a Python virtual environment for an email forwarder application, installs dependencies, and verifies the installation.

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

    setup installation virtual-environment venv dependency-management
  • function test_configuration_v3

    A test function that validates the presence and loading of required Microsoft 365 and SMTP configuration settings from a settings module.

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

    configuration validation testing microsoft-365 oauth
  • function send_test_email_v1

    Sends a test email to a local SMTP server (127.0.0.1:2525) to verify email forwarding functionality and service connectivity.

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

    email testing smtp integration-test email-forwarding
  • function print_banner

    Prints a formatted ASCII banner displaying the Email Forwarder application's configuration settings including version, SMTP settings, message size limits, and debug status.

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

    banner display startup configuration ascii-art
  • class O365Client

    A client class for interacting with Microsoft 365 Graph API to send emails with authentication, validation, and attachment support.

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

    email microsoft-365 graph-api oauth2 authentication
  • function validate_config

    Validates the presence of required Microsoft 365 configuration settings and raises an error if any are missing.

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

    validation configuration microsoft-365 ms365 error-handling
  • function get_o365_token

    Retrieves an OAuth 2.0 access token for Microsoft 365 using the client credentials flow to authenticate with Microsoft Graph API.

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

    oauth authentication microsoft-365 graph-api token

Search Examples