Git Product home page Git Product logo

realityripple / squirrelmail Goto Github PK

View Code? Open in Web Editor NEW
50.0 8.0 14.0 22.92 MB

๐ŸŒฐ๏ธ๐Ÿฟ๏ธ SquirrelMail GitHub Repository (PHP 7-OK!)

License: GNU General Public License v2.0

PHP 80.26% Perl 7.19% Shell 0.18% Roff 0.03% CSS 2.19% Smarty 8.94% Makefile 0.01% C 0.12% JavaScript 1.08%
squirrelmail php php7 php71 php72 php73 webmail webmail-client webmail-inbox email-client

squirrelmail's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.