-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
52 lines (38 loc) · 1.78 KB
/
Copy pathllms.txt
File metadata and controls
52 lines (38 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
## Last-checked: 2026-06-11
# MailProcessor
Canonical repository: https://github.com/doc-bricks/MailProcessor
Organization: doc-bricks
Primary language: Python
UI stack: PySide6 desktop tray application
License: MIT
MailProcessor is the local-first Windows tray hub for the doc-bricks Universal Mail Tools:
- Universal Mail Cleaner: https://github.com/doc-bricks/UniversalMailCleaner
- Universal Docs Grabber: https://github.com/doc-bricks/UniversalDocsGrabber
- Universal Invoice Mail: https://github.com/doc-bricks/UniversalInvoiceMail
Core behavior:
- Starts configured mail tools from a single system tray menu.
- Scans sibling folders and `%LOCALAPPDATA%\MailProcessor\tools\` for supported tools.
- Downloads latest tool releases from GitHub when users opt in through the setup wizard.
- Stores launcher configuration under `%LOCALAPPDATA%\MailProcessor\config.json`.
- Exports a read-only `mailprocessor-suite-v1.json` snapshot for the companion workflow.
Privacy boundary:
- MailProcessor does not store mail contents, passwords, tokens, or IMAP credentials.
- Snapshot exports redact local paths and contain only launcher metadata.
- The web companion is a status/reference companion, not a remote-control surface for desktop tools.
Local verification:
```bash
python -m pytest -q
python -m compileall .
```
## Audience
- Windows users running multiple Universal Mail Tools who want a single launch point
- Privacy-conscious home users and small business owners managing IMAP mail locally
- Developers building on top of the doc-bricks Universal Mail Tools suite
## Search Phrases
```text
MailProcessor Windows tray mail launcher
doc-bricks MailProcessor PySide6
local-first IMAP mail tools launcher
Universal Mail Cleaner Docs Grabber Invoice Mail hub
Windows mail tool manager Python desktop
```