Computer Networking course project
Go to file
cyp0633 01f66cee6b
Fix contact detail description display
2022-11-25 21:37:46 +08:00
.idea Lower minapi to Android 10 2022-11-17 13:06:03 +08:00
app Fix contact detail description display 2022-11-25 21:37:46 +08:00
gradle/wrapper Setup screen of application 2022-11-08 23:47:39 +08:00
.gitignore Setup screen of application 2022-11-08 23:47:39 +08:00
LICENSE Add LICENSE 2022-11-16 23:14:41 +08:00
README.md Add README 2022-11-17 20:09:28 +08:00
build.gradle Add swipe refresh to inbox page 2022-11-13 09:45:01 +08:00
gradle.properties Setup screen of application 2022-11-08 23:47:39 +08:00
gradlew Setup screen of application 2022-11-08 23:47:39 +08:00
gradlew.bat Setup screen of application 2022-11-08 23:47:39 +08:00
settings.gradle Add javamail dependency 2022-11-09 10:58:33 +08:00

README.md

NanaMail - 计算机网络课程项目

Computer Networking course project

支持未加密的 POP3、SMTP。支持 STARTTLS但未经验证。

能够存储联系人,但连删都没法删。

底层使用极其难用的 JavaMailUI 使用 Jetpack Compose 编写。

被批判了一番。