Update website
This commit is contained in:
parent
7be93891e4
commit
fc7e870551
@ -5,7 +5,7 @@
|
|||||||
+-------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2019- | Co-organizers of workshops/colloquium of Action Dark Energy |
|
| 2019- | Co-organizers of workshops/colloquium of Action Dark Energy |
|
||||||
+-------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| 2022- | Co-lead of the Tools Working group for GDR CoPhy |
|
| 2022- | Co-lead of the Tools Working group for GDR CoPhy (https://cophy-tools.iap.fr) |
|
||||||
+-------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------+---------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
14
vendor/composer/installed.json
vendored
14
vendor/composer/installed.json
vendored
@ -1005,17 +1005,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpmailer/phpmailer",
|
"name": "phpmailer/phpmailer",
|
||||||
"version": "v6.9.2",
|
"version": "v6.9.3",
|
||||||
"version_normalized": "6.9.2.0",
|
"version_normalized": "6.9.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
||||||
"reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c"
|
"reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a7b17b42fa4887c92146243f3d2f4ccb962af17c",
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2f5c94fe7493efc213f643c23b1b1c249d40f47e",
|
||||||
"reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c",
|
"reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1045,7 +1045,7 @@
|
|||||||
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
||||||
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
||||||
},
|
},
|
||||||
"time": "2024-10-09T10:07:50+00:00",
|
"time": "2024-11-24T18:04:13+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1077,7 +1077,7 @@
|
|||||||
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
||||||
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.2"
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
10
vendor/composer/installed.php
vendored
10
vendor/composer/installed.php
vendored
@ -3,7 +3,7 @@
|
|||||||
'name' => 'lavaux/website',
|
'name' => 'lavaux/website',
|
||||||
'pretty_version' => 'dev-main',
|
'pretty_version' => 'dev-main',
|
||||||
'version' => 'dev-main',
|
'version' => 'dev-main',
|
||||||
'reference' => '38e14b517594081fae17a27fd67efd4e00f6cf90',
|
'reference' => 'c7a5031f23b0ec780720211274489d56d49ef91e',
|
||||||
'type' => 'project',
|
'type' => 'project',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
@ -94,7 +94,7 @@
|
|||||||
'lavaux/website' => array(
|
'lavaux/website' => array(
|
||||||
'pretty_version' => 'dev-main',
|
'pretty_version' => 'dev-main',
|
||||||
'version' => 'dev-main',
|
'version' => 'dev-main',
|
||||||
'reference' => '38e14b517594081fae17a27fd67efd4e00f6cf90',
|
'reference' => 'c7a5031f23b0ec780720211274489d56d49ef91e',
|
||||||
'type' => 'project',
|
'type' => 'project',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
@ -140,9 +140,9 @@
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
'phpmailer/phpmailer' => array(
|
'phpmailer/phpmailer' => array(
|
||||||
'pretty_version' => 'v6.9.2',
|
'pretty_version' => 'v6.9.3',
|
||||||
'version' => '6.9.2.0',
|
'version' => '6.9.3.0',
|
||||||
'reference' => 'a7b17b42fa4887c92146243f3d2f4ccb962af17c',
|
'reference' => '2f5c94fe7493efc213f643c23b1b1c249d40f47e',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
|
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
|
2
vendor/phpmailer/phpmailer/README.md
vendored
2
vendor/phpmailer/phpmailer/README.md
vendored
@ -162,7 +162,7 @@ To reduce PHPMailer's deployed code footprint, examples are not included if you
|
|||||||
|
|
||||||
Complete generated API documentation is [available online](https://phpmailer.github.io/PHPMailer/).
|
Complete generated API documentation is [available online](https://phpmailer.github.io/PHPMailer/).
|
||||||
|
|
||||||
You can generate complete API-level documentation by running `phpdoc` in the top-level folder, and documentation will appear in the `docs` folder, though you'll need to have [PHPDocumentor](https://www.phpdoc.org) installed. You may find [the unit tests](https://github.com/PHPMailer/PHPMailer/blob/master/test/PHPMailerTest.php) a good reference for how to do various operations such as encryption.
|
You can generate complete API-level documentation by running `phpdoc` in the top-level folder, and documentation will appear in the `docs` folder, though you'll need to have [PHPDocumentor](https://www.phpdoc.org) installed. You may find [the unit tests](https://github.com/PHPMailer/PHPMailer/blob/master/test/PHPMailer/PHPMailerTest.php) a good reference for how to do various operations such as encryption.
|
||||||
|
|
||||||
If the documentation doesn't cover what you need, search the [many questions on Stack Overflow](https://stackoverflow.com/questions/tagged/phpmailer), and before you ask a question about "SMTP Error: Could not connect to SMTP host.", [read the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting).
|
If the documentation doesn't cover what you need, search the [many questions on Stack Overflow](https://stackoverflow.com/questions/tagged/phpmailer), and before you ask a question about "SMTP Error: Could not connect to SMTP host.", [read the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting).
|
||||||
|
|
||||||
|
2
vendor/phpmailer/phpmailer/VERSION
vendored
2
vendor/phpmailer/phpmailer/VERSION
vendored
@ -1 +1 @@
|
|||||||
6.9.2
|
6.9.3
|
||||||
|
20
vendor/phpmailer/phpmailer/src/PHPMailer.php
vendored
20
vendor/phpmailer/phpmailer/src/PHPMailer.php
vendored
@ -253,7 +253,7 @@ class PHPMailer
|
|||||||
* You can set your own, but it must be in the format "<id@domain>",
|
* You can set your own, but it must be in the format "<id@domain>",
|
||||||
* as defined in RFC5322 section 3.6.4 or it will be ignored.
|
* as defined in RFC5322 section 3.6.4 or it will be ignored.
|
||||||
*
|
*
|
||||||
* @see https://tools.ietf.org/html/rfc5322#section-3.6.4
|
* @see https://www.rfc-editor.org/rfc/rfc5322#section-3.6.4
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@ -387,7 +387,7 @@ class PHPMailer
|
|||||||
* 'DELAY' will notify you if there is an unusual delay in delivery, but the actual
|
* 'DELAY' will notify you if there is an unusual delay in delivery, but the actual
|
||||||
* delivery's outcome (success or failure) is not yet decided.
|
* delivery's outcome (success or failure) is not yet decided.
|
||||||
*
|
*
|
||||||
* @see https://tools.ietf.org/html/rfc3461 See section 4.1 for more information about NOTIFY
|
* @see https://www.rfc-editor.org/rfc/rfc3461.html#section-4.1 for more information about NOTIFY
|
||||||
*/
|
*/
|
||||||
public $dsn = '';
|
public $dsn = '';
|
||||||
|
|
||||||
@ -756,7 +756,7 @@ class PHPMailer
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '6.9.2';
|
const VERSION = '6.9.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Error severity: message only, continue processing.
|
* Error severity: message only, continue processing.
|
||||||
@ -1871,7 +1871,7 @@ class PHPMailer
|
|||||||
*/
|
*/
|
||||||
protected static function isPermittedPath($path)
|
protected static function isPermittedPath($path)
|
||||||
{
|
{
|
||||||
//Matches scheme definition from https://tools.ietf.org/html/rfc3986#section-3.1
|
//Matches scheme definition from https://www.rfc-editor.org/rfc/rfc3986#section-3.1
|
||||||
return !preg_match('#^[a-z][a-z\d+.-]*://#i', $path);
|
return !preg_match('#^[a-z][a-z\d+.-]*://#i', $path);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2705,7 +2705,7 @@ class PHPMailer
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Only allow a custom message ID if it conforms to RFC 5322 section 3.6.4
|
//Only allow a custom message ID if it conforms to RFC 5322 section 3.6.4
|
||||||
//https://tools.ietf.org/html/rfc5322#section-3.6.4
|
//https://www.rfc-editor.org/rfc/rfc5322#section-3.6.4
|
||||||
if (
|
if (
|
||||||
'' !== $this->MessageID &&
|
'' !== $this->MessageID &&
|
||||||
preg_match(
|
preg_match(
|
||||||
@ -4910,7 +4910,7 @@ class PHPMailer
|
|||||||
* Uses the 'relaxed' algorithm from RFC6376 section 3.4.2.
|
* Uses the 'relaxed' algorithm from RFC6376 section 3.4.2.
|
||||||
* Canonicalized headers should *always* use CRLF, regardless of mailer setting.
|
* Canonicalized headers should *always* use CRLF, regardless of mailer setting.
|
||||||
*
|
*
|
||||||
* @see https://tools.ietf.org/html/rfc6376#section-3.4.2
|
* @see https://www.rfc-editor.org/rfc/rfc6376#section-3.4.2
|
||||||
*
|
*
|
||||||
* @param string $signHeader Header
|
* @param string $signHeader Header
|
||||||
*
|
*
|
||||||
@ -4922,7 +4922,7 @@ class PHPMailer
|
|||||||
$signHeader = static::normalizeBreaks($signHeader, self::CRLF);
|
$signHeader = static::normalizeBreaks($signHeader, self::CRLF);
|
||||||
//Unfold header lines
|
//Unfold header lines
|
||||||
//Note PCRE \s is too broad a definition of whitespace; RFC5322 defines it as `[ \t]`
|
//Note PCRE \s is too broad a definition of whitespace; RFC5322 defines it as `[ \t]`
|
||||||
//@see https://tools.ietf.org/html/rfc5322#section-2.2
|
//@see https://www.rfc-editor.org/rfc/rfc5322#section-2.2
|
||||||
//That means this may break if you do something daft like put vertical tabs in your headers.
|
//That means this may break if you do something daft like put vertical tabs in your headers.
|
||||||
$signHeader = preg_replace('/\r\n[ \t]+/', ' ', $signHeader);
|
$signHeader = preg_replace('/\r\n[ \t]+/', ' ', $signHeader);
|
||||||
//Break headers out into an array
|
//Break headers out into an array
|
||||||
@ -4954,7 +4954,7 @@ class PHPMailer
|
|||||||
* Uses the 'simple' algorithm from RFC6376 section 3.4.3.
|
* Uses the 'simple' algorithm from RFC6376 section 3.4.3.
|
||||||
* Canonicalized bodies should *always* use CRLF, regardless of mailer setting.
|
* Canonicalized bodies should *always* use CRLF, regardless of mailer setting.
|
||||||
*
|
*
|
||||||
* @see https://tools.ietf.org/html/rfc6376#section-3.4.3
|
* @see https://www.rfc-editor.org/rfc/rfc6376#section-3.4.3
|
||||||
*
|
*
|
||||||
* @param string $body Message Body
|
* @param string $body Message Body
|
||||||
*
|
*
|
||||||
@ -4990,7 +4990,7 @@ class PHPMailer
|
|||||||
$DKIMquery = 'dns/txt'; //Query method
|
$DKIMquery = 'dns/txt'; //Query method
|
||||||
$DKIMtime = time();
|
$DKIMtime = time();
|
||||||
//Always sign these headers without being asked
|
//Always sign these headers without being asked
|
||||||
//Recommended list from https://tools.ietf.org/html/rfc6376#section-5.4.1
|
//Recommended list from https://www.rfc-editor.org/rfc/rfc6376#section-5.4.1
|
||||||
$autoSignHeaders = [
|
$autoSignHeaders = [
|
||||||
'from',
|
'from',
|
||||||
'to',
|
'to',
|
||||||
@ -5096,7 +5096,7 @@ class PHPMailer
|
|||||||
}
|
}
|
||||||
//The DKIM-Signature header is included in the signature *except for* the value of the `b` tag
|
//The DKIM-Signature header is included in the signature *except for* the value of the `b` tag
|
||||||
//which is appended after calculating the signature
|
//which is appended after calculating the signature
|
||||||
//https://tools.ietf.org/html/rfc6376#section-3.5
|
//https://www.rfc-editor.org/rfc/rfc6376#section-3.5
|
||||||
$dkimSignatureHeader = 'DKIM-Signature: v=1;' .
|
$dkimSignatureHeader = 'DKIM-Signature: v=1;' .
|
||||||
' d=' . $this->DKIM_domain . ';' .
|
' d=' . $this->DKIM_domain . ';' .
|
||||||
' s=' . $this->DKIM_selector . ';' . static::$LE .
|
' s=' . $this->DKIM_selector . ';' . static::$LE .
|
||||||
|
2
vendor/phpmailer/phpmailer/src/POP3.php
vendored
2
vendor/phpmailer/phpmailer/src/POP3.php
vendored
@ -46,7 +46,7 @@ class POP3
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '6.9.2';
|
const VERSION = '6.9.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default POP3 port number.
|
* Default POP3 port number.
|
||||||
|
12
vendor/phpmailer/phpmailer/src/SMTP.php
vendored
12
vendor/phpmailer/phpmailer/src/SMTP.php
vendored
@ -35,7 +35,7 @@ class SMTP
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '6.9.2';
|
const VERSION = '6.9.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SMTP line break constant.
|
* SMTP line break constant.
|
||||||
@ -62,7 +62,7 @@ class SMTP
|
|||||||
* The maximum line length allowed by RFC 5321 section 4.5.3.1.6,
|
* The maximum line length allowed by RFC 5321 section 4.5.3.1.6,
|
||||||
* *excluding* a trailing CRLF break.
|
* *excluding* a trailing CRLF break.
|
||||||
*
|
*
|
||||||
* @see https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6
|
* @see https://www.rfc-editor.org/rfc/rfc5321#section-4.5.3.1.6
|
||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
@ -72,7 +72,7 @@ class SMTP
|
|||||||
* The maximum line length allowed for replies in RFC 5321 section 4.5.3.1.5,
|
* The maximum line length allowed for replies in RFC 5321 section 4.5.3.1.5,
|
||||||
* *including* a trailing CRLF line break.
|
* *including* a trailing CRLF line break.
|
||||||
*
|
*
|
||||||
* @see https://tools.ietf.org/html/rfc5321#section-4.5.3.1.5
|
* @see https://www.rfc-editor.org/rfc/rfc5321#section-4.5.3.1.5
|
||||||
*
|
*
|
||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
@ -373,7 +373,7 @@ class SMTP
|
|||||||
}
|
}
|
||||||
//Anything other than a 220 response means something went wrong
|
//Anything other than a 220 response means something went wrong
|
||||||
//RFC 5321 says the server will wait for us to send a QUIT in response to a 554 error
|
//RFC 5321 says the server will wait for us to send a QUIT in response to a 554 error
|
||||||
//https://tools.ietf.org/html/rfc5321#section-3.1
|
//https://www.rfc-editor.org/rfc/rfc5321#section-3.1
|
||||||
if ($responseCode === 554) {
|
if ($responseCode === 554) {
|
||||||
$this->quit();
|
$this->quit();
|
||||||
}
|
}
|
||||||
@ -582,7 +582,7 @@ class SMTP
|
|||||||
}
|
}
|
||||||
//Send encoded username and password
|
//Send encoded username and password
|
||||||
if (
|
if (
|
||||||
//Format from https://tools.ietf.org/html/rfc4616#section-2
|
//Format from https://www.rfc-editor.org/rfc/rfc4616#section-2
|
||||||
//We skip the first field (it's forgery), so the string starts with a null byte
|
//We skip the first field (it's forgery), so the string starts with a null byte
|
||||||
!$this->sendCommand(
|
!$this->sendCommand(
|
||||||
'User & Password',
|
'User & Password',
|
||||||
@ -795,7 +795,7 @@ class SMTP
|
|||||||
//Send the lines to the server
|
//Send the lines to the server
|
||||||
foreach ($lines_out as $line_out) {
|
foreach ($lines_out as $line_out) {
|
||||||
//Dot-stuffing as per RFC5321 section 4.5.2
|
//Dot-stuffing as per RFC5321 section 4.5.2
|
||||||
//https://tools.ietf.org/html/rfc5321#section-4.5.2
|
//https://www.rfc-editor.org/rfc/rfc5321#section-4.5.2
|
||||||
if (!empty($line_out) && $line_out[0] === '.') {
|
if (!empty($line_out) && $line_out[0] === '.') {
|
||||||
$line_out = '.' . $line_out;
|
$line_out = '.' . $line_out;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user