All Projects → RealityRipple → squirrelmail

RealityRipple / squirrelmail

Licence: GPL-2.0 license
🌰️🐿️ SquirrelMail GitHub Repository (PHP 7-OK!)

Programming Languages

PHP
23972 projects - #3 most used programming language
Smarty
1635 projects
perl
6916 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to squirrelmail

enough mail
IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Stars: ✭ 78 (+85.71%)
Mutual labels:  imap, smtp, pop3, pop3-client, smtp-client, imap-client
Mailkit
A cross-platform .NET library for IMAP, POP3, and SMTP.
Stars: ✭ 4,477 (+10559.52%)
Mutual labels:  imap, smtp, pop3, pop3-client, smtp-client, imap-client
Mailu
Insular email distribution - mail server as Docker images
Stars: ✭ 3,151 (+7402.38%)
Mutual labels:  imap, smtp, webmail, pop3
Magma
The magma server daemon, is an encrypted email system with support for SMTP, POP, IMAP, HTTP and MOLTEN,. Additional support for DMTP and DMAP is currently in active development.
Stars: ✭ 1,740 (+4042.86%)
Mutual labels:  imap, smtp, webmail
fapro
Fake Protocol Server
Stars: ✭ 1,338 (+3085.71%)
Mutual labels:  imap, smtp, pop3
autoconfig
The ISPDB, Thunderbird's database of mail configuration files.
Stars: ✭ 25 (-40.48%)
Mutual labels:  imap, smtp, pop3
Cypht
Cypht: Lightweight Open Source webmail written in PHP and JavaScript
Stars: ✭ 628 (+1395.24%)
Mutual labels:  imap, smtp, webmail
dokku-posteio
Poste.io plugin for Dokku
Stars: ✭ 27 (-35.71%)
Mutual labels:  imap, smtp, pop3
Mailozaurr
Mailozaurr is a PowerShell module that aims to provide SMTP, POP3, IMAP and probably some other ways to interact with Email. Underneath it uses MimeKit and MailKit libraries written by Jeffrey Stedfast.
Stars: ✭ 107 (+154.76%)
Mutual labels:  imap, smtp, pop3
Rainloop Webmail
Simple, modern & fast web-based email client
Stars: ✭ 3,618 (+8514.29%)
Mutual labels:  imap, smtp, webmail
Neutron
Self-hosted server for the ProtonMail client
Stars: ✭ 452 (+976.19%)
Mutual labels:  imap, smtp, webmail
imail
small mail server
Stars: ✭ 88 (+109.52%)
Mutual labels:  imap, smtp, pop3
ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (+85.71%)
Mutual labels:  imap, smtp, email-client
Excision-Mail
Fullstack, security focused mailserver based on OpenSMTPD for OpenBSD using ansible
Stars: ✭ 108 (+157.14%)
Mutual labels:  imap, smtp, pop3
Mail
💌 Mail app for Nextcloud
Stars: ✭ 528 (+1157.14%)
Mutual labels:  imap, smtp, webmail
Neomutt
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
Stars: ✭ 2,343 (+5478.57%)
Mutual labels:  imap, smtp, pop3
Opaquemail
.NET email library and proxy supporting IMAP, POP3, and SMTP with S/MIME and PGP.
Stars: ✭ 91 (+116.67%)
Mutual labels:  imap, smtp
Esp32 Mail Client
The complete and secured Mail Client for ESP32, sending and reading the E-mail through the SMTP and IMAP servers.
Stars: ✭ 79 (+88.1%)
Mutual labels:  imap, smtp
imap-honey
IMAP or SMTP honeypot written in Golang
Stars: ✭ 22 (-47.62%)
Mutual labels:  imap, smtp
Docker Mailserver
Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.
Stars: ✭ 8,115 (+19221.43%)
Mutual labels:  imap, smtp

SqirrelMail 1.5.2

A version of SquirrelMail for PHP 7.0 and above with additional changes for compatibility or security reasons.

This version contains the following changes:

  • Legacy constructors replaced with __construct.
  • While/List/Each are now ForEach.
  • Instances of mt_rand are now cryptographically secure, using random_int.
  • Message IDs are generated differently.
    • The ID is now a Version 5 UUID based off 64 cryptographically secure random bytes.
    • The domain now matches the value of the username variable, if it contains an "@". Otherwise, it falls back to the SERVER_NAME variable like normal.
  • Instances of SizeOf are now StrLen because PHP is not C.
  • Instances of create_function are now inline functions.
  • The X-Frame-Options: SAMEORIGIN header has been replaced with CSP's frame-ancestors header. This is set based on the provider_uri preference, and accepts any http or https domains or subdomains that match.
    • A new variable in the config will be added at a later point.
  • SCRAM support for SMTP and IMAP logins, supporting any hash algorithm PHP supports (with checks against HMAC list on 7.2+).
  • Optional parameters corrected for PHP 8.0.

Additionally, some minor fixes that would cause warnings or strange failures have also been resolved. Changes to the official source code are tracked in the trunk branch and merged with master as soon as possible. I'm looking into a way to automate this process.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].