[PR #105] [MERGED] Update mysqlclient requirement from <2.1.2 to <2.2.1 #105

Closed
opened 2026-02-27 11:09:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/105
Author: @dependabot[bot]
Created: 6/23/2023
Status: Merged
Merged: 7/21/2023
Merged by: @tonioo

Base: masterHead: dependabot/pip/mysqlclient-lt-2.2.1


📝 Commits (1)

  • c0f2db2 Update mysqlclient requirement from <2.1.2 to <2.2.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 test-requirements.txt (+1 -1)

📄 Description

Updates the requirements on mysqlclient to permit the latest version.

Release notes

Sourced from mysqlclient's releases.

v2.2.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from mysqlclient's changelog.

What's new in 2.2.0

Release: 2023-06-22

  • Use pkg-config instead of mysql_config (#586)
  • Raise ProgrammingError on -inf (#557)
  • Raise IntegrityError for ER_BAD_NULL. (#579)
  • Windows: Use MariaDB Connector/C 3.3.4 (#585)
  • Use pkg-config instead of mysql_config (#586)
  • Add collation option (#564)
  • Drop Python 3.7 support (#593)
  • Use pyproject.toml for build (#598)
  • Add Cursor.mogrify (#477)
  • Partial support of ssl_mode option with mariadbclient (#475)
  • Discard remaining results without creating Python objects (#601)
  • Fix executemany with binary prefix (#605)

====================== What's new in 2.1.1

Release: 2022-06-22

  • Fix qualname of exception classes. (#522)
  • Fix range check in MySQLdb._mysql.result.fetch_row(). Invalid how argument caused SEGV. (#538)
  • Fix docstring of _mysql.connect. (#540)
  • Windows: Binary wheels are updated. (#541)
    • Use MariaDB Connector/C 3.3.1.
    • Use cibuildwheel to build wheels.
    • Python 3.8-3.11

====================== What's new in 2.1.0

Release: 2021-11-17

  • Add multistatement=True option. You can disable multi statement. (#500).
  • Remove unnecessary bytes encoder which is remained for Django 1.11 compatibility (#490).
  • Deprecate passwd and db keyword. Use password and database instead. (#488).
  • Windows: Binary wheels are built with MariaDB Connector/C 3.2.4. (#508)
  • set_character_set() sends SET NAMES query always. This means all new connections send it too. This solves compatibility issues when server and client library are different version. (#509)
  • Remove escape() and escape_string() from MySQLdb package. (#511)
  • Add Python 3.10 support and drop Python 3.5 support.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa-postfix-autoreply/pull/105 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/23/2023 **Status:** ✅ Merged **Merged:** 7/21/2023 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/mysqlclient-lt-2.2.1` --- ### 📝 Commits (1) - [`c0f2db2`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/c0f2db2b54245a8ac466c67a6928e9c5f96706ff) Update mysqlclient requirement from <2.1.2 to <2.2.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `test-requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [mysqlclient](https://github.com/PyMySQL/mysqlclient) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyMySQL/mysqlclient/releases">mysqlclient's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <h2>What's Changed</h2> <ul> <li>Actions: Drop Python 3.6 and add 3.11-dev by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/542">PyMySQL/mysqlclient#542</a></li> <li>docs: fix simple typo, portible -&gt; portable by <a href="https://github.com/timgates42"><code>@​timgates42</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/547">PyMySQL/mysqlclient#547</a></li> <li>Update python_requires to match supported python versions by <a href="https://github.com/gopackgo90"><code>@​gopackgo90</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/543">PyMySQL/mysqlclient#543</a></li> <li>Raise ProgrammingError on -inf by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/557">PyMySQL/mysqlclient#557</a></li> <li>Swap 3.11-dev for 3.11 in CI by <a href="https://github.com/joshuadavidthomas"><code>@​joshuadavidthomas</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/561">PyMySQL/mysqlclient#561</a></li> <li>Add CodeQL workflow for GitHub code scanning by <a href="https://github.com/lgtm-com"><code>@​lgtm-com</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/565">PyMySQL/mysqlclient#565</a></li> <li>ER_BAD_NULL should be IntegrityError. by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/579">PyMySQL/mysqlclient#579</a></li> <li>Update windows build workflow by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/585">PyMySQL/mysqlclient#585</a></li> <li>Use pkg-config instead of mysql_config by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/586">PyMySQL/mysqlclient#586</a></li> <li>Remove uneeded code. by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/512">PyMySQL/mysqlclient#512</a></li> <li>Add collation option by <a href="https://github.com/vsalvino"><code>@​vsalvino</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/564">PyMySQL/mysqlclient#564</a></li> <li>Start 2.2.0 development by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/587">PyMySQL/mysqlclient#587</a></li> <li>Action: Use Ruff by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/588">PyMySQL/mysqlclient#588</a></li> <li>Run pyupgrade --py38-plus by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/590">PyMySQL/mysqlclient#590</a></li> <li>Update workflows by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/593">PyMySQL/mysqlclient#593</a></li> <li>Update Django test workflow by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/594">PyMySQL/mysqlclient#594</a></li> <li>CI: Update codeql build. by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/595">PyMySQL/mysqlclient#595</a></li> <li>Improved exception handling when importing the module by <a href="https://github.com/piglei"><code>@​piglei</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/596">PyMySQL/mysqlclient#596</a></li> <li>CI: Fix django workflow by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/597">PyMySQL/mysqlclient#597</a></li> <li>Use pyproject.toml by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/598">PyMySQL/mysqlclient#598</a></li> <li>Add Cursor.mogrify(). by <a href="https://github.com/steveteahan"><code>@​steveteahan</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/477">PyMySQL/mysqlclient#477</a></li> <li>Add ability to customize ssl mode settings by <a href="https://github.com/thereisnosun"><code>@​thereisnosun</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/475">PyMySQL/mysqlclient#475</a></li> <li>Use src-layout. by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/600">PyMySQL/mysqlclient#600</a></li> <li>Discard results without converting them into Python objects. by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/601">PyMySQL/mysqlclient#601</a></li> <li>Fix sphinx warnings by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/602">PyMySQL/mysqlclient#602</a></li> <li>Release GIL during result.discard() by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/604">PyMySQL/mysqlclient#604</a></li> <li>Fix executemany with binary prefix by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/605">PyMySQL/mysqlclient#605</a></li> <li>CI: Fix Django test by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/606">PyMySQL/mysqlclient#606</a></li> <li>Fix Connection.escape() with Unicode input by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/608">PyMySQL/mysqlclient#608</a></li> <li>fix: fix sslmode typo by <a href="https://github.com/mschoettle"><code>@​mschoettle</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/609">PyMySQL/mysqlclient#609</a></li> <li>CI: Update Django test workflow by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/610">PyMySQL/mysqlclient#610</a></li> <li>Release v2.2.0rc1 by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/607">PyMySQL/mysqlclient#607</a></li> <li>CI: Use MariaDB by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/611">PyMySQL/mysqlclient#611</a></li> <li>ci: Run django test after our test by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/612">PyMySQL/mysqlclient#612</a></li> <li>Configure Renovate by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/616">PyMySQL/mysqlclient#616</a></li> <li>Release v2.2.0 by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/618">PyMySQL/mysqlclient#618</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gopackgo90"><code>@​gopackgo90</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/543">PyMySQL/mysqlclient#543</a></li> <li><a href="https://github.com/joshuadavidthomas"><code>@​joshuadavidthomas</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/561">PyMySQL/mysqlclient#561</a></li> <li><a href="https://github.com/lgtm-com"><code>@​lgtm-com</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/565">PyMySQL/mysqlclient#565</a></li> <li><a href="https://github.com/vsalvino"><code>@​vsalvino</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/564">PyMySQL/mysqlclient#564</a></li> <li><a href="https://github.com/piglei"><code>@​piglei</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/596">PyMySQL/mysqlclient#596</a></li> <li><a href="https://github.com/steveteahan"><code>@​steveteahan</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/477">PyMySQL/mysqlclient#477</a></li> <li><a href="https://github.com/thereisnosun"><code>@​thereisnosun</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/475">PyMySQL/mysqlclient#475</a></li> <li><a href="https://github.com/mschoettle"><code>@​mschoettle</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/609">PyMySQL/mysqlclient#609</a></li> <li><a href="https://github.com/renovate"><code>@​renovate</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/616">PyMySQL/mysqlclient#616</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst">mysqlclient's changelog</a>.</em></p> <blockquote> <h1>What's new in 2.2.0</h1> <p>Release: 2023-06-22</p> <ul> <li>Use <code>pkg-config</code> instead of <code>mysql_config</code> (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/586">#586</a>)</li> <li>Raise ProgrammingError on -inf (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/557">#557</a>)</li> <li>Raise IntegrityError for ER_BAD_NULL. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/579">#579</a>)</li> <li>Windows: Use MariaDB Connector/C 3.3.4 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/585">#585</a>)</li> <li>Use pkg-config instead of mysql_config (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/586">#586</a>)</li> <li>Add collation option (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/564">#564</a>)</li> <li>Drop Python 3.7 support (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/593">#593</a>)</li> <li>Use pyproject.toml for build (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/598">#598</a>)</li> <li>Add Cursor.mogrify (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/477">#477</a>)</li> <li>Partial support of ssl_mode option with mariadbclient (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/475">#475</a>)</li> <li>Discard remaining results without creating Python objects (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/601">#601</a>)</li> <li>Fix executemany with binary prefix (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/605">#605</a>)</li> </ul> <h1>====================== What's new in 2.1.1</h1> <p>Release: 2022-06-22</p> <ul> <li>Fix qualname of exception classes. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/522">#522</a>)</li> <li>Fix range check in <code>MySQLdb._mysql.result.fetch_row()</code>. Invalid <code>how</code> argument caused SEGV. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/538">#538</a>)</li> <li>Fix docstring of <code>_mysql.connect</code>. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/540">#540</a>)</li> <li>Windows: Binary wheels are updated. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/541">#541</a>) <ul> <li>Use MariaDB Connector/C 3.3.1.</li> <li>Use cibuildwheel to build wheels.</li> <li>Python 3.8-3.11</li> </ul> </li> </ul> <h1>====================== What's new in 2.1.0</h1> <p>Release: 2021-11-17</p> <ul> <li>Add <code>multistatement=True</code> option. You can disable multi statement. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/500">#500</a>).</li> <li>Remove unnecessary bytes encoder which is remained for Django 1.11 compatibility (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/490">#490</a>).</li> <li>Deprecate <code>passwd</code> and <code>db</code> keyword. Use <code>password</code> and <code>database</code> instead. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/488">#488</a>).</li> <li>Windows: Binary wheels are built with MariaDB Connector/C 3.2.4. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/508">#508</a>)</li> <li><code>set_character_set()</code> sends <code>SET NAMES</code> query always. This means all new connections send it too. This solves compatibility issues when server and client library are different version. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/509">#509</a>)</li> <li>Remove <code>escape()</code> and <code>escape_string()</code> from <code>MySQLdb</code> package. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/511">#511</a>)</li> <li>Add Python 3.10 support and drop Python 3.5 support.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/1e1405587caf250b2fddff8ae5e45e17e5adccda"><code>1e14055</code></a> Release v2.2.0 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/618">#618</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/ae1a098930994a291158cbf8858a65578e40d65b"><code>ae1a098</code></a> Configure Renovate (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/616">#616</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/d05a00eebc62fa22f5661fd7f61c2b250b0ec9b4"><code>d05a00e</code></a> ci: Run django test after our test (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/612">#612</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/c650aa0d4ff3280045a2b776b012720094d35855"><code>c650aa0</code></a> CI: Use MariaDB (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/611">#611</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/d48c8524cbf51378d868328e83af78855533c9cd"><code>d48c852</code></a> CI: Fix Windows wheel build workflow</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/640fe6de2a40f9e9600bad4e0be1465cae8f0f10"><code>640fe6d</code></a> Release v2.2.0rc1 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/607">#607</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/5dfab4d9c5c5bc141eb66ea761efe7a7b51e1956"><code>5dfab4d</code></a> CI: Update Django test workflow (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/610">#610</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/398208f8c8322bc3604801ae26c4f7d742651b20"><code>398208f</code></a> Fix mariadbclient SSL support (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/609">#609</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/ba859845051680031153735f0bb1fedbf7f0a302"><code>ba85984</code></a> Update README.md</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/b162dddcf318ddc0362a6c008d4ad165797ab9bb"><code>b162ddd</code></a> Fix Connection.escape() with Unicode input (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/608">#608</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PyMySQL/mysqlclient/compare/MySQLdb-0.3.3...v2.2.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:09:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-postfix-autoreply-modoboa#105
No description provided.