Updated Improve performance (markdown)

the-djmaze 2022-12-14 18:11:23 +01:00
parent 626e9024bf
commit e8d4edc9d1

@ -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.
```