]> Nishi Git Mirror - libw3.git/commitdiff
well
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Sat, 27 Jan 2024 09:20:38 +0000 (09:20 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Sat, 27 Jan 2024 09:20:38 +0000 (09:20 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@115 d27a3e52-49c5-7645-884c-6793ebffc270

Example/pop3-list/pop3-list.c

index 3a14eb0693a7a2d2adce0527493d6ce5bd86796f..2ccf98d2016430e88fb668d1906fa9278fa88c82 100644 (file)
@@ -24,8 +24,7 @@ void list_handler(struct W3* w3, bool ok, char* data) {
 
 void login_handler(struct W3* w3) {
        printf("Logged in\n");
-       W3_Set_Method(w3, "RETR");
-       W3_Set_Path(w3, "1");
+       W3_Set_Method(w3, "LIST");
        W3_POP3_Send_Request(w3);
 }