[?]Why split an mbox instead of importing it somewhere?
Single-message .eml files are independently searchable, shareable, and ingestible by eDiscovery, phishing-analysis and archival pipelines (paperless-ngx and friends). Splitting also rescues one mailbox from a client you no longer run.
[?]Are attachments and formatting preserved?
Yes — splitting cuts between messages and unescapes >From lines only. Every message's headers, HTML bodies, MIME parts and attachments are byte-identical to the source mailbox.
[?]Which mbox files are accepted?
Standard mboxrd files from Thunderbird, Apple Mail, Gmail Takeout, Google Vault, Proton Mail export and MailStore. Files without From-separator lines are rejected with a clear error rather than guessed at.
[?]Is my email uploaded anywhere?
No. Splitting and zipping run entirely inside your browser — your correspondence never touches a server.
[?]Why convert from MBOX to ZIP?
MBOX Document (MBOX) and ZIP Document (ZIP) serve distinct roles across the digital workflow. Converting to ZIP provides optimized compatibility, modern compression efficiency, or standardized playback across web browsers, operating systems, and media production environments.
[?]Is the MBOX to ZIP conversion lossless or lossy?
The output format (ZIP) is inherently lossless or supports lossless operation. Your original visual or audio fidelity is mathematically preserved without quantization artifacts.
[?]Does convrtr upload my files to any cloud server?
Never. convrtr is architected with a strict zero-upload model. All processing, decoding, decompression, and encoding happen 100% locally on your machine using sandboxed WebAssembly and Web Workers. Your data never touches an external server, database, or analytics collector.
[?]How can I convert MBOX to ZIP from the terminal / command line?
You can execute this conversion locally via command-line utilities such as ffmpeg, cwebp, or ImageMagick. For example: see the developer terminal recipe provided in the technical specifications dossier above. convrtr provides the identical local-first capability directly inside your browser without installing CLI packages.
[?]Can I batch convert multiple MBOX files to ZIP simultaneously?
Yes. You can drop multiple .mbox files into the instrument to process them concurrently in browser Web Workers, or click 'Open in Master Studio' to queue mixed formats, configure individual targets, and export as a single ZIP archive.