Updated Using Bichonctl For Email Import (markdown)

rustmailer
2026-01-25 11:42:13 +08:00
parent d6d36fe8ac
commit 91b7dc306d
+23
@@ -95,6 +95,29 @@ bichonctl is a **commandline application**.
>
>`xattr -d com.apple.quarantine /path/to/bichonctl`
### Running in Docker
```bash
docker run -it --rm -v $(pwd):/mnt rustmailer/bichon bichonctl
```
`-v $(pwd):/mnt` mounts your current folder into the container.
If your folder contains:
```
file.mbox
```
Enter this path when prompted:
```
/mnt/file.mbox
```
⚠️ Use the container path (`/mnt/...`), not your local system path.
## 5. Configuration File
bichonctl requires a small configuration file to know **where your Bichon service is** and **who you are**.