Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
emersion
/
go-imap
Public
Notifications
You must be signed in to change notification settings
Fork
331
Star
2.3k
Code
Issues
33
Pull requests
31
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Security
Insights
Commits
Branch selector
v2
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 5, 2025
Fix mixup in method documentation
WhyNotHugo
authored and
emersion
committed
5d38391
Copy full SHA for 5d38391
Commits on Oct 31, 2025
imapserver, imapclient: use lowercase for body encoding
Show description for 5c47ad1
mercata
authored and
emersion
committed
5c47ad1
Copy full SHA for 5c47ad1
imapserver: drop SP between body entries in body-type-mpart
Show description for e48e15e
mercata
authored and
emersion
committed
e48e15e
Copy full SHA for e48e15e
Commits on Oct 23, 2025
Upgrade dependencies
emersion
committed
d72bdf6
Copy full SHA for d72bdf6
imapserver: don't swallow errors in readSearchKeyWithAtom()
mercata
authored and
emersion
committed
864c4c3
Copy full SHA for 864c4c3
imapserver: fix unquoted TAG in ESEARCH response
mercata
authored and
emersion
committed
9139e6b
Copy full SHA for 9139e6b
Commits on Sep 23, 2025
imapclient: fix typo in FLAGS handler
dejanstrbac
authored
17771fb
Copy full SHA for 17771fb
Commits on Sep 21, 2025
imapserver: add support for RFC822.PEEK
Show description for 21ff41a
emersion
committed
21ff41a
Copy full SHA for 21ff41a
Commits on Sep 18, 2025
imapserver: add support for APPENDLIMIT
Show description for 1a15e07
mercata
and
emersion
committed
1a15e07
Copy full SHA for 1a15e07
imapclient: wait for IDLE response in example
emersion
committed
60b13fa
Copy full SHA for 60b13fa
imapclient: fix fetchLiteralReader deadlock
Show description for 0e52f4e
qjebbs
authored
0e52f4e
Copy full SHA for 0e52f4e
Commits on Sep 12, 2025
imapclient: drop useless nil check in Options.tlsConfig
emersion
committed
90f04ed
Copy full SHA for 90f04ed
Commits on Aug 26, 2025
imapclient: fix nil options in DialInsecure and DialTLS
Show description for fb4422f
COD3HUNT3R
authored
fb4422f
Copy full SHA for fb4422f
Commits on Jul 31, 2025
imapclient: make net.Dialer configurable
Show description for 1905c46
fho
authored and
emersion
committed
1905c46
Copy full SHA for 1905c46
Commits on Jul 20, 2025
Drop CapAuthPlain
Show description for 191dd53
emersion
committed
191dd53
Copy full SHA for 191dd53
Commits on Jul 9, 2025
ci: adapt dovecot config file to version 2.4
fho
authored
57b68ba
Copy full SHA for 57b68ba
Commits on Jun 11, 2025
imapmemserver: add support for SelectData.FirstUnseenSeqNum
emersion
committed
b88a6b6
Copy full SHA for b88a6b6
imapserver: add SelectData.FirstUnseenSeqNum
emersion
committed
8931e70
Copy full SHA for 8931e70
imapserver: include CHILDREN capability
dejanstrbac
authored
9d73778
Copy full SHA for 9d73778
imapmemserver: add stub for STATUS RECENT
Show description for 2c15234
emersion
committed
2c15234
Copy full SHA for 2c15234
imapclient, imapserver: make capabilities case-insensitive
emersion
committed
f1ea909
Copy full SHA for f1ea909
imapserver: skip RECENT in SELECT for IMAP4rev2-only servers
emersion
committed
41dee70
Copy full SHA for 41dee70
imapserver: fix SEARCH NEW criteria
Show description for 0dafa2e
emersion
committed
0dafa2e
Copy full SHA for 0dafa2e
imapserver: add support for SPECIAL-USE
dejanstrbac
authored
465034d
Copy full SHA for 465034d
Commits on Jun 9, 2025
imapserver: add comments to explain what the various cap lists are
emersion
committed
b33055e
Copy full SHA for b33055e
Commits on Jun 5, 2025
imap: add RenameOptions
Show description for 231f7ff
emersion
committed
231f7ff
Copy full SHA for 231f7ff
Commits on May 15, 2025
imap: drop SearchData.UID
Show description for a1e4f0b
emersion
committed
a1e4f0b
Copy full SHA for a1e4f0b
Commits on Apr 14, 2025
imapclient: correct missing NIL atom instead of ()
Show description for ad3a71d
dejanstrbac
authored
ad3a71d
Copy full SHA for ad3a71d
Commits on Mar 19, 2025
imapclient: add basic Client.Authenticate test
emersion
committed
73495f0
Copy full SHA for 73495f0
Commits on Mar 9, 2025
imapserver: Support RECENT for IMAP4rev1 servers
foxcpp
authored and
emersion
committed
854c60b
Copy full SHA for 854c60b
Commits on Mar 7, 2025
imapclient: drop TestFetch_closedConn
Show description for 805dce0
emersion
committed
805dce0
Copy full SHA for 805dce0
Commits on Mar 5, 2025
imapclient: use dialer in DialInsecure
Show description for 5fcc7d4
snekROmonoro
authored
5fcc7d4
Copy full SHA for 5fcc7d4
Commits on Feb 14, 2025
imapclient: use slice instead of map for FetchMessageBuffer sections
Show description for b4bb320
emersion
committed
b4bb320
Copy full SHA for b4bb320
imapclient: add helpers to match FETCH response sections
emersion
committed
d01842f
Copy full SHA for d01842f
Commits on Jan 6, 2025
imapserver: limit command size
Show description for 9115cb9
emersion
committed
9115cb9
Copy full SHA for 9115cb9
Pagination
Previous
Next
You can’t perform that action at this time.