From b112e66972d84b251fadd6a08b997b63495a1103 Mon Sep 17 00:00:00 2001 From: alexandrecfonceca Date: Thu, 9 Apr 2026 23:33:47 -0300 Subject: [PATCH 1/4] Create seguromail.com.br.xml Add seguromail.com.br ISP config --- ispdb/seguromail.com.br.xml | 56 +++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ispdb/seguromail.com.br.xml diff --git a/ispdb/seguromail.com.br.xml b/ispdb/seguromail.com.br.xml new file mode 100644 index 0000000..5f5cd7e --- /dev/null +++ b/ispdb/seguromail.com.br.xml @@ -0,0 +1,56 @@ + + + + + seguromail.com.br + + SeguroMail + SeguroMail + + + imap.seguromail.com.br + 993 + SSL + password-cleartext + %EMAILADDRESS% + + + + imap.seguromail.com.br + 143 + STARTTLS + password-cleartext + %EMAILADDRESS% + + + + pop3.seguromail.com.br + 995 + SSL + password-cleartext + %EMAILADDRESS% + + + + smtp.seguromail.com.br + 465 + SSL + password-cleartext + %EMAILADDRESS% + + + + smtp.seguromail.com.br + 587 + STARTTLS + password-cleartext + %EMAILADDRESS% + + + + From 4336e23e3e1543ed2551bd3d80abc413e4c047db Mon Sep 17 00:00:00 2001 From: alexandrecfonceca Date: Fri, 17 Apr 2026 11:37:31 -0300 Subject: [PATCH 2/4] Update seguromail.com.br.xml --- ispdb/seguromail.com.br.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ispdb/seguromail.com.br.xml b/ispdb/seguromail.com.br.xml index 5f5cd7e..510a86b 100644 --- a/ispdb/seguromail.com.br.xml +++ b/ispdb/seguromail.com.br.xml @@ -1,12 +1,6 @@ - seguromail.com.br SeguroMail From a73844e5c48efcb65091546cdd536f11f04c4ab8 Mon Sep 17 00:00:00 2001 From: alexandrefonceca <144951129+alexandrefonceca@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:19:24 -0300 Subject: [PATCH 3/4] Update seguromail.com.br.xml Adding autoconfig for seguromail.com.br, a Brazilian email hosting provider. Supports IMAP/SSL (993), POP3/SSL (995), SMTP/SSL (465). Username format is full email address. Note: this replaces PR #198 which had the same content but the fork was accidentally deleted. From 3e1f2b71b3ff87d9a241008ae98ecc7fb9de8b6f Mon Sep 17 00:00:00 2001 From: alexandrecfonceca Date: Thu, 4 Jun 2026 20:56:18 -0300 Subject: [PATCH 4/4] Retrigger CI Adding autoconfig for seguromail.com.br, a Brazilian email hosting provider. Supports IMAP/SSL (993), POP3/SSL (995), SMTP/SSL (465). Username format is full email address. Note: this replaces PR #198 which had the same content but the fork was accidentally deleted.