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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an IMAP stub
Runxi Yu
4 days
1
-0
/
+1
*
Actually I'll do it manually instead of using go-imap
Runxi Yu
6 days
1
-1
/
+0
*
Listen to IMAP
Runxi Yu
6 days
1
-0
/
+1
*
Refactor mx stuff
Runxi Yu
6 days
1
-30
/
+3
*
Fix config file error message
Runxi Yu
6 days
1
-1
/
+1
*
Log EOF differently from other errors
Runxi Yu
6 days
1
-6
/
+8
*
Update logging code
Runxi Yu
6 days
1
-4
/
+8
*
Add PostgreSQL mail store support
Runxi Yu
6 days
1
-2
/
+5
*
Restructure mta_recv -> mx_recv
Runxi Yu
7 days
1
-2
/
+1
*
Add missing flag.Parse()
Runxi Yu
7 days
1
-0
/
+2
*
Change default config path to /etc/lindenii/maild.scfg
Runxi Yu
7 days
1
-1
/
+1
*
Add incoming STARTTLS support
Runxi Yu
7 days
1
-1
/
+1
*
Use bufio.ReadWriter
Runxi Yu
7 days
1
-1
/
+1
*
Add basic routing
Runxi Yu
7 days
1
-6
/
+0
*
Clean up directory file descriptors
Runxi Yu
2025-01-04
1
-0
/
+1
*
Use Open_file_at instead of Open
Runxi Yu
2025-01-04
1
-0
/
+5
*
Reformat files
Runxi Yu
2025-01-04
1
-3
/
+2
*
Deliver to inbox
Runxi Yu
2025-01-02
1
-9
/
+6
*
File splitting
Runxi Yu
2024-12-31
1
-156
/
+1
*
Implement QUIT and RSET
Runxi Yu
2024-12-31
1
-0
/
+10
*
Delete weird debug prints
Runxi Yu
2024-12-31
1
-4
/
+0
*
Remove TODO comment on panics since they're only in main now
Runxi Yu
2024-12-31
1
-2
/
+0
*
Initial commit
Runxi Yu
2024-12-30
1
-0
/
+196