diff --git a/.gitbook/assets/image (477).png b/.gitbook/assets/image (477).png new file mode 100644 index 000000000..f319c9cca Binary files /dev/null and b/.gitbook/assets/image (477).png differ diff --git a/pentesting/pentesting-imap.md b/pentesting/pentesting-imap.md index 8fab28bfe..4a1b682be 100644 --- a/pentesting/pentesting-imap.md +++ b/pentesting/pentesting-imap.md @@ -89,7 +89,17 @@ Logout From [here](https://donsutherland.org/crib/imap) -## CURL +### Evolution + +```text +apt install evolution +``` + +![](../.gitbook/assets/image%20%28477%29.png) + + + +### CURL Basic navigation is possible with [CURL](https://ec.haxx.se/usingcurl/usingcurl-reademail#imap), but the documentation is light on details so checking the [source](https://github.com/curl/curl/blob/master/lib/imap.c) is recommended for precise details.