https://github.com/kulmanferdi/fmail
Desktop mail application built in C# WinForms.
https://github.com/kulmanferdi/fmail
c-sharp csharp email imap imap-client mailkit smtp winforms winforms-application
Last synced: 4 days ago
JSON representation
Desktop mail application built in C# WinForms.
- Host: GitHub
- URL: https://github.com/kulmanferdi/fmail
- Owner: kulmanferdi
- License: mit
- Created: 2024-04-17T20:00:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T21:31:56.000Z (11 months ago)
- Last Synced: 2025-07-19T14:08:19.670Z (8 months ago)
- Topics: c-sharp, csharp, email, imap, imap-client, mailkit, smtp, winforms, winforms-application
- Language: C#
- Homepage:
- Size: 92.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FMail
## Features
🔑**Simple Interface:** Clean and intuitive UI for effortless navigation.
🏎️**Fast and Reliable:** Built with performance in mind, ensuring quick response times.
🔒**Secure:** Utilizes the latest encryption techniques to keep your emails safe.
## To get started
1. Clone the repository:
```bash
git clone https://github.com/kulmanferdi/fMail.git
```
2. Install [MailKit](https://github.com/jstedfast/MailKit) NuGet package:
First:
```bash
Install-Package -Name 'MimeKit' -Source "https://www.nuget.org/api/v2" -SkipDependencies
```
Then:
```bash
Install-Package -Name 'MailKit' -Source "https://www.nuget.org/api/v2"
```
## MIT license
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Star History
[](https://star-history.com/#kulmanferdi/fmail&Date)
## Version
FMail - 1.1.2.0