Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions ispdb/seguromail.com.br.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="seguromail.com.br">
<!--
Dominios diretos do provedor.
Dominios dos clientes NAO precisam ser listados aqui —
o Thunderbird faz lookup pelo MX record, e se o MX
apontar para seguromail.com.br, ele usa esta config.
Comment thread
jtracey marked this conversation as resolved.
Outdated
-->
<domain>seguromail.com.br</domain>

<displayName>SeguroMail</displayName>
<displayShortName>SeguroMail</displayShortName>

<incomingServer type="imap">
<hostname>imap.seguromail.com.br</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>

<incomingServer type="imap">
<hostname>imap.seguromail.com.br</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>

<incomingServer type="pop3">
<hostname>pop3.seguromail.com.br</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>

<outgoingServer type="smtp">
<hostname>smtp.seguromail.com.br</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>

<outgoingServer type="smtp">
<hostname>smtp.seguromail.com.br</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>

</emailProvider>
</clientConfig>