rustmailer
e8a15695d8
feat(ui): add i18n support for profile dropdown
2025-12-26 14:45:43 +08:00
rustmailer
0f3ad83004
feat: use password file as primary source if provided
2025-12-26 14:44:49 +08:00
rustmailer
4af5176b65
feat: add multi-user support and role-based access control #31
2025-12-26 14:27:04 +08:00
rustmailer
1e2f526a07
fix: ensure unselected checkboxes are visible in dark mode #70
2025-12-26 14:17:55 +08:00
rustmailer and GitHub
97be76278e
Merge pull request #71 from metlos/encrypt-password-file
...
feat(cli): add an option to specify the encrypt password in a file
2025-12-20 19:45:55 +08:00
rustmailer and GitHub
d4232789f9
Add roadmap section to README #76
...
Added a roadmap section outlining future features and enhancements.
2025-12-20 18:59:52 +08:00
Lukas Krejci
9b83d5617e
feat(cli): add an option to specify the encrypt password in a file
2025-12-17 18:03:00 +01:00
rustmailer and GitHub
c05a8944ef
Merge pull request #57 from pansuzuki/lang-pack-pl
...
Added new language Polish
2025-12-10 23:13:04 +08:00
Marcin Wojtczak
eaff2ca70d
Added new language Polish
2025-12-10 00:21:16 +01:00
rustmailer
000d144e70
chore(ui): Adjust width of account list for better visibility
0.1.5
2025-12-08 03:43:00 +08:00
rustmailer
20970b4fb6
Feat: Add IMAP connection pool status logging and disable bb8 idle timeout
2025-12-08 03:41:56 +08:00
rustmailer
57df3466e7
Update extractor.rs
2025-12-08 02:18:34 +08:00
rustmailer
75d859abdf
fix(sync): error in account sync task "TooNarrow" #38
2025-12-08 01:30:46 +08:00
rustmailer and GitHub
b0412b02f5
Add user case showcase and performance data overview
...
Added a user case showcase highlighting performance and storage efficiency with data from 126 email accounts.
2025-12-07 23:22:54 +08:00
rustmailer and GitHub
a1453f3cda
Document environment variable quotes in container usage
...
Added notes on running Bichon in a container to README.
0.1.4
2025-12-07 00:42:10 +08:00
rustmailer and GitHub
9e656b1f91
Bump version from 0.1.3 to 0.1.4
2025-12-07 00:22:41 +08:00
rustmailer and GitHub
afac192280
Enhance CORS configuration section in README
...
Added detailed CORS configuration instructions for Bichon, including new behavior in v0.1.4 and examples for setting origins.
2025-12-07 00:22:07 +08:00
rustmailer
c00ffe8d11
feat(cors): remove default value for BICHON_CORS_ORIGINS and allow all origins when unset
...
- Changed behavior so that when BICHON_CORS_ORIGINS is not configured, CORS now allows any origin.
- Added debug logging to print incoming Origin and configured origins to help users diagnose CORS misconfiguration issues.
2025-12-07 00:03:21 +08:00
rustmailer and GitHub
c90a2d552d
Fix FAQ link in README.md
2025-12-06 22:04:35 +08:00
rustmailer and GitHub
a4627a63cb
Update README.md
2025-12-06 22:03:36 +08:00
rustmailer and GitHub
684b9765fe
Update README.md
2025-12-06 20:33:51 +08:00
rustmailer
b0ce7671a8
chore(ui): move name field to step 2 #30
2025-12-04 08:33:16 +08:00
rustmailer
4b13bf14c4
Fix(sync): missing initial sync start time after enabling a previously disabled account #32
2025-12-03 20:11:19 +08:00
rustmailer
0015192b4d
bump version to 0.1.3
0.1.3
2025-12-03 09:27:17 +08:00
rustmailer
2f3acdd759
fix(ui, config): Ensure use_dangerous status is visible in ui
2025-12-03 09:26:34 +08:00
rustmailer
0fc83b693e
fix(i18n, dashboard): Internationalize recent activity chart dates
2025-12-03 09:23:51 +08:00
rustmailer
9ba56ca5bb
feat(i18n): Implement internationalization for date distance
2025-12-03 09:23:16 +08:00
rustmailer
8f7244ccb9
fix(account): Resolve name clearing issue and update field labels
2025-12-03 09:21:33 +08:00
rustmailer
454950374f
feat(account): Prioritize dedicated name field for IMAP authentication username #28
...
Refactor account authentication logic to prioritize the `name` field over the `email` field during the IMAP connection phase.
- The `name` field now serves as the primary IMAP login credential and is no longer treated purely as an optional, descriptive field.
- If the `name` field is empty or unset, the system will fall back to using the full `email` address for authentication.
- This change supports IMAP providers that require a username different from the full email address (e.g., employee ID, specific account name).
0.1.2
2025-12-03 03:48:39 +08:00
rustmailer
3a2b42f5c3
fixZ: Send IMAP ID command after successful authentication to ensure compatibility with 163 mail servers #25
2025-11-30 17:40:10 +08:00
rustmailer
34ec3a7d5b
bump versions
0.1.1
2025-11-30 05:53:39 +08:00
rustmailer
82397ab0cd
fix(ui): fix sync folder selection jump issue; add auto-select children/parents and expand/collapse all folders button #21
2025-11-30 05:51:17 +08:00
rustmailer
1cfc12324f
fix(ui): Handle IMAP connection failure gracefully during folder sync #23
2025-11-29 11:42:11 +08:00
rustmailer and GitHub
dffdac3eb6
Update README.md
2025-11-29 01:24:00 +08:00
rustmailer and GitHub
7d02e58e4e
Update README.md
2025-11-29 00:35:16 +08:00
rustmailer and GitHub
847cc6825a
Update README.md
2025-11-29 00:34:22 +08:00
rustmailer
6ce1420714
feat(import): introduce /api/v1/import endpoint to support batch EML email import
2025-11-27 22:11:05 +08:00
rustmailer
9a72ce9154
update
2025-11-27 15:18:12 +08:00
rustmailer
9f713ef044
update
2025-11-27 15:12:31 +08:00
rustmailer
275cde180b
update issue templates
2025-11-27 15:01:14 +08:00
rustmailer and GitHub
c82fb4f301
Update issue templates
2025-11-27 14:49:37 +08:00
rustmailer
736270b08c
feat(dashboard): Display system version and Git hash, link to release tag #19
2025-11-27 03:55:20 +08:00
rustmailer
855c9a1ffc
update
0.1.0
2025-11-27 02:01:09 +08:00
rustmailer
b845eda58a
update
2025-11-27 01:49:20 +08:00
rustmailer
6571966228
update
2025-11-27 01:36:42 +08:00
rustmailer
c727460251
update
2025-11-27 01:27:16 +08:00
rustmailer
7c7e353114
feat: add option to trust any TLS certificate for IMAP connections
2025-11-27 00:57:43 +08:00
rustmailer and GitHub
78b33f8994
Update README.md
2025-11-26 22:28:54 +08:00
rustmailer and GitHub
324051bdf0
Revise README to enhance project description
...
Updated README to clarify Bichon's purpose and features.
2025-11-26 20:40:40 +08:00
rustmailer
33a16c1af9
Merge branch 'main' of https://github.com/rustmailer/bichon
2025-11-26 09:35:29 +08:00