mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #587] IMAP support? #378
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AB-xdev on GitHub (Nov 20, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/587
At first: thank you so much for the project, it works really well.
I currently see that POP3 and SMTP are implemented, however IMAP seems to be missing.
It would be nice to also have IMAP support so that the "mail-protocol-stack" is completely implemented.
I also required IMAP support in the past for integration testing - not having this option available with mailpit would be a blocker if I encountered such a scenario again.
@axllent commented on GitHub (Nov 21, 2025):
Hi @AB-xdev. Glad you like Mailpit!
You are not the first to request IMAP, but after responding to similar requests I must say it is not feasible. POP3 is relatively simple because it just pulls data from a single mailbox. IMAP on the other hand is far more complex: it supports folders, including nested folders; mail attributes such as message starring; and client-to-server syncing. None of these features are or will be compatible with Mailpit.