🔍 Code Extractor

Search Components

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

Search Results for "communication"

Found 12 matching component(s)

  • class FileCloudError

    Custom exception class for handling FileCloud-specific errors in the CDocs document management system.

    File: /tf/active/vicechatdev/CDocs/controllers/filecloud_controller.py

    exception error-handling filecloud integration custom-exception
  • class NotificationManager

    Central manager class for handling in-app and email notifications within the application, providing methods for creating, managing, and sending notifications to users.

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

    notifications messaging email in-app-notifications user-communication
  • function get_email_templates

    Loads HTML email templates from a predefined directory structure and returns them as a dictionary mapping template names to their content.

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

    email templates file-loading html template-management
  • 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 send_email_smtp

    Sends emails via SMTP server with support for HTML/text content, multiple recipients (to/cc/bcc), and file attachments.

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

    email smtp communication messaging mime
  • 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 send_notification

    Sends in-app notifications to one or more users and optionally sends corresponding email notifications using templates.

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

    notification email messaging user-communication multi-channel
  • class AnalysisRequest

    A dataclass that encapsulates an analysis request combining data retrieval requirements and statistical analysis specifications.

    File: /tf/active/vicechatdev/full_smartstat/enhanced_sql_workflow.py

    dataclass analysis request data-retrieval statistical-analysis
  • function test_smtp_basic

    Tests basic SMTP server connectivity by attempting to establish a connection to a local SMTP server on port 2525 and performing an EHLO handshake.

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

    smtp testing network connectivity email
  • 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
  • class TestBEExtractor

    Unit test class for testing the BEExtractor class, which extracts structured data from Belgian invoices using LLM-based extraction.

    File: /tf/active/vicechatdev/invoice_extraction/tests/test_extractors.py

    unit-testing invoice-extraction belgian-invoices llm-testing data-extraction
  • class BEExtractor

    Belgium-specific invoice data extractor that uses LLM (Large Language Model) to extract structured invoice data from Belgian invoices in multiple languages (English, French, Dutch).

    File: /tf/active/vicechatdev/invoice_extraction/extractors/be_extractor.py

    invoice-extraction belgium llm ocr document-processing

Search Examples