<scripttype="application/ld+json">{"@context":"https://schema.org","@type":"Service","name":"<?php echo _('E-Mail and XMPP'); ?>","description":"<?php echo _('Get a free and anonymous E-Mail address and an XMPP/Jabber account'); ?>","availableChannel":{"@type":"ServiceChannel","serviceUrl":"<?php echo CANONICAL_URL; ?>"}}</script>
<p><?phpprintf(_('You get a free anonymous E-Mail address and an XMPP/Jabber account using the same details. Your Jabber ID is user@%1$s and can be connected to directly from clearnet or via Tor hidden service (%2$s).'),CLEARNET_SERVER,ONION_SERVER);?></p>
<p><?phpprintf(_('You will have 50MB of disk space available for your mails. If you need more space, just <a href="%1$s">contact me</a>. Your E-Mail address will be %2$s'),CONTACT_URL,CLEARNET_SERVER);?></p>
<p><?phpecho_('For privacy, please use PGP mail encryption, if you can. This prevents others from reading your mails to protect your privacy. You can <a href="https://gnupg.org/download/index.html" target="_blank" rel="noopener noreferrer">download GnuPG</a> or similar software for it. Once you have generated your PGP key, you can <a href="manage_account.php">add it to your account</a> to make use of WKD automatic discovery for mail clients.');?></p>
<p><?phpecho_('You can choose between two Web-Mail clients installed on the server. <a href="squirrelmail/src/login.php">SquirrelMail</a> is a very old mail client which works without any JavaScript and is thus the most popular mail client among darknet users. However, it hasn\'t been under development for many years and does not support all features that mail has to offer. You may see strange attachments that should have been inlined in your email, such as PGP/MIME encrypted email messages. A more modern client is <a href="snappymail/">SnappyMail</a>, which also supports PGP encryption within your browser and is more similar to what you may be used to from other mail services. SnappyMail requires JavaScript though, so SquirrelMail is for you if you do not trust executing JavaScript in your browser. Alternatively, you can simply use your favourite desktop mail client and configure it with the settings given below.');?></p>
<p><?phpecho_('The XMPP service provides message archiving and HTTP upload, which can keep your messages and files for up to 1 week. Up to 100MB of file storage is available per user.');?></p>
<?phpprintf(_('SMTP: %s Port 465 (SSL/TLS) or 587 (StartTLS)'),CLEARNET_SERVER);?><br>
<?phpprintf(_('IMAP: %s Port 993 (SSL/TLS) or 143 (StartTLS)'),CLEARNET_SERVER);?><br>
<?phpprintf(_('POP3: %s Port 995 (SSL/TLS) or 110 (StartTLS)'),CLEARNET_SERVER);?><br>
<?phpecho_('Authentication: PLAIN, LOGIN');?>
</p>
<p><?phpprintf(_('You can also connect on the same ports via the Tor onion address %s, but you will have to accept an SSL certificate only valid for the clearnet domain.'),ONION_SERVER);?></p>