pop3: use meta hashes at easy handle and connection

Keep the pop3 related protocol information in the meta hashes at easy
handle and connection.

Move the struct definitions inside pop3.c

Closes #17236
This commit is contained in:
Stefan Eissing 2025-04-30 12:06:53 +02:00 committed by Daniel Stenberg
parent a2d90d4ba5
commit 76d13c721b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 263 additions and 150 deletions

View file

@ -85,6 +85,7 @@
#include "speedcheck.h"
#include "warnless.h"
#include "getinfo.h"
#include "pop3.h"
#include "urlapi-int.h"
#include "system_win32.h"
#include "hsts.h"