This website requires JavaScript.
Explore
Help
Sign In
infrastructure
/
mox
Watch
1
Star
0
Fork
0
You've already forked mox
mirror of
https://github.com/mjl-/mox.git
synced
2025-06-28 01:48:15 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
mox
/
imapclient
History
Mechiel Lukkien
00c8db98e6
start more function names/calls with x when they handle errors through panics
...
mostly the imapserver and smtpserver connection write and read methods.
2025-04-02 13:59:46 +02:00
..
client.go
rename variables, struct fields and functions to include an "x" when they can panic for handling errors
2025-03-24 16:12:22 +01:00
cmds.go
rename variables, struct fields and functions to include an "x" when they can panic for handling errors
2025-03-24 16:12:22 +01:00
parse.go
start more function names/calls with x when they handle errors through panics
2025-04-02 13:59:46 +02:00
prefixconn.go
Run modernize to rewrite some older go constructs to newer ones
2025-03-06 17:33:06 +01:00
protocol.go
imapserver: implement the MULTISEARCH extension, with its ESEARCH command
2025-03-31 18:34:23 +02:00