jstedfast/MailKit

A cross-platform .NET library for IMAP, POP3, and SMTP.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 9th, 2026
Created on December 7th, 2013
Open Issues & Pull Requests: 10 (+0)
GitHub issues: Enabled
Number of forks: 866
Total Stargazers: 6,859 (+0)
Total Subscribers: 207 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 hours
Mean response time: 6.5 days
90th percentile: 16.5 hours
Tracked items: 171

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 6% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 568 days
Stale 30+ days: 7
Stale 90+ days: 5

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • server-bug (57)
  • question (51)
  • compatibility (37)
  • bug (16)
  • enhancement (14)
  • server/gmail (10)
  • server/office365 (10)
  • invalid (9)

Most active issues this week

Detailed Description

MailKit is a cross-platform .NET library for IMAP, POP3, and SMTP client operations.

The library addresses the need for a comprehensive email client implementation in .NET by providing protocol support for receiving mail via IMAP and POP3, and sending mail via SMTP. It is built on top of MimeKit, which handles MIME message parsing and construction, allowing MailKit to focus on protocol implementation and client functionality.

MailKit suits .NET developers who need to integrate email capabilities into applications without relying on external mail servers or system-level email APIs. It works across Windows, Linux, and macOS. The project offers both standard and Lite package variants, with the Lite versions providing reduced dependencies for scenarios where a smaller footprint is needed. The library supports security features including DKIM, S/MIME, and PGP for signed and encrypted messages.

The project maintains active continuous integration across Linux, Mac, and Windows platforms with code coverage tracking and static analysis. Development activity shows consistent attention to quality assurance and cross-platform compatibility validation.