index
:
maild.git
master
[WIP] SMTP and IMAP daemon
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2 days
main: Use select{} for the deadlock
HEAD
master
Runxi Yu
1
-2
/
+1
2 days
Remove IMAP again for now
Runxi Yu
1
-1
/
+0
4 days
Add an IMAP stub
Runxi Yu
1
-0
/
+1
5 days
Actually I'll do it manually instead of using go-imap
Runxi Yu
1
-1
/
+0
5 days
Listen to IMAP
Runxi Yu
1
-0
/
+1
6 days
Refactor mx stuff
Runxi Yu
1
-30
/
+3
6 days
Fix config file error message
Runxi Yu
1
-1
/
+1
6 days
Log EOF differently from other errors
Runxi Yu
1
-6
/
+8
6 days
Update logging code
Runxi Yu
1
-4
/
+8
6 days
Add PostgreSQL mail store support
Runxi Yu
1
-2
/
+5
6 days
Restructure mta_recv -> mx_recv
Runxi Yu
1
-2
/
+1
6 days
Add missing flag.Parse()
Runxi Yu
1
-0
/
+2
7 days
Change default config path to /etc/lindenii/maild.scfg
Runxi Yu
1
-1
/
+1
7 days
Add incoming STARTTLS support
Runxi Yu
1
-1
/
+1
7 days
Use bufio.ReadWriter
Runxi Yu
1
-1
/
+1
7 days
Add basic routing
Runxi Yu
1
-6
/
+0
2025-01-04
Clean up directory file descriptors
Runxi Yu
1
-0
/
+1
2025-01-04
Use Open_file_at instead of Open
Runxi Yu
1
-0
/
+5
2025-01-04
Reformat files
Runxi Yu
1
-3
/
+2
2025-01-02
Deliver to inbox
Runxi Yu
1
-9
/
+6
2024-12-31
File splitting
Runxi Yu
1
-156
/
+1
2024-12-31
Implement QUIT and RSET
Runxi Yu
1
-0
/
+10
2024-12-31
Delete weird debug prints
Runxi Yu
1
-4
/
+0
2024-12-31
Remove TODO comment on panics since they're only in main now
Runxi Yu
1
-2
/
+0