From e8d4edc9d1aaf791471f39fea8dec89b8df94b08 Mon Sep 17 00:00:00 2001 From: the-djmaze <3752035+the-djmaze@users.noreply.github.com> Date: Wed, 14 Dec 2022 18:11:23 +0100 Subject: [PATCH] Updated Improve performance (markdown) --- Improve-performance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Improve-performance.md b/Improve-performance.md index 5dd4074..fbf3b91 100644 --- a/Improve-performance.md +++ b/Improve-performance.md @@ -24,6 +24,8 @@ IMAP[DEBUG]: 0.0017571449279785 (*) This is the time it took to the connection and get the first response from the server. If the response doesn't have `[CAPABILITY`, the next question to the server is `IMAP[INFO]: > TAG CAPABILITY\r\n` to get all capabilities. +## Requests speed + Now the connection is fully set and we go ask the server to STARTTLS or AUTHENTICATE. ```