refresh fork docs and about page

This commit is contained in:
2026-04-30 11:09:23 +02:00
parent 8ce0c036e0
commit 50a4765a99
5 changed files with 62 additions and 59 deletions

View File

@@ -14,20 +14,38 @@
![Wino Mail screenshot](https://user-images.githubusercontent.com/12009960/232114528-2d2c8e3c-dbe7-429a-94e0-6aecc73bdf70.png)
## About This Fork
This repository is a fork of the original [Wino Mail](https://github.com/bkaankose/Wino-Mail) project by [bkaankose](https://github.com/bkaankose). Full credit for the original application, design direction, and foundation belongs to the original author and contributors.
This fork keeps the core Wino Mail experience while simplifying parts of the product and continuing development in a more self-contained direction.
### Fork-specific changes
Compared to the original upstream project, this fork currently focuses on:
- keeping the native Windows mail/calendar experience intact
- removing account-limit and paywall-related flows
- removing AI integration/features that were previously included
- improving local-first account management and settings UX
- continuing general maintenance and UI polish work
## Motivation
I'm a big fan of Windows Mail & Calendars due to its simplicity. Personally, I find it more intuitive for daily use cases compared to Outlook desktop and the new WebView2 powered Outlook version. Seeing [Microsoft deprecating it](https://support.microsoft.com/en-us/office/outlook-for-windows-the-future-of-mail-calendar-and-people-on-windows-11-715fc27c-e0f4-4652-9174-47faa751b199#:~:text=The%20Mail%20and%20Calendar%20applications,will%20no%20longer%20be%20supported.) dragged me into starting to work on Wino a couple of years ago. Wino's main motivation is to bring all the existing functionality from Mail & Calendars over time without changing the user experience that millions have loved since the Windows 8 days in Mail & Calendars.
## vNext Release Highlights
That original motivation still applies to this fork as well.
Wino vNext focuses on making Mail, Calendar, and Contacts feel like one cohesive native Windows experience while improving sync reliability and startup responsiveness.
## vNext / Current Fork Highlights
- 📅 **Calendar management:** Event compose/create flow, calendar-mail mapping, reminder snooze support, occurrence and detail-page improvements, and CalDAV correctness fixes.
- 👥 **Contact management:** Improved contact workflows, account/settings integration, and contact data-model cleanup.
- 🔄 **Synchronization reliability:** Refactored synchronizers, better state handling, 404 + 429 error handling, and duplicate-operation prevention.
- ✉️ **Compose and drafts:** Refined editor/toolbar architecture, better rendering pipeline, Gmail draft support, and large Outlook attachment upload sessions.
- **Performance and quality:** Faster mail fetching with batched DB queries and caching, SQLite indexing/foreign key enforcement, and broader test + CI coverage.
- 🎨 **WinUI polish:** Improved onboarding/startup, settings and dialogs refresh, notification routing fixes, and keyboard/navigation quality-of-life improvements.
This fork currently focuses on preserving the native Wino experience while removing product restrictions that are no longer wanted and continuing to improve day-to-day usability.
- ✉️ **Mail + calendar core experience:** Native Windows client for mail and calendar workflows.
- 🔓 **No account paywall:** Account-limit and upgrade/paywall flows have been removed from the app.
- 🧹 **Simplified product surface:** AI-related integration has been removed to keep the app focused.
- ⚙️ **Manage Accounts improvements:** The account management/settings experience is being refined, including new account summary UI.
- 🔄 **Synchronization and reliability work:** Ongoing upstream architecture improvements for syncing, state handling, and stability remain part of the codebase.
- 🎨 **WinUI polish:** Continued UI cleanup and quality-of-life improvements while keeping the app familiar.
## Features
@@ -42,29 +60,45 @@ Wino vNext focuses on making Mail, Calendar, and Contacts feel like one cohesive
- 🔎 Offline-capable workflows and search improvements
- 🎛️ Modern responsive WinUI interface with personalization options
- 🌗 Dark/Light mode for mail reader and app surfaces
- 📊 Account summary in Manage Accounts for quick connected-account overview
## Removed / Not Included In This Fork
The following parts of the upstream product experience have been removed or are intentionally not part of this fork:
- account purchase/paywall flows
- unlimited-accounts upsell/add-on messaging
- AI integration/features previously present in the app
## Download
Download latest version of Wino Mail from Microsoft Store for free.
This repository is the primary home for the fork:
<a href="https://apps.microsoft.com/detail/Wino%20Mail/9NCRCVJC50WL?launch=true&mode=full">
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200" alt="Get Wino Mail from Microsoft Store"/>
</a>
- Source / website: <https://gitea.majjoduran.app/majjo/Wino-Mail>
If you publish packaged releases for this fork, add the preferred install location here.
## Beta Releases
Stable releases will always be distributed on Microsoft Store. However, beta releases will be distributed in [GitHub Releases](https://github.com/bkaankose/Wino-Mail/releases). Please keep in mind that beta releases might not be for daily use, only for testing purposes and recommended for experienced users or developers. Beta releases are also managed manually. Therefore, code in the repository might be ahead of the released Beta version at the moment. Make sure to compare versions before tryout out the Beta version.
If you publish beta builds for this fork, document where they are distributed and how they should be installed.
These releases are distributed as side-loaded packages. To install them, download the **.msixbundle** file in GitHub releases and [follow the steps explained here.](https://learn.microsoft.com/en-us/windows/application-management/sideload-apps-in-windows)
Until then, assume the source repository may be ahead of any packaged builds.
## Contributing
Check out the [contribution guidelines](/CONTRIBUTING.md) before diving into the source code or opening an issue. There are multiple ways to contribute and all of them are explained in detail there.
## Donate
## Privacy & Diagnostics
Your donations will motivate me more to work on Wino in my spare time and cover the expenses to keep [project's website](https://www.winomail.app/) alive.
This fork aims to be local-first and privacy-respecting.
- You can [donate via Paypal by clicking here](https://www.paypal.com/donate/?hosted_button_id=LGPERGGXFMQ7U)
- You can buy Unlimited Accounts add-on in the application. It's a one-time payment for lifetime, not a monthly recurring payment.
- No account-limit/paywall services are part of this fork.
- AI-related integrations have been removed from this fork.
- The goal is to avoid unnecessary data collection and keep your mail/calendar workflows on your device and with the providers you explicitly connect.
- Diagnostics and logging remain available as optional troubleshooting tools when you need to investigate issues.
## Credits
- Original project: [bkaankose/Wino-Mail](https://github.com/bkaankose/Wino-Mail)
- Original author: [bkaankose](https://github.com/bkaankose)
- All upstream contributors who built and evolved Wino Mail