From 268bce9c0946b215e5a9914efe39d71fb1db1e4d Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 4 Mar 2018 07:22:00 +0000 Subject: [PATCH] Add pop3s and submissions ports --- src/xpdev/sockwrap.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/xpdev/sockwrap.h b/src/xpdev/sockwrap.h index 33163525b3..70fa3d3b0c 100644 --- a/src/xpdev/sockwrap.h +++ b/src/xpdev/sockwrap.h @@ -257,12 +257,18 @@ DLLEXPORT BOOL DLLCALL inet_addrmatch(union xp_sockaddr* addr1, union xp_sockadd #ifndef IPPORT_POP3 #define IPPORT_POP3 110 #endif +#ifndef IPPORT_POP3S +#define IPPORT_POP3S 995 +#endif #ifndef IPPORT_IDENT #define IPPORT_IDENT 113 #endif #ifndef IPPORT_SUBMISSION #define IPPORT_SUBMISSION 587 #endif +#ifndef IPPORT_SUBMISSIONS +#define IPPORT_SUBMISSIONS 465 +#endif #endif /* Don't add anything after this line */ -- GitLab