🔍 Code Extractor

Search Components

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

Search Results for "mailbox"

Found 7 matching component(s)

  • class VendorEmailExtractor

    Extract vendor email addresses from all organizational mailboxes

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

    class vendoremailextractor
  • function main_v27

    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 extract_batch

    Batch processes a list of vendors from an Excel file to extract their email addresses by searching through Microsoft 365 mailboxes using AI-powered email analysis.

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

    email-extraction vendor-management batch-processing microsoft-graph-api openai
  • function main_v28

    Command-line entry point that parses arguments and orchestrates the extraction of vendor emails from all vicebio.com mailboxes using Microsoft Graph API.

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

    cli command-line entry-point argparse email-extraction
  • 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_email_search

    Tests the email search functionality of a VendorEmailExtractor instance by searching for emails containing common business terms in the first available mailbox.

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

    testing email search microsoft-graph mailbox
  • function run_all_tests

    Orchestrates a comprehensive test suite for the Vendor Email Extractor system, verifying configuration, authentication, mailbox access, email search, and LLM connectivity.

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

    testing verification setup validation integration-test

Search Examples