Feature: MIME & Integrity Helpers (MimeHelper + CRC32)

Purpose

Provide consistent content-type and integrity behaviour across providers and integrations:

Main Flows

flowchart LR
  FileName[File name] --> Mime[MimeHelper.GetMimeType]
  Stream[Stream] --> CRC[Crc32Helper]
  CRC --> Validation[Compare checksums]

Components

Current Behavior

Tests