feat: 增加IMAP测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 01:50:27 +08:00
parent 7bded7bc31
commit c62e19ad26
2 changed files with 76 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t weak-imap .
docker run -d --name imap-test -p 143:143 -p 993:993 weak-imap