From a6492d7b0f3af4350b0fc09691700493f6c29eba Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:06:20 +0000 Subject: [PATCH] Update repository URLs to nextgen-networks while preserving issue/pull links Replaced references to the-djmaze/snappymail with nextgen-networks/snappymail/ across the repository, excluding README files. Per user request: - README files are left untouched. - Links containing /issues/ and /pull/ are left as they are (pointing to the-djmaze). - All other links, including those to /releases/, /wiki/, /discussions/, /blob/, /tree/, and bare repo URLs, are updated to point to the new nextgen-networks repository. - Bare web URLs include a trailing slash. - .git and git:// URLs are updated to the new organization. - Screenshots and raw content links are updated. Co-authored-by: nextgen-networks <21206978+nextgen-networks@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CHANGELOG.md | 8 ++++---- cli/release.php | 2 +- examples/eml/tnef.eml | 2 +- integrations/cloudron/Dockerfile | 2 +- integrations/nextcloud/snappymail/appinfo/info.xml | 14 +++++++------- integrations/owncloud/snappymail/appinfo/info.xml | 10 +++++----- integrations/virtualmin/snappymail.pl | 2 +- plugins/auto-domain-grab/index.php | 2 +- plugins/login-gmail/index.php | 2 +- plugins/login-o365/index.php | 2 +- .../templates/Views/Admin/AdminSettingsAbout.html | 4 ++-- .../Views/Admin/AdminSettingsGeneral.html | 4 ++-- .../app/templates/Views/Admin/PopupsDomain.html | 2 +- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 998692964..9c16abc7e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -31,7 +31,7 @@ If applicable, add screenshots to help explain your problem. - Mode: [e.g. standalone, nextcloud, cyberpanel, docker] **Debug/logging information** -[Read here how to log](https://github.com/the-djmaze/snappymail/wiki/FAQ#how-do-i-enable-logging) +[Read here how to log](https://github.com/nextgen-networks/snappymail/wiki/FAQ#how-do-i-enable-logging) - [ ] I've placed them here (few lines) or as attachments (many lines) **Additional context** diff --git a/CHANGELOG.md b/CHANGELOG.md index d31a1b771..0809a39c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,7 @@ ### Fixed - mXSS exploit found by SonarSource - [CVE-2024-45800](https://github.com/the-djmaze/snappymail/security/advisories/GHSA-2rq7-79vp-ffxm) + [CVE-2024-45800](https://github.com/nextgen-networks/snappymail/security/advisories/GHSA-2rq7-79vp-ffxm) - Call to a member function Email() on null [#1706](https://github.com/the-djmaze/snappymail/issues/1706) - IMAP capabilities via IMAP Proxy @@ -202,7 +202,7 @@ ### Added - Customize private key passphrase expiration interval - [#1545](https://github.com/the-djmaze/snappymail/discussions/1545) + [#1545](https://github.com/nextgen-networks/snappymail/discussions/1545) - AdvancedSearch support for filtering mails before a given date [#1606](https://github.com/the-djmaze/snappymail/pull/1606) by @codiflow - Control valid spam and virus headers @@ -411,9 +411,9 @@ [#1458](https://github.com/the-djmaze/snappymail/issues/1458) - Automatically verify PGP and S/MIME signed messages - TNEFDecoder for - [#1012](https://github.com/the-djmaze/snappymail/discussions/1012) + [#1012](https://github.com/nextgen-networks/snappymail/discussions/1012) - RTF to HTML converter for - [#1012](https://github.com/the-djmaze/snappymail/discussions/1012) + [#1012](https://github.com/nextgen-networks/snappymail/discussions/1012) - Polyfill for PHP ctype [#1250](https://github.com/the-djmaze/snappymail/issues/1250) diff --git a/cli/release.php b/cli/release.php index 0094a083d..5a0e12b07 100755 --- a/cli/release.php +++ b/cli/release.php @@ -269,7 +269,7 @@ if (isset($options['sign'])) { if (isset($options['debian'])) { passthru('gpg --local-user 1016E47079145542F8BA133548208BA13290F3EB --armor --detach-sign ' . escapeshellarg(ROOT_DIR . "/build/dist/releases/webmail/{$package->version}/" . basename(DEB_DEST_DIR.'.deb')), $return_var); - // https://github.com/nextgen-networks/snappymail/issues/185#issuecomment-1059420588 + // https://github.com/the-djmaze/snappymail/issues/185#issuecomment-1059420588 passthru('gpg --local-user 1016E47079145542F8BA133548208BA13290F3EB --digest-algo SHA512 --clearsign --output ' . escapeshellarg(ROOT_DIR . "/build/dist/releases/webmail/{$package->version}/InRelease") . ' ' . escapeshellarg(ROOT_DIR . "/build/dist/releases/webmail/{$package->version}/Release"), $return_var); diff --git a/examples/eml/tnef.eml b/examples/eml/tnef.eml index 7709e9ada..9432fc4ce 100644 --- a/examples/eml/tnef.eml +++ b/examples/eml/tnef.eml @@ -10,7 +10,7 @@ Content-Type: text/plain; charset=us-ascii; format=flowed Test message body with example TNEF part from https://github.com/Yeraze/ytnef -https://github.com/the-djmaze/snappymail/discussions/1012 +https://github.com/nextgen-networks/snappymail/discussions/1012 --=-2UbcDuksJBAwUNBNW7UD Content-Type: application/vnd.ms-tnef diff --git a/integrations/cloudron/Dockerfile b/integrations/cloudron/Dockerfile index a3d442e96..94316c469 100644 --- a/integrations/cloudron/Dockerfile +++ b/integrations/cloudron/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app/code # If you change the extraction below, be sure to test on scaleway VERSION=2.38.2 -RUN wget https://github.com/the-djmaze/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \ +RUN wget https://github.com/nextgen-networks/snappymail/releases/download/v${VERSION}/snappymail-${VERSION}.zip -O /tmp/snappymail.zip && \ unzip /tmp/snappymail.zip -d /app/code && \ rm /tmp/snappymail.zip && \ find /app/code/snappymail -type d -exec chmod 755 {} \; && \ diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index b1a67e0b1..44e402778 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -25,19 +25,19 @@ There, click on the link to go to the SnappyMail admin panel. ]]> SnappyMail - https://github.com/the-djmaze/snappymail/blob/master/integrations/nextcloud/snappymail/README.md - https://github.com/the-djmaze/snappymail/wiki/Admin-Manual - https://github.com/the-djmaze/snappymail/wiki/Developer-Documentation - https://github.com/the-djmaze/snappymail/wiki + https://github.com/nextgen-networks/snappymail/blob/master/integrations/nextcloud/snappymail/README.md + https://github.com/nextgen-networks/snappymail/wiki/Admin-Manual + https://github.com/nextgen-networks/snappymail/wiki/Developer-Documentation + https://github.com/nextgen-networks/snappymail/wiki integration office search social - https://raw.githubusercontent.com/the-djmaze/snappymail/master/integrations/nextcloud/screenshots/inbox.jpg + https://raw.githubusercontent.com/nextgen-networks/snappymail/master/integrations/nextcloud/screenshots/inbox.jpg https://snappymail.eu - https://github.com/the-djmaze/snappymail/discussions - https://github.com/the-djmaze/snappymail/tree/master/integrations/nextcloud + https://github.com/nextgen-networks/snappymail/discussions + https://github.com/nextgen-networks/snappymail/tree/master/integrations/nextcloud https://github.com/the-djmaze/snappymail/issues diff --git a/integrations/owncloud/snappymail/appinfo/info.xml b/integrations/owncloud/snappymail/appinfo/info.xml index 84ce9cb7f..1b9092eb8 100644 --- a/integrations/owncloud/snappymail/appinfo/info.xml +++ b/integrations/owncloud/snappymail/appinfo/info.xml @@ -22,17 +22,17 @@ There, click on the link to go to the SnappyMail admin panel. ]]> SnappyMail - https://github.com/the-djmaze/snappymail/blob/master/integrations/owncloud/snappymail/README.md - https://github.com/the-djmaze/snappymail/wiki + https://github.com/nextgen-networks/snappymail/blob/master/integrations/owncloud/snappymail/README.md + https://github.com/nextgen-networks/snappymail/wiki integration office search social - https://raw.githubusercontent.com/the-djmaze/snappymail/master/integrations/owncloud/screenshots/inbox.jpg + https://raw.githubusercontent.com/nextgen-networks/snappymail/master/integrations/owncloud/screenshots/inbox.jpg https://snappymail.eu - https://github.com/the-djmaze/snappymail/discussions - https://github.com/the-djmaze/snappymail/tree/master/integrations/owncloud + https://github.com/nextgen-networks/snappymail/discussions + https://github.com/nextgen-networks/snappymail/tree/master/integrations/owncloud https://github.com/the-djmaze/snappymail/issues diff --git a/integrations/virtualmin/snappymail.pl b/integrations/virtualmin/snappymail.pl index c3fcc7ab5..61cba8f47 100644 --- a/integrations/virtualmin/snappymail.pl +++ b/integrations/virtualmin/snappymail.pl @@ -153,7 +153,7 @@ sub script_snappymail_files local ($d, $ver, $opts, $upgrade) = @_; local @files = ( { 'name' => "source", 'file' => "snappymail-$ver.tar.gz", - 'url' => "https://github.com/the-djmaze/snappymail/releases/download/v${ver}/snappymail-${ver}.tar.gz" }, + 'url' => "https://github.com/nextgen-networks/snappymail/releases/download/v${ver}/snappymail-${ver}.tar.gz" }, ); return @files; } diff --git a/plugins/auto-domain-grab/index.php b/plugins/auto-domain-grab/index.php index ee2458948..5fea19cb2 100644 --- a/plugins/auto-domain-grab/index.php +++ b/plugins/auto-domain-grab/index.php @@ -7,7 +7,7 @@ * be set to to 'example.com'. * * Based on: - * https://github.com/the-djmaze/snappymail/blob/master/plugins/override-smtp-credentials/index.php + * https://github.com/nextgen-networks/snappymail/blob/master/plugins/override-smtp-credentials/index.php * */ diff --git a/plugins/login-gmail/index.php b/plugins/login-gmail/index.php index a6b8d3f9d..ca4f4e6b1 100644 --- a/plugins/login-gmail/index.php +++ b/plugins/login-gmail/index.php @@ -148,7 +148,7 @@ class LoginGMailPlugin extends \RainLoop\Plugins\AbstractPlugin ->SetLabel('Client ID') ->SetType(\RainLoop\Enumerations\PluginPropertyType::STRING) ->SetAllowedInJs() - ->SetDescription('https://github.com/the-djmaze/snappymail/wiki/FAQ#gmail'), + ->SetDescription('https://github.com/nextgen-networks/snappymail/wiki/FAQ#gmail'), \RainLoop\Plugins\Property::NewInstance('client_secret') ->SetLabel('Client Secret') ->SetType(\RainLoop\Enumerations\PluginPropertyType::STRING) diff --git a/plugins/login-o365/index.php b/plugins/login-o365/index.php index 62050f429..c372dd8ab 100644 --- a/plugins/login-o365/index.php +++ b/plugins/login-o365/index.php @@ -166,7 +166,7 @@ class LoginO365Plugin extends \RainLoop\Plugins\AbstractPlugin ->SetLabel('Client ID') ->SetType(\RainLoop\Enumerations\PluginPropertyType::STRING) ->SetAllowedInJs() - ->SetDescription('https://github.com/the-djmaze/snappymail/wiki/FAQ#o365'), + ->SetDescription('https://github.com/nextgen-networks/snappymail/wiki/FAQ#o365'), \RainLoop\Plugins\Property::NewInstance('client_secret') ->SetLabel('Client Secret') ->SetType(\RainLoop\Enumerations\PluginPropertyType::STRING) diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsAbout.html b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsAbout.html index b83ea9345..749bb035b 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsAbout.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsAbout.html @@ -40,9 +40,9 @@

- + - +
diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsGeneral.html b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsGeneral.html index e31f81108..e5b68f2bd 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsGeneral.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/AdminSettingsGeneral.html @@ -9,8 +9,8 @@
diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html b/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html index b78891e18..86780f5c7 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html @@ -93,7 +93,7 @@

- +