[2021-08-25T10:32:29.758165+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\TraceableHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\TraceableHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T10:32:37.216142+02:00] php.DEBUG: Warning: include(/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php): failed to open stream: No such file or directory {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"trace":[{"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"function":"include"}],"count":1}}} []
[2021-08-25T10:32:37.217269+02:00] php.DEBUG: Warning: include(): Failed opening '/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php' for inclusion (include_path='.:/usr/local/php7.4/lib/php') [] []
[2021-08-25T10:32:53.240394+02:00] php.DEBUG: Warning: include(/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php): failed to open stream: No such file or directory {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"trace":[{"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"function":"include"}],"count":1}}} []
[2021-08-25T10:32:53.241300+02:00] php.DEBUG: Warning: include(): Failed opening '/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php' for inclusion (include_path='.:/usr/local/php7.4/lib/php') [] []
[2021-08-25T10:33:21.809744+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\TraceableHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\TraceableHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T10:33:32.819123+02:00] console.ERROR: Error thrown while running command "doctrine:database:create". Message: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'mucdontmail'@'10.31.90.1' (using password: YES)" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'mucdontmail'@'10.31.90.1' (using password: YES) at /home/mucdont/mail/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'mucdontmail'@'10.31.90.1' (using password: YES) at /home/mucdont/mail/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'mucdontmail'@'10.31.90.1' (using password: YES) at /home/mucdont/mail/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39)","command":"doctrine:database:create","message":"An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'mucdontmail'@'10.31.90.1' (using password: YES)"} []
[2021-08-25T10:33:32.820122+02:00] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} []
[2021-08-25T10:34:18.029989+02:00] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} []
[2021-08-25T10:34:37.250201+02:00] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} []
[2021-08-25T10:34:49.796791+02:00] console.ERROR: Error thrown while running command "'doctrine:database:update'". Message: "Command "doctrine:database:update" is not defined. Did you mean one of these? doctrine:database:create doctrine:database:drop doctrine:database:import doctrine:schema:update" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"doctrine:database:update\" is not defined.\n\nDid you mean one of these?\n doctrine:database:create\n doctrine:database:drop\n doctrine:database:import\n doctrine:schema:update at /home/mucdont/mail/vendor/symfony/console/Application.php:644)","command":"'doctrine:database:update'","message":"Command \"doctrine:database:update\" is not defined.\n\nDid you mean one of these?\n doctrine:database:create\n doctrine:database:drop\n doctrine:database:import\n doctrine:schema:update"} []
[2021-08-25T10:35:02.127119+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-08-25T10:35:02.136753+02:00] console.DEBUG: Command "doctrine:schema:update" exited with code "1" {"command":"doctrine:schema:update","code":1} []
[2021-08-25T10:35:20.137776+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-08-25T10:35:20.142473+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2021-08-25T10:35:20.143242+02:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles LONGTEXT NOT NULL COMMENT '(DC2Type:json)', password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2021-08-25T10:35:20.156020+02:00] doctrine.DEBUG: CREATE TABLE email (id INT AUTO_INCREMENT NOT NULL, sender VARCHAR(255) NOT NULL, recipient VARCHAR(255) NOT NULL, subject VARCHAR(255) NOT NULL, content LONGTEXT NOT NULL, date DATETIME NOT NULL, sender_name VARCHAR(255) NOT NULL, type VARCHAR(255) NOT NULL, attachment VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2021-08-25T10:36:02.761387+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-08-25T10:36:02.807785+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2021-08-25T10:36:02.808547+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2021-08-25T10:36:02.820165+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-25T10:36:02.820920+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2021-08-25T10:36:02.821441+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2021-08-25T10:36:02.823425+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-25T10:36:02.823950+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T10:36:02.824419+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-25T10:36:02.824885+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T10:36:02.825308+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-25T10:36:02.825742+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T10:36:02.826204+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-25T10:36:02.826645+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2021-08-25T10:36:02.827046+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-25T10:36:02.827452+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-25T10:36:02.827893+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T10:36:02.828301+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2021-08-25T10:36:02.828676+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2021-08-25T10:36:02.829895+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-25T10:36:02.831754+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-25T10:36:02.832215+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-25T10:36:02.832561+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2021-08-25T10:36:02.833016+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2021-08-25T10:36:02.833696+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T10:36:02.834268+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T10:36:02.836085+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T10:36:02.836767+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T10:36:02.837628+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T10:36:02.838357+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T10:36:02.840315+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T10:36:02.840961+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T10:36:02.841670+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2021-08-25T10:36:02.842133+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2021-08-25T10:36:02.842888+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2021-08-25T10:36:02.844874+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2021-08-25T10:36:02.845631+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2021-08-25T10:36:02.846439+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2021-08-25T10:36:02.846946+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2021-08-25T10:36:02.848546+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T10:36:02.849126+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2021-08-25T10:36:02.849543+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2021-08-25T10:36:02.850541+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-25T10:36:02.852024+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2021-08-25T10:36:02.852569+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T10:36:02.853101+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2021-08-25T10:36:02.853568+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2021-08-25T10:36:02.854138+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2021-08-25T10:36:02.854523+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2021-08-25T10:36:02.854982+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2021-08-25T10:36:02.855334+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-25T10:36:02.855751+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-25T10:36:02.856208+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-25T10:36:02.856817+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2021-08-25T10:36:02.857513+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2021-08-25T10:36:02.858105+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T10:36:02.858776+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T10:36:02.859940+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T10:36:02.860424+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T10:36:02.862479+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T10:36:02.864046+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T10:36:02.864681+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T10:36:02.865282+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2021-08-25T10:36:02.866061+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2021-08-25T10:36:02.867809+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2021-08-25T10:36:02.868149+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2021-08-25T10:36:02.868484+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2021-08-25T10:36:02.868943+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2021-08-25T10:36:02.869403+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2021-08-25T10:36:02.869757+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T10:36:02.870210+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T10:36:02.870763+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T10:36:02.871279+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2021-08-25T10:36:02.871931+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2021-08-25T10:36:02.872609+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T10:36:02.873315+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T10:36:02.875220+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T10:36:02.877018+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"L’ingrédient","4":"Bonjour Madison,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T10:36:02.877724+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2021-08-25T10:36:02.878395+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T10:36:02.878935+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2021-08-25T10:36:02.879491+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T10:36:02.879998+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T10:36:02.880490+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T10:36:02.881132+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T10:36:02.883019+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T10:36:02.885450+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T10:36:02.886062+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T10:36:02.886760+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T10:36:02.887373+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T10:36:02.888042+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T10:36:02.888834+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T10:36:02.889584+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T10:36:02.890218+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T10:36:02.890973+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T10:36:02.892276+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T10:36:02.899874+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T10:36:02.900239+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T10:36:02.900774+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T10:36:02.901262+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T10:36:02.901736+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T10:36:03.940251+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T10:36:03.941802+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T10:36:03.942279+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T10:36:03.942782+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifier.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T10:36:03.943806+02:00] doctrine.DEBUG: "COMMIT" [] []
[2021-08-25T10:36:12.075122+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://mail.mucdonald.com/index.php/","method":"GET"} []
[2021-08-25T10:36:12.141006+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-08-25T10:36:12.141064+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:36:12.141097+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:36:12.152196+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-08-25T10:36:12.165122+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T10:36:12.210534+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2021-08-25T10:36:12.212067+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-08-25T10:36:12.389550+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mail.mucdonald.com/index.php/login","method":"GET"} []
[2021-08-25T10:36:12.398379+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-08-25T10:36:12.398418+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:36:12.398462+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:36:12.449858+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T10:36:12.457011+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-08-25T10:36:14.032087+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b24430"},"request_uri":"https://mail.mucdonald.com/index.php/_wdt/b24430","method":"GET"} []
[2021-08-25T10:36:14.037556+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T10:36:25.860251+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://mail.mucdonald.com/","method":"GET"} []
[2021-08-25T10:36:25.869069+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-08-25T10:36:25.869117+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:36:25.869149+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:36:25.870414+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-08-25T10:36:25.873451+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T10:36:25.881218+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2021-08-25T10:36:25.881511+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-08-25T10:37:13.795223+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2021-08-25T10:37:13.821541+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-08-25T10:37:13.821582+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:37:13.821615+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:37:13.826054+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-08-25T10:37:13.831863+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T10:37:13.853577+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2021-08-25T10:37:13.854274+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-08-25T10:37:27.823903+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2021-08-25T10:37:27.832129+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-08-25T10:37:27.832168+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:37:27.832199+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:37:27.833349+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-08-25T10:37:27.836159+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T10:37:27.843387+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2021-08-25T10:37:27.843650+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-08-25T10:38:17.677425+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mail.mucdonald.com/index.php/login","method":"GET"} []
[2021-08-25T10:38:17.704353+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-08-25T10:38:17.704394+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:38:17.704428+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-08-25T10:38:17.761034+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T10:38:17.776853+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-08-25T10:38:18.020699+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"935cdb"},"request_uri":"https://mail.mucdonald.com/index.php/_wdt/935cdb","method":"GET"} []
[2021-08-25T10:38:18.025051+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T11:02:44.870148+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\TraceableHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\TraceableHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2021-08-25T16:09:33.347713+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-08-25T16:09:33.459189+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2021-08-25T16:09:33.460236+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2021-08-25T16:09:33.474039+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-25T16:09:33.474817+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2021-08-25T16:09:33.475400+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2021-08-25T16:09:33.475942+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-25T16:09:33.476427+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T16:09:33.476951+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-25T16:09:33.477455+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T16:09:33.477994+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-25T16:09:33.478665+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T16:09:33.481259+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-25T16:09:33.481916+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2021-08-25T16:09:33.482560+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-25T16:09:33.483106+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-25T16:09:33.483642+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T16:09:33.484194+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2021-08-25T16:09:33.484836+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2021-08-25T16:09:33.486585+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-25T16:09:33.488051+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-25T16:09:33.488497+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-25T16:09:33.489039+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2021-08-25T16:09:33.489658+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2021-08-25T16:09:33.490324+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:09:33.492802+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:09:33.493445+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:09:33.494014+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:09:33.494554+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:09:33.496510+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:09:33.497106+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:09:33.497682+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:09:33.498269+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2021-08-25T16:09:33.498829+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2021-08-25T16:09:33.501359+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2021-08-25T16:09:33.502020+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2021-08-25T16:09:33.502613+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2021-08-25T16:09:33.503137+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2021-08-25T16:09:33.503651+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2021-08-25T16:09:33.505330+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T16:09:33.507493+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2021-08-25T16:09:33.508017+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2021-08-25T16:09:33.509040+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-25T16:09:33.509565+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2021-08-25T16:09:33.510176+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T16:09:33.510659+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2021-08-25T16:09:33.511150+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2021-08-25T16:09:33.511702+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2021-08-25T16:09:33.512188+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2021-08-25T16:09:33.512791+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2021-08-25T16:09:33.513319+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-25T16:09:33.513900+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-25T16:09:33.514443+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-25T16:09:33.515020+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2021-08-25T16:09:33.515589+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2021-08-25T16:09:33.516213+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:09:33.516738+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:09:33.517952+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:09:33.518510+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:09:33.520714+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:09:33.522352+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:09:33.522881+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:09:33.525205+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2021-08-25T16:09:33.525777+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2021-08-25T16:09:33.526289+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2021-08-25T16:09:33.526748+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2021-08-25T16:09:33.527220+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2021-08-25T16:09:33.527708+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2021-08-25T16:09:33.528201+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2021-08-25T16:09:33.528768+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:09:33.529281+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:09:33.529865+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:09:33.530414+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2021-08-25T16:09:33.530972+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2021-08-25T16:09:33.531570+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:09:33.532128+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:09:33.533992+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:09:33.535630+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"L’ingrédient","4":"Bonjour Madison,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:09:33.536132+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2021-08-25T16:09:33.536707+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:09:33.537313+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2021-08-25T16:09:33.537855+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:09:33.538386+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:09:33.538888+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:09:33.541250+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:09:33.541751+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:09:33.543773+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:09:33.544251+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:09:33.544767+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:09:33.545272+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:09:33.545812+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:09:33.546377+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:09:33.546906+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:09:33.547508+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:09:33.548099+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:09:33.548651+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:09:33.549239+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:09:33.549815+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:09:33.550414+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:09:33.550970+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:09:33.551584+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:09:34.585992+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:09:34.587023+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:09:34.587607+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:09:34.588237+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifier.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:09:34.588796+02:00] doctrine.DEBUG: "COMMIT" [] []
[2021-08-25T16:14:07.149350+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-08-25T16:14:07.215444+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2021-08-25T16:14:07.216844+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2021-08-25T16:14:07.228653+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-25T16:14:07.229376+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2021-08-25T16:14:07.229919+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2021-08-25T16:14:07.230505+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-25T16:14:07.231015+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T16:14:07.231481+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-25T16:14:07.232105+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T16:14:07.232714+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-25T16:14:07.233431+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T16:14:07.234243+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-25T16:14:07.234841+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2021-08-25T16:14:07.235550+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-25T16:14:07.236118+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-25T16:14:07.236666+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T16:14:07.237272+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2021-08-25T16:14:07.237839+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2021-08-25T16:14:07.239944+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-25T16:14:07.241540+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-25T16:14:07.241969+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-25T16:14:07.242491+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2021-08-25T16:14:07.243013+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2021-08-25T16:14:07.243648+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:14:07.244205+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:14:07.244743+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:14:07.245428+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:14:07.246087+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:14:07.246780+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:14:07.247515+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:14:07.248259+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:14:07.248896+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2021-08-25T16:14:07.249422+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2021-08-25T16:14:07.249901+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2021-08-25T16:14:07.250845+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2021-08-25T16:14:07.251387+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2021-08-25T16:14:07.251876+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2021-08-25T16:14:07.252323+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2021-08-25T16:14:07.253897+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T16:14:07.254468+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2021-08-25T16:14:07.255004+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2021-08-25T16:14:07.255920+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-25T16:14:07.256440+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2021-08-25T16:14:07.256901+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T16:14:07.257384+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2021-08-25T16:14:07.257872+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2021-08-25T16:14:07.258355+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2021-08-25T16:14:07.258733+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2021-08-25T16:14:07.259101+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2021-08-25T16:14:07.259501+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-25T16:14:07.259884+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-25T16:14:07.260259+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-25T16:14:07.260705+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2021-08-25T16:14:07.261116+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2021-08-25T16:14:07.261501+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:14:07.261926+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:14:07.262954+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:14:07.263456+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:14:07.265325+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:14:07.266691+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:14:07.267203+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:14:07.267743+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2021-08-25T16:14:07.268267+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2021-08-25T16:14:07.268745+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2021-08-25T16:14:07.269249+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2021-08-25T16:14:07.269768+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2021-08-25T16:14:07.270282+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2021-08-25T16:14:07.270786+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2021-08-25T16:14:07.271194+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:14:07.271689+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:14:07.272169+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:14:07.272692+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2021-08-25T16:14:07.273177+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2021-08-25T16:14:07.273652+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:14:07.274048+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:14:07.275494+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:14:07.276731+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"L’ingrédient","4":"Bonjour Madison,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:14:07.277209+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2021-08-25T16:14:07.277743+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:14:07.278241+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2021-08-25T16:14:07.278767+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:14:07.279236+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:14:07.279751+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:14:07.280285+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:14:07.280873+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:14:07.282997+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:14:07.283508+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:14:07.283981+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:14:07.284480+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:14:07.284961+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:14:07.285377+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:14:07.285855+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:14:07.286357+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:14:07.286832+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:14:07.287387+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:14:07.287883+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:14:07.288521+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:14:07.289126+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:14:07.289698+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:14:07.290207+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:14:08.320924+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:14:08.321585+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:14:08.322070+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:14:08.322520+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifier.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:14:08.322907+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:14:08.323291+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"pat.ato@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:14:08.323701+02:00] doctrine.DEBUG: "COMMIT" [] []
[2021-08-25T16:23:38.265635+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-08-25T16:23:38.310796+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2021-08-25T16:23:38.311709+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2021-08-25T16:23:38.324801+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-25T16:23:38.325387+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2021-08-25T16:23:38.325889+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2021-08-25T16:23:38.326308+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-25T16:23:38.326832+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T16:23:38.327245+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-25T16:23:38.327829+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T16:23:38.328306+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-25T16:23:38.328863+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-25T16:23:38.329584+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-25T16:23:38.330171+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2021-08-25T16:23:38.330822+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-25T16:23:38.331460+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-25T16:23:38.332052+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T16:23:38.332628+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2021-08-25T16:23:38.333287+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2021-08-25T16:23:38.334892+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-25T16:23:38.336497+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-25T16:23:38.337027+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-25T16:23:38.337636+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2021-08-25T16:23:38.338169+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2021-08-25T16:23:38.338791+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:23:38.339420+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:23:38.340008+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:23:38.340568+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:23:38.341118+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:23:38.341653+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:23:38.342180+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:23:38.342847+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-25T16:23:38.343371+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2021-08-25T16:23:38.343930+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2021-08-25T16:23:38.344518+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2021-08-25T16:23:38.345047+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2021-08-25T16:23:38.345591+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2021-08-25T16:23:38.346076+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2021-08-25T16:23:38.346612+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2021-08-25T16:23:38.347912+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T16:23:38.348368+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2021-08-25T16:23:38.348804+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2021-08-25T16:23:38.349806+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-25T16:23:38.350341+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2021-08-25T16:23:38.350944+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-25T16:23:38.351465+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2021-08-25T16:23:38.352028+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2021-08-25T16:23:38.352482+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2021-08-25T16:23:38.352906+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2021-08-25T16:23:38.353404+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2021-08-25T16:23:38.353808+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-25T16:23:38.354297+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-25T16:23:38.354731+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-25T16:23:38.355225+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2021-08-25T16:23:38.355714+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2021-08-25T16:23:38.356193+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:23:38.356684+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:23:38.357752+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:23:38.358315+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:23:38.360722+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:23:38.362366+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:23:38.362940+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:23:38.363484+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2021-08-25T16:23:38.363975+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2021-08-25T16:23:38.364519+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2021-08-25T16:23:38.365062+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2021-08-25T16:23:38.365592+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2021-08-25T16:23:38.366180+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2021-08-25T16:23:38.366728+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2021-08-25T16:23:38.367281+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:23:38.367859+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:23:38.368332+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:23:38.368846+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2021-08-25T16:23:38.369490+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2021-08-25T16:23:38.370002+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:23:38.370610+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-25T16:23:38.372391+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:23:38.374383+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2021-08-25T16:23:38.374994+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-25T16:23:38.375522+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2021-08-25T16:23:38.376124+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:23:38.376680+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:23:38.377242+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:23:38.377849+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:23:38.378412+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:23:38.380801+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:23:38.381419+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:23:38.382049+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:23:38.382675+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:23:38.383212+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:23:38.383742+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:23:38.384275+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:23:38.384802+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-25T16:23:38.385403+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:23:38.386031+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:23:38.386554+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-25T16:23:38.387199+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:23:38.387849+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:23:38.388385+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-25T16:23:38.389070+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-25T16:23:39.419866+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:23:39.420556+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:23:39.421141+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:23:39.421740+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifier.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:23:39.422355+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:23:39.423074+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"pat.ato@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-25T16:23:39.423717+02:00] doctrine.DEBUG: "COMMIT" [] []
[2021-08-30T11:47:33.741233+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2021-08-30T11:47:33.845374+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2021-08-30T11:47:33.847763+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2021-08-30T11:47:33.870080+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-30T11:47:33.870851+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2021-08-30T11:47:33.871513+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2021-08-30T11:47:33.872236+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-30T11:47:33.872983+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-30T11:47:33.873663+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-30T11:47:33.874315+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-30T11:47:33.874968+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2021-08-30T11:47:33.875683+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2021-08-30T11:47:33.876689+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2021-08-30T11:47:33.877325+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2021-08-30T11:47:33.877909+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-30T11:47:33.878602+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2021-08-30T11:47:33.879249+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-30T11:47:33.879939+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2021-08-30T11:47:33.880379+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2021-08-30T11:47:33.882192+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-30T11:47:33.884037+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-30T11:47:33.884761+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-30T11:47:33.885420+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2021-08-30T11:47:33.886249+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2021-08-30T11:47:33.887101+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-30T11:47:33.887986+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-30T11:47:33.888820+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-30T11:47:33.889780+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-30T11:47:33.890504+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-30T11:47:33.891457+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-30T11:47:33.892314+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-30T11:47:33.893037+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2021-08-30T11:47:33.893713+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2021-08-30T11:47:33.894360+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2021-08-30T11:47:33.895120+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2021-08-30T11:47:33.896008+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2021-08-30T11:47:33.896756+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2021-08-30T11:47:33.897307+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2021-08-30T11:47:33.897805+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2021-08-30T11:47:33.899418+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-30T11:47:33.900034+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2021-08-30T11:47:33.900628+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2021-08-30T11:47:33.901918+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2021-08-30T11:47:33.902452+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2021-08-30T11:47:33.903014+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2021-08-30T11:47:33.903585+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2021-08-30T11:47:33.904104+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2021-08-30T11:47:33.904625+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2021-08-30T11:47:33.905220+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2021-08-30T11:47:33.905717+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2021-08-30T11:47:33.906289+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2021-08-30T11:47:33.906837+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2021-08-30T11:47:33.907378+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2021-08-30T11:47:33.907877+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2021-08-30T11:47:33.908359+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2021-08-30T11:47:33.908858+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-30T11:47:33.909333+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-30T11:47:33.910575+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-30T11:47:33.911101+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-30T11:47:33.913422+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-30T11:47:33.915391+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-30T11:47:33.916231+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-30T11:47:33.916854+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2021-08-30T11:47:33.917395+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2021-08-30T11:47:33.917963+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2021-08-30T11:47:33.918551+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2021-08-30T11:47:33.919310+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2021-08-30T11:47:33.919936+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2021-08-30T11:47:33.920490+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2021-08-30T11:47:33.921295+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-30T11:47:33.921874+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-30T11:47:33.922396+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-30T11:47:33.922905+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2021-08-30T11:47:33.923408+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2021-08-30T11:47:33.924035+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-30T11:47:33.924791+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2021-08-30T11:47:33.926429+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-30T11:47:33.927978+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2021-08-30T11:47:33.928505+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2021-08-30T11:47:33.928963+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2021-08-30T11:47:33.929477+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-30T11:47:33.930061+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-30T11:47:33.930603+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-30T11:47:33.931117+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-30T11:47:33.931628+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-30T11:47:33.933597+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-30T11:47:33.934100+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-30T11:47:33.934706+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-30T11:47:33.935185+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-30T11:47:33.935666+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-30T11:47:33.936239+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-30T11:47:33.936759+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-30T11:47:33.937312+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2021-08-30T11:47:33.937830+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-30T11:47:33.938392+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-30T11:47:33.938909+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2021-08-30T11:47:33.939447+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-30T11:47:33.940094+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-30T11:47:33.940835+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2021-08-30T11:47:33.941518+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2021-08-30T11:47:34.985002+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-30T11:47:34.985831+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-30T11:47:34.986450+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-30T11:47:34.987118+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifier.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-30T11:47:34.987732+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-30T11:47:34.988286+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"pat.ato@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2021-08-30T11:47:34.988958+02:00] doctrine.DEBUG: "COMMIT" [] []
[2022-04-25T11:04:45.257473+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2022-04-25T11:04:45.380493+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2022-04-25T11:04:45.383083+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2022-04-25T11:04:45.412530+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-04-25T11:04:45.413388+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2022-04-25T11:04:45.414078+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2022-04-25T11:04:45.414651+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-04-25T11:04:45.415214+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T11:04:45.415768+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-04-25T11:04:45.416342+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T11:04:45.416954+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-04-25T11:04:45.417688+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T11:04:45.419756+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-04-25T11:04:45.420421+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2022-04-25T11:04:45.421047+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-04-25T11:04:45.421695+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-04-25T11:04:45.422320+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T11:04:45.422942+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2022-04-25T11:04:45.423613+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2022-04-25T11:04:45.425479+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-04-25T11:04:45.427317+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-04-25T11:04:45.427975+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-04-25T11:04:45.428639+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2022-04-25T11:04:45.429254+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2022-04-25T11:04:45.430217+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:04:45.431061+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:04:45.431840+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:04:45.432515+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:04:45.433230+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:04:45.433920+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:04:45.434580+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:04:45.435270+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:04:45.435973+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2022-04-25T11:04:45.436601+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2022-04-25T11:04:45.437254+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2022-04-25T11:04:45.438058+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2022-04-25T11:04:45.438949+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2022-04-25T11:04:45.439643+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2022-04-25T11:04:45.440191+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2022-04-25T11:04:45.441764+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T11:04:45.442343+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2022-04-25T11:04:45.442949+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2022-04-25T11:04:45.444022+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-04-25T11:04:45.444555+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2022-04-25T11:04:45.445086+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T11:04:45.445694+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2022-04-25T11:04:45.446242+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2022-04-25T11:04:45.446802+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2022-04-25T11:04:45.447253+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2022-04-25T11:04:45.447714+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2022-04-25T11:04:45.448202+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-04-25T11:04:45.448709+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-04-25T11:04:45.449185+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-04-25T11:04:45.449802+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2022-04-25T11:04:45.450368+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2022-04-25T11:04:45.450851+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:04:45.451310+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:04:45.452328+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:04:45.452852+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:04:45.454905+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:04:45.456399+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:04:45.456980+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:04:45.457551+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2022-04-25T11:04:45.458099+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2022-04-25T11:04:45.458662+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2022-04-25T11:04:45.459668+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2022-04-25T11:04:45.460302+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2022-04-25T11:04:45.460854+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2022-04-25T11:04:45.461441+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2022-04-25T11:04:45.461954+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:04:45.462503+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:04:45.463084+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:04:45.463612+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2022-04-25T11:04:45.464125+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2022-04-25T11:04:45.464648+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:04:45.465184+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:04:45.467014+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:04:45.468713+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2022-04-25T11:04:45.469321+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:04:45.469910+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2022-04-25T11:04:45.470480+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:04:45.471075+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:04:45.471649+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:04:45.472233+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:04:45.472796+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:04:45.474822+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:04:45.475309+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:04:45.475796+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:04:45.476287+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:04:45.476792+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:04:45.477289+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:04:45.477856+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:04:45.478413+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:04:45.478967+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:04:45.479477+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:04:45.479955+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:04:45.480459+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:04:45.480982+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:04:45.481475+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:04:45.481979+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:04:46.624583+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:04:46.625674+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:04:46.626579+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:04:46.627957+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:04:46.628715+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:04:46.629251+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"pat.ato@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:04:46.629816+02:00] doctrine.DEBUG: "COMMIT" [] []
[2022-04-25T11:06:13.473000+02:00] php.DEBUG: Warning: include(/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php): failed to open stream: No such file or directory {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"trace":[{"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"function":"include"}],"count":1}}} []
[2022-04-25T11:06:13.474153+02:00] php.DEBUG: Warning: include(): Failed opening '/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php' for inclusion (include_path='.:/usr/local/php7.4/lib/php') [] []
[2022-04-25T11:12:00.045508+02:00] php.DEBUG: Warning: include(/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php): failed to open stream: No such file or directory {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"trace":[{"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"function":"include"}],"count":1}}} []
[2022-04-25T11:12:00.046620+02:00] php.DEBUG: Warning: include(): Failed opening '/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php' for inclusion (include_path='.:/usr/local/php7.4/lib/php') [] []
[2022-04-25T11:12:22.454554+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2022-04-25T11:12:22.549000+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2022-04-25T11:12:22.550147+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2022-04-25T11:12:22.564969+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-04-25T11:12:22.565751+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2022-04-25T11:12:22.566372+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2022-04-25T11:12:22.566910+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-04-25T11:12:22.567385+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T11:12:22.567850+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-04-25T11:12:22.568357+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T11:12:22.568915+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-04-25T11:12:22.569468+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T11:12:22.570093+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-04-25T11:12:22.570612+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2022-04-25T11:12:22.571113+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-04-25T11:12:22.571631+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-04-25T11:12:22.572118+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T11:12:22.572606+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2022-04-25T11:12:22.573169+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2022-04-25T11:12:22.574698+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-04-25T11:12:22.576250+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-04-25T11:12:22.576720+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-04-25T11:12:22.577263+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2022-04-25T11:12:22.577780+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2022-04-25T11:12:22.578600+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:22.579334+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:22.580032+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:22.580757+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:22.581515+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:22.582315+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:22.583069+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:22.583834+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:22.584534+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2022-04-25T11:12:22.585117+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2022-04-25T11:12:22.585754+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2022-04-25T11:12:22.586487+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2022-04-25T11:12:22.587222+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2022-04-25T11:12:22.587888+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2022-04-25T11:12:22.588465+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2022-04-25T11:12:22.589928+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T11:12:22.590440+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2022-04-25T11:12:22.590891+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2022-04-25T11:12:22.591844+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-04-25T11:12:22.592342+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2022-04-25T11:12:22.592865+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T11:12:22.593360+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2022-04-25T11:12:22.593837+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2022-04-25T11:12:22.594324+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2022-04-25T11:12:22.594806+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2022-04-25T11:12:22.595268+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2022-04-25T11:12:22.595760+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-04-25T11:12:22.596325+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-04-25T11:12:22.596821+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-04-25T11:12:22.597323+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2022-04-25T11:12:22.597811+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2022-04-25T11:12:22.598306+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:22.598779+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:12:22.599817+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:12:22.600309+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:22.602356+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:12:22.603869+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:12:22.604369+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:22.605733+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2022-04-25T11:12:22.606292+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2022-04-25T11:12:22.606844+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2022-04-25T11:12:22.607324+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2022-04-25T11:12:22.607800+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2022-04-25T11:12:22.608334+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2022-04-25T11:12:22.608848+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2022-04-25T11:12:22.609324+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:12:22.609969+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:12:22.610493+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:22.611041+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2022-04-25T11:12:22.611568+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2022-04-25T11:12:22.612060+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:22.612549+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:12:22.614094+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:22.615583+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2022-04-25T11:12:22.616098+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:12:22.616609+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2022-04-25T11:12:22.618003+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:12:22.618513+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:22.619006+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:22.619566+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:22.620069+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:22.621930+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:22.622394+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:22.622868+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:22.623341+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:22.623860+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:22.624341+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:22.624835+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:22.625351+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:22.625972+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:22.626527+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:22.627042+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:22.627537+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:12:22.628013+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:12:22.628469+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:12:22.628933+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:23.735359+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:23.736152+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:23.736728+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:23.737520+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:23.738001+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:23.738501+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"pat.ato@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:23.739074+02:00] doctrine.DEBUG: "COMMIT" [] []
[2022-04-25T11:12:44.631547+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2022-04-25T11:12:44.698474+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2022-04-25T11:12:44.699542+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2022-04-25T11:12:44.709931+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-04-25T11:12:44.710667+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2022-04-25T11:12:44.711221+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2022-04-25T11:12:44.711808+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-04-25T11:12:44.712365+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T11:12:44.712946+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-04-25T11:12:44.713509+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T11:12:44.714106+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-04-25T11:12:44.714767+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T11:12:44.715516+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-04-25T11:12:44.716048+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2022-04-25T11:12:44.716660+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-04-25T11:12:44.717188+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-04-25T11:12:44.717670+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T11:12:44.718234+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2022-04-25T11:12:44.718756+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2022-04-25T11:12:44.720169+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-04-25T11:12:44.721620+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-04-25T11:12:44.722089+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-04-25T11:12:44.722585+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2022-04-25T11:12:44.723119+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2022-04-25T11:12:44.723841+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:44.724595+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:44.725311+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:44.725999+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:44.726702+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:44.727451+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:44.728128+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:44.728764+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T11:12:44.729365+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2022-04-25T11:12:44.729801+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2022-04-25T11:12:44.730369+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2022-04-25T11:12:44.731019+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2022-04-25T11:12:44.731699+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2022-04-25T11:12:44.732255+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2022-04-25T11:12:44.732840+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2022-04-25T11:12:44.734118+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T11:12:44.734569+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2022-04-25T11:12:44.735000+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2022-04-25T11:12:44.735860+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-04-25T11:12:44.736283+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2022-04-25T11:12:44.736707+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T11:12:44.737156+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2022-04-25T11:12:44.737620+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2022-04-25T11:12:44.738069+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2022-04-25T11:12:44.738483+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2022-04-25T11:12:44.738948+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2022-04-25T11:12:44.739446+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-04-25T11:12:44.739918+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-04-25T11:12:44.740384+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-04-25T11:12:44.740872+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2022-04-25T11:12:44.741278+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2022-04-25T11:12:44.741720+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:44.742138+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:12:44.743008+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:12:44.743500+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:44.745353+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:12:44.746751+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:12:44.747255+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:44.747736+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2022-04-25T11:12:44.748205+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2022-04-25T11:12:44.748672+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2022-04-25T11:12:44.749167+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2022-04-25T11:12:44.749626+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2022-04-25T11:12:44.750107+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2022-04-25T11:12:44.750668+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2022-04-25T11:12:44.751180+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:12:44.751705+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:12:44.752252+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:44.752740+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2022-04-25T11:12:44.753197+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2022-04-25T11:12:44.753722+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:44.754262+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T11:12:44.755880+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:44.757585+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2022-04-25T11:12:44.758124+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T11:12:44.758779+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2022-04-25T11:12:44.759460+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:12:44.759920+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:44.760523+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:44.761207+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:44.761776+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:44.764056+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:44.764615+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:44.765124+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:44.765688+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:44.766269+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:44.766829+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:44.767491+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:44.768015+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T11:12:44.768677+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:44.769144+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:44.769786+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T11:12:44.770232+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:12:44.770618+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:12:44.770982+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T11:12:44.771354+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T11:12:45.877866+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:45.878671+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:45.879326+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:45.879887+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:45.880622+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:45.881238+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"pat.ato@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T11:12:45.881926+02:00] doctrine.DEBUG: "COMMIT" [] []
[2022-04-25T11:16:43.964036+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:16:43.990879+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:16:43.990940+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:16:43.990973+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:16:44.049923+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:16:44.077105+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:16:44.297485+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a60d2"},"request_uri":"http://mail.mucdonald.com/_wdt/7a60d2","method":"GET"} []
[2022-04-25T11:16:44.302720+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:16:47.039594+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a60d2"},"request_uri":"http://mail.mucdonald.com/_profiler/7a60d2?panel=logger","method":"GET"} []
[2022-04-25T11:16:47.043638+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:16:47.081951+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:16:57.264726+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:16:57.273380+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:16:57.273421+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:16:57.273458+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:16:57.274441+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:16:57.276715+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\InvalidCsrfTokenException(code: 0): at /home/mucdont/mail/src/Security/LoginFormAuthenticator.php:65)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:16:57.279423+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:16:57.281243+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:16:57.412632+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:16:57.420926+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:16:57.420968+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:16:57.421002+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:16:57.442917+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:16:57.448652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:16:57.662162+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3949fb"},"request_uri":"http://mail.mucdonald.com/_wdt/3949fb","method":"GET"} []
[2022-04-25T11:16:57.666035+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:16:59.479196+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3949fb"},"request_uri":"http://mail.mucdonald.com/_profiler/3949fb?panel=logger","method":"GET"} []
[2022-04-25T11:16:59.486162+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:16:59.528533+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:17:01.596610+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3949fb"},"request_uri":"http://mail.mucdonald.com/_profiler/3949fb?panel=events","method":"GET"} []
[2022-04-25T11:17:01.600252+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:01.617822+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=events","method":"GET"} []
[2022-04-25T11:17:07.840620+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:17:07.844489+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:07.970547+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3949fb"},"request_uri":"http://mail.mucdonald.com/_profiler/3949fb/search/results?limit=10","method":"GET"} []
[2022-04-25T11:17:07.974800+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:08.005881+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:17:19.671549+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6/search/results?limit=10&method=POST","method":"GET"} []
[2022-04-25T11:17:19.678768+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:19.717081+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10&method=POST","method":"GET"} []
[2022-04-25T11:17:21.479579+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6","method":"GET"} []
[2022-04-25T11:17:21.483401+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:21.508076+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:17:30.682110+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=logger","method":"GET"} []
[2022-04-25T11:17:30.687539+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:30.719957+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:17:35.115588+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=request","method":"GET"} []
[2022-04-25T11:17:35.122908+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:35.161616+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=request","method":"GET"} []
[2022-04-25T11:17:36.774686+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=logger","method":"GET"} []
[2022-04-25T11:17:36.778521+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:36.803793+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:17:37.836869+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=events","method":"GET"} []
[2022-04-25T11:17:37.840657+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:37.858626+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=events","method":"GET"} []
[2022-04-25T11:17:40.837565+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=router","method":"GET"} []
[2022-04-25T11:17:40.841202+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:40.858010+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=router","method":"GET"} []
[2022-04-25T11:17:40.882346+02:00] request.INFO: Matched route "_profiler_router". {"route":"_profiler_router","route_parameters":{"_route":"_profiler_router","_controller":"web_profiler.controller.router::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6/router","method":"GET"} []
[2022-04-25T11:17:43.769402+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=config","method":"GET"} []
[2022-04-25T11:17:43.773353+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:43.792678+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=config","method":"GET"} []
[2022-04-25T11:17:50.665570+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=request","method":"GET"} []
[2022-04-25T11:17:50.673733+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:17:50.719902+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=request","method":"GET"} []
[2022-04-25T11:18:10.105549+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=logger","method":"GET"} []
[2022-04-25T11:18:10.112622+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:18:10.158392+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:24:19.095949+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\TraceableHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\TraceableHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:19.162530+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:24:19.164597+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:24:19.164636+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:19.164667+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:19.164868+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:24:19.169071+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:19.178670+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:24:19.178993+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:24:19.298744+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:24:19.307014+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:24:19.307053+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:19.307084+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:19.331833+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:19.337941+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:24:19.692969+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"913206"},"request_uri":"http://mail.mucdonald.com/_wdt/913206","method":"GET"} []
[2022-04-25T11:24:19.696869+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:25.995281+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:24:26.003639+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:24:26.003681+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:26.003720+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:26.004761+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:26.006479+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\InvalidCsrfTokenException(code: 0): at /home/mucdont/mail/src/Security/LoginFormAuthenticator.php:65)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:26.009137+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:26.010936+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:26.141333+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:24:26.149860+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:24:26.149906+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:26.149939+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:24:26.172453+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:26.178396+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:24:26.405112+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04e2af"},"request_uri":"http://mail.mucdonald.com/_wdt/04e2af","method":"GET"} []
[2022-04-25T11:24:26.408957+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:29.617513+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"04e2af"},"request_uri":"http://mail.mucdonald.com/_profiler/04e2af?panel=logger","method":"GET"} []
[2022-04-25T11:24:29.621470+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:29.644446+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:24:33.678601+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:24:33.682934+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:33.833657+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"04e2af"},"request_uri":"http://mail.mucdonald.com/_profiler/04e2af/search/results?limit=10","method":"GET"} []
[2022-04-25T11:24:33.837654+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:33.856629+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:24:44.449705+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6","method":"GET"} []
[2022-04-25T11:24:44.455793+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:44.493894+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:24:49.017037+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=events","method":"GET"} []
[2022-04-25T11:24:49.021830+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:49.048169+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=events","method":"GET"} []
[2022-04-25T11:24:50.038781+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4f1a6"},"request_uri":"http://mail.mucdonald.com/_profiler/f4f1a6?panel=logger","method":"GET"} []
[2022-04-25T11:24:50.044205+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:24:50.071439+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:25:09.828991+02:00] php.DEBUG: Warning: include(/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php): failed to open stream: No such file or directory {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"trace":[{"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"function":"include"}],"count":1}}} []
[2022-04-25T11:25:09.831108+02:00] php.DEBUG: Warning: include(): Failed opening '/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php' for inclusion (include_path='.:/usr/local/php7.4/lib/php') [] []
[2022-04-25T11:25:24.350378+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:25:24.374645+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:25:24.374702+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:24.374737+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:24.434184+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:24.448357+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:25:24.665018+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c3085"},"request_uri":"http://mail.mucdonald.com/_wdt/3c3085","method":"GET"} []
[2022-04-25T11:25:24.669441+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:25.300392+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:25:25.308962+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:25:25.309004+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:25.309038+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:25.331582+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:25.337485+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:25:25.525354+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"424b96"},"request_uri":"http://mail.mucdonald.com/_wdt/424b96","method":"GET"} []
[2022-04-25T11:25:25.528934+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:33.681833+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:25:33.689928+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:25:33.689967+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:33.690003+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:33.690977+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:33.693383+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\InvalidCsrfTokenException(code: 0): at /home/mucdont/mail/src/Security/LoginFormAuthenticator.php:65)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:33.695953+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:33.697679+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:33.817232+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:25:33.825099+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:25:33.825149+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:33.825179+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:25:33.845908+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:33.851278+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:25:34.056360+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a4e56"},"request_uri":"http://mail.mucdonald.com/_wdt/7a4e56","method":"GET"} []
[2022-04-25T11:25:34.060014+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:36.978825+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a4e56"},"request_uri":"http://mail.mucdonald.com/_profiler/7a4e56?panel=logger","method":"GET"} []
[2022-04-25T11:25:36.982383+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:37.014629+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:25:41.500195+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mail.mucdonald.com/_profiler/latest?panel=logger","method":"GET"} []
[2022-04-25T11:25:41.507218+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:41.550637+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:25:44.799199+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mail.mucdonald.com/_profiler/latest?panel=logger","method":"GET"} []
[2022-04-25T11:25:44.802931+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:44.821423+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:25:45.685873+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:25:45.690619+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:45.837589+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7a4e56"},"request_uri":"http://mail.mucdonald.com/_profiler/7a4e56/search/results?limit=10","method":"GET"} []
[2022-04-25T11:25:45.841543+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:45.866253+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:25:47.811593+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae7a8e"},"request_uri":"http://mail.mucdonald.com/_profiler/ae7a8e","method":"GET"} []
[2022-04-25T11:25:47.815615+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:47.836053+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:25:50.559201+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ae7a8e"},"request_uri":"http://mail.mucdonald.com/_profiler/ae7a8e?panel=logger","method":"GET"} []
[2022-04-25T11:25:50.563125+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:25:50.581661+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:29:17.880601+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:29:17.904529+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:29:17.904581+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:17.904612+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:17.908562+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:29:17.913906+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:17.933562+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:29:17.934172+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:29:18.064425+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:29:18.072608+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:29:18.072646+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:18.072677+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:18.103188+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:18.109275+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:29:18.332915+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47d43e"},"request_uri":"http://mail.mucdonald.com/_wdt/47d43e","method":"GET"} []
[2022-04-25T11:29:18.336971+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:27.806399+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:29:27.814801+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:29:27.814849+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:27.814884+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:27.836680+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:27.842054+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:29:28.041545+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e1f54"},"request_uri":"http://mail.mucdonald.com/_wdt/4e1f54","method":"GET"} []
[2022-04-25T11:29:28.045431+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:30.226382+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:29:30.234213+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:29:30.234252+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:30.234284+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:30.254839+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:30.259904+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:29:32.611488+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:29:32.619385+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:29:32.619424+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:32.619454+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:32.639867+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:32.644999+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:29:32.980542+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4dc164"},"request_uri":"http://mail.mucdonald.com/_wdt/4dc164","method":"GET"} []
[2022-04-25T11:29:32.987279+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:34.867793+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:29:34.885496+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:29:34.885546+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:34.885581+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:34.927713+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:34.935606+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:29:44.613309+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:29:44.621152+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:29:44.621191+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:44.621227+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:44.622181+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:44.624327+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\InvalidCsrfTokenException(code: 0): at /home/mucdont/mail/src/Security/LoginFormAuthenticator.php:65)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:44.626987+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:44.628709+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:44.744289+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:29:44.752067+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:29:44.752112+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:44.752144+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:29:44.772467+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:29:44.777867+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:29:45.022371+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b418a"},"request_uri":"http://mail.mucdonald.com/_wdt/9b418a","method":"GET"} []
[2022-04-25T11:29:45.026420+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:31:40.831384+02:00] php.DEBUG: Warning: include(/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php): failed to open stream: No such file or directory {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"trace":[{"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"function":"include"}],"count":1}}} []
[2022-04-25T11:31:40.832688+02:00] php.DEBUG: Warning: include(): Failed opening '/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php' for inclusion (include_path='.:/usr/local/php7.4/lib/php') [] []
[2022-04-25T11:31:46.975619+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:31:47.003450+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:31:47.003518+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:47.003553+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:47.062733+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:31:47.077520+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:31:47.293206+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e26ced"},"request_uri":"http://mail.mucdonald.com/_wdt/e26ced","method":"GET"} []
[2022-04-25T11:31:47.297744+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:31:54.840778+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:31:54.848957+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:31:54.848998+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:54.849035+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:54.850072+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:54.961905+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["jennifer.aufiche@mucdonald.com"] []
[2022-04-25T11:31:55.153671+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"jennifer.aufiche@mucdonald.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:55.157821+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 25 Apr 2022 09:31:55 GMT\r\nLocation: /\r\n\r\n\n\n \n \n \n\n Redirecting to /\n \n \n Redirecting to /.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:55.157880+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:55.157910+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:55.159727+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:31:55.164371+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:31:55.301768+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:31:55.310053+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:31:55.310092+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:55.310122+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:55.311233+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:31:55.314792+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:31:55.322575+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:31:55.323175+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:31:55.436638+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:31:55.444534+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:31:55.444572+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:55.444602+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:31:55.465401+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:31:55.470853+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:31:55.681675+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee263c"},"request_uri":"http://mail.mucdonald.com/_wdt/ee263c","method":"GET"} []
[2022-04-25T11:31:55.685338+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:31:58.720542+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee263c"},"request_uri":"http://mail.mucdonald.com/_profiler/ee263c?panel=logger","method":"GET"} []
[2022-04-25T11:31:58.724296+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:31:58.756649+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:32:01.753515+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:32:01.757419+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:01.995361+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ee263c"},"request_uri":"http://mail.mucdonald.com/_profiler/ee263c/search/results?limit=10","method":"GET"} []
[2022-04-25T11:32:02.001178+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:02.025899+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:32:05.286693+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a4add"},"request_uri":"http://mail.mucdonald.com/_profiler/1a4add","method":"GET"} []
[2022-04-25T11:32:05.292534+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:05.339319+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:32:08.462506+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a4add"},"request_uri":"http://mail.mucdonald.com/_profiler/1a4add?panel=logger","method":"GET"} []
[2022-04-25T11:32:08.466366+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:08.485843+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:32:17.740099+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:32:17.764504+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:32:17.764543+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:17.764573+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:17.768835+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:32:17.773479+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:17.781478+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:32:17.782141+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:32:17.909252+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:32:17.916975+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:32:17.917015+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:17.917047+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:17.943446+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:17.949317+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:32:18.158069+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d89c8"},"request_uri":"http://mail.mucdonald.com/_wdt/9d89c8","method":"GET"} []
[2022-04-25T11:32:18.161663+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:23.724666+02:00] request.INFO: Matched route "app_sent". {"route":"app_sent","route_parameters":{"_route":"app_sent","_controller":"App\\Controller\\AppController::sent"},"request_uri":"http://mail.mucdonald.com/sent","method":"GET"} []
[2022-04-25T11:32:23.733157+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:32:23.733211+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:23.733242+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:23.734384+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:32:23.737939+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:23.756948+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:32:23.757236+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:32:23.896763+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:32:23.904999+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:32:23.905042+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:23.905075+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:23.929787+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:23.935495+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:32:24.146576+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"adeb57"},"request_uri":"http://mail.mucdonald.com/_wdt/adeb57","method":"GET"} []
[2022-04-25T11:32:24.150828+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:34.350474+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:32:34.374429+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:32:34.374477+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.374521+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.375721+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.449449+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["jennifer.aufiche@mucdonald.com"] []
[2022-04-25T11:32:34.638004+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"jennifer.aufiche@mucdonald.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.641646+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 25 Apr 2022 09:32:34 GMT\r\nLocation: /\r\n\r\n\n\n \n \n \n\n Redirecting to /\n \n \n Redirecting to /.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.641707+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.641739+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.643514+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:34.647969+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:32:34.747074+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:32:34.754980+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:32:34.755018+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.755048+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.756332+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:32:34.759896+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:34.767568+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:32:34.768179+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:32:34.879477+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:32:34.887744+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:32:34.887785+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.887818+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:32:34.913635+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:34.919444+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:32:35.253388+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66afae"},"request_uri":"http://mail.mucdonald.com/_wdt/66afae","method":"GET"} []
[2022-04-25T11:32:35.256961+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:38.724419+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"66afae"},"request_uri":"http://mail.mucdonald.com/_profiler/66afae?panel=logger","method":"GET"} []
[2022-04-25T11:32:38.728370+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:38.754557+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:32:40.332180+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:32:40.337148+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:40.468878+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"66afae"},"request_uri":"http://mail.mucdonald.com/_profiler/66afae/search/results?limit=10","method":"GET"} []
[2022-04-25T11:32:40.472691+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:40.495554+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:32:44.819169+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50f68f"},"request_uri":"http://mail.mucdonald.com/_profiler/50f68f","method":"GET"} []
[2022-04-25T11:32:44.823128+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:44.847749+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:32:46.712892+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"50f68f"},"request_uri":"http://mail.mucdonald.com/_profiler/50f68f?panel=logger","method":"GET"} []
[2022-04-25T11:32:46.716834+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:46.737872+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:32:59.810328+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a4add"},"request_uri":"http://mail.mucdonald.com/_profiler/1a4add","method":"GET"} []
[2022-04-25T11:32:59.817410+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:32:59.863387+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:33:02.801755+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a4add"},"request_uri":"http://mail.mucdonald.com/_profiler/1a4add?panel=logger","method":"GET"} []
[2022-04-25T11:33:02.805394+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:33:02.823171+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:33:23.812488+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"66afae"},"request_uri":"http://mail.mucdonald.com/_profiler/66afae?panel=logger","method":"HEAD"} []
[2022-04-25T11:33:23.819781+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:33:23.866423+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:33:35.277031+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"HEAD"} []
[2022-04-25T11:33:35.294268+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:33:35.294307+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:33:35.294338+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:33:35.333519+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:33:35.341344+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:33:37.526056+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:33:37.533877+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:33:37.533916+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:33:37.533947+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:33:37.555095+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:33:37.560390+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:33:37.758640+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4a6bb"},"request_uri":"http://mail.mucdonald.com/_wdt/a4a6bb","method":"GET"} []
[2022-04-25T11:33:37.762386+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:33:39.147347+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"HEAD"} []
[2022-04-25T11:33:39.161574+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:33:39.161627+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:33:39.161658+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:33:39.193416+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:33:39.204407+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:34:17.875013+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1a4add"},"request_uri":"http://mail.mucdonald.com/_profiler/1a4add?panel=request","method":"GET"} []
[2022-04-25T11:34:17.882474+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:34:17.930100+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=request","method":"GET"} []
[2022-04-25T11:34:27.569032+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:34:27.573034+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:34:27.689846+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bb06d7"},"request_uri":"http://mail.mucdonald.com/_profiler/bb06d7/search/results?limit=10","method":"GET"} []
[2022-04-25T11:34:27.693545+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:34:27.713314+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:34:35.360251+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99f014"},"request_uri":"http://mail.mucdonald.com/_profiler/99f014","method":"GET"} []
[2022-04-25T11:34:35.369524+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:34:35.428466+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:34:37.201392+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99f014"},"request_uri":"http://mail.mucdonald.com/_profiler/99f014?panel=logger","method":"GET"} []
[2022-04-25T11:34:37.205255+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:34:37.224196+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:34:46.863971+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99f014"},"request_uri":"http://mail.mucdonald.com/_profiler/99f014?panel=request","method":"GET"} []
[2022-04-25T11:34:46.867882+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:34:46.886709+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=request","method":"GET"} []
[2022-04-25T11:34:50.036733+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"99f014"},"request_uri":"http://mail.mucdonald.com/_profiler/99f014?panel=request","method":"GET"} []
[2022-04-25T11:34:50.040328+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:34:50.058100+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=request","method":"GET"} []
[2022-04-25T11:34:56.995168+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:34:57.002192+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:34:57.148131+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bb06d7"},"request_uri":"http://mail.mucdonald.com/_profiler/bb06d7/search/results?limit=10","method":"GET"} []
[2022-04-25T11:34:57.152028+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:34:57.178434+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:35:09.324383+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4f89f"},"request_uri":"http://mail.mucdonald.com/_profiler/d4f89f","method":"GET"} []
[2022-04-25T11:35:09.328222+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:35:09.353878+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:36:06.464387+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\TraceableHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\TraceableHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:32.648913+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\TraceableHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\TraceableHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:40.070903+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:37:40.100914+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:37:40.100964+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:40.100997+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:40.180332+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:40.193888+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:37:40.405176+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1c618d"},"request_uri":"http://mail.mucdonald.com/_wdt/1c618d","method":"GET"} []
[2022-04-25T11:37:40.409469+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:46.626440+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:37:46.634708+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:37:46.634747+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:46.634782+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:46.635808+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:46.743168+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["jennifer.aufiche@mucdonald.com"] []
[2022-04-25T11:37:46.947936+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"jennifer.aufiche@mucdonald.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:46.951571+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 25 Apr 2022 09:37:46 GMT\r\nLocation: /\r\n\r\n\n\n \n \n \n\n Redirecting to /\n \n \n Redirecting to /.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:46.951638+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:46.951670+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:46.953580+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:46.958445+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:37:47.071254+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:37:47.080415+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:37:47.080474+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:47.080506+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:47.081796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:37:47.085585+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:47.093910+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:37:47.094551+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:37:47.217409+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:37:47.225755+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:37:47.225804+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:47.225844+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:37:47.248041+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:47.253903+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:37:47.480315+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ba05ae"},"request_uri":"http://mail.mucdonald.com/_wdt/ba05ae","method":"GET"} []
[2022-04-25T11:37:47.484174+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:51.837596+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:37:51.841412+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:51.975261+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba05ae"},"request_uri":"http://mail.mucdonald.com/_profiler/ba05ae/search/results?limit=10","method":"GET"} []
[2022-04-25T11:37:51.979113+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:52.011453+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:37:55.028317+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2b836"},"request_uri":"http://mail.mucdonald.com/_profiler/d2b836","method":"GET"} []
[2022-04-25T11:37:55.032096+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:55.057712+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:37:57.307101+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2b836"},"request_uri":"http://mail.mucdonald.com/_profiler/d2b836?panel=logger","method":"GET"} []
[2022-04-25T11:37:57.314015+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:37:57.356310+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:38:05.930500+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:38:05.934455+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:38:06.059379+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba05ae"},"request_uri":"http://mail.mucdonald.com/_profiler/ba05ae/search/results?limit=10","method":"GET"} []
[2022-04-25T11:38:06.063244+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:38:06.082831+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:38:07.814154+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4f89f"},"request_uri":"http://mail.mucdonald.com/_profiler/d4f89f","method":"GET"} []
[2022-04-25T11:38:07.818083+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:38:07.844500+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:38:11.603047+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4f89f"},"request_uri":"http://mail.mucdonald.com/_profiler/d4f89f?panel=logger","method":"GET"} []
[2022-04-25T11:38:11.606957+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:38:11.626206+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=logger","method":"GET"} []
[2022-04-25T11:38:25.242524+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4f89f"},"request_uri":"http://mail.mucdonald.com/_profiler/d4f89f?panel=request","method":"GET"} []
[2022-04-25T11:38:25.249399+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:38:25.305987+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?panel=request","method":"GET"} []
[2022-04-25T11:38:32.235420+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:38:32.239405+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:38:32.357477+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ba05ae"},"request_uri":"http://mail.mucdonald.com/_profiler/ba05ae/search/results?limit=10","method":"GET"} []
[2022-04-25T11:38:32.361099+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:38:32.379484+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:39:27.611486+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:39:27.636312+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:39:27.636378+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:27.636418+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:27.637606+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:27.721136+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["jennifer.aufiche@mucdonald.com"] []
[2022-04-25T11:39:27.910261+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"jennifer.aufiche@mucdonald.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:27.915292+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 25 Apr 2022 09:39:27 GMT\r\nLocation: /\r\n\r\n\n\n \n \n \n\n Redirecting to /\n \n \n Redirecting to /.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:27.915357+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:27.915389+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:27.917839+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:39:27.929268+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:39:28.042639+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:39:28.050455+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:39:28.050493+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:28.050523+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:28.051893+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:39:28.055639+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:39:28.063631+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:39:28.064270+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:39:28.186730+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:39:28.194785+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:39:28.194824+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:28.194856+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:39:28.223797+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:39:28.229779+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:39:28.538098+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"192ce7"},"request_uri":"http://mail.mucdonald.com/_wdt/192ce7","method":"GET"} []
[2022-04-25T11:39:28.542225+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:41:30.379177+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d2b836"},"request_uri":"http://mail.mucdonald.com/_profiler/d2b836","method":"GET"} []
[2022-04-25T11:41:30.386805+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:41:30.437887+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:42:28.940006+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search?limit=10","method":"GET"} []
[2022-04-25T11:42:28.948484+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:42:29.105437+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"192ce7"},"request_uri":"http://mail.mucdonald.com/_profiler/192ce7/search/results?limit=10","method":"GET"} []
[2022-04-25T11:42:29.109606+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:42:29.137732+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar?limit=10","method":"GET"} []
[2022-04-25T11:42:31.851399+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1cbb9d"},"request_uri":"http://mail.mucdonald.com/_profiler/1cbb9d","method":"GET"} []
[2022-04-25T11:42:31.855486+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:42:31.882793+02:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://mail.mucdonald.com/_profiler/search_bar","method":"GET"} []
[2022-04-25T11:45:31.201639+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:45:31.227547+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:45:31.227613+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:31.227655+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:31.285388+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:45:31.301718+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:45:31.648025+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b94e4e"},"request_uri":"https://mail.mucdonald.com/_wdt/b94e4e","method":"GET"} []
[2022-04-25T11:45:31.652516+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:45:31.803824+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:45:31.814889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/images/favicon.png" (from "https://mail.mucdonald.com/login")" at /home/mucdont/mail/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/images/favicon.png\" (from \"https://mail.mucdonald.com/login\") at /home/mucdont/mail/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/images/favicon.png/\". at /home/mucdont/mail/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2022-04-25T11:45:39.622424+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:45:39.630829+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:45:39.630875+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:39.630914+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:39.631950+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:39.687625+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["jennifer.aufiche@mucdonald.com"] []
[2022-04-25T11:45:39.871374+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"jennifer.aufiche@mucdonald.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:39.875291+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 25 Apr 2022 09:45:39 GMT\r\nLocation: /\r\n\r\n\n\n \n \n \n\n Redirecting to /\n \n \n Redirecting to /.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:39.875347+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:39.875376+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:39.877184+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:45:39.881677+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:45:39.991742+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:45:40.000032+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:45:40.000071+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:40.000099+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:40.000978+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-04-25T11:45:40.035712+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [42] []
[2022-04-25T11:45:40.040259+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jennifer.aufiche@mucdonald.com"} []
[2022-04-25T11:45:40.129603+02:00] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.sender AS sender_1, e0_.recipient AS recipient_2, e0_.subject AS subject_3, e0_.content AS content_4, e0_.date AS date_5, e0_.sender_name AS sender_name_6, e0_.type AS type_7, e0_.attachment AS attachment_8 FROM email e0_ WHERE e0_.type = ? ORDER BY e0_.date DESC ["inbox"] []
[2022-04-25T11:45:40.150328+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:45:40.154676+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:45:40.393374+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"606fd9"},"request_uri":"https://mail.mucdonald.com/_wdt/606fd9","method":"GET"} []
[2022-04-25T11:45:40.397191+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:45:43.780706+02:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"https://mail.mucdonald.com/logout","method":"GET"} []
[2022-04-25T11:45:43.789067+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:45:43.789121+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:43.789152+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:43.789921+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-04-25T11:45:43.825419+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [42] []
[2022-04-25T11:45:43.829293+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jennifer.aufiche@mucdonald.com"} []
[2022-04-25T11:45:43.833612+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:45:43.957056+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:45:43.965060+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:45:43.965101+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:43.965144+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:43.966196+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:45:43.970500+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:45:43.978030+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:45:43.979158+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:45:44.090651+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:45:44.098562+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:45:44.098601+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:44.098631+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:45:44.120003+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:45:44.125548+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:45:44.296499+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ff3ad8"},"request_uri":"https://mail.mucdonald.com/_wdt/ff3ad8","method":"GET"} []
[2022-04-25T11:45:44.300118+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:46:22.635668+02:00] php.DEBUG: Warning: include(/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php): failed to open stream: No such file or directory {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"trace":[{"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"function":"include"}],"count":1}}} []
[2022-04-25T11:46:22.636931+02:00] php.DEBUG: Warning: include(): Failed opening '/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php' for inclusion (include_path='.:/usr/local/php7.4/lib/php') [] []
[2022-04-25T11:46:28.928555+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:46:28.954172+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:46:28.954235+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:28.954270+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:29.019297+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:46:29.033294+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:46:29.234962+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e48a85"},"request_uri":"https://mail.mucdonald.com/_wdt/e48a85","method":"GET"} []
[2022-04-25T11:46:29.239583+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:46:34.360840+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mail.mucdonald.com/login","method":"POST"} []
[2022-04-25T11:46:34.369532+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:46:34.369574+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:34.369618+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:34.370567+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:34.453689+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["jennifer.aufiche@mucdonald.com"] []
[2022-04-25T11:46:34.648439+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"jennifer.aufiche@mucdonald.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:34.651323+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 25 Apr 2022 09:46:34 GMT\r\nLocation: https://mail.mucdonald.com/\r\n\r\n\n\n \n \n \n\n Redirecting to https://mail.mucdonald.com/\n \n \n Redirecting to https://mail.mucdonald.com/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:34.651393+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:34.651426+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:34.653519+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:46:34.658752+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:46:34.778972+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:46:34.787279+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:46:34.787318+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:34.787348+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:34.788099+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-04-25T11:46:34.827291+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [42] []
[2022-04-25T11:46:34.831040+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jennifer.aufiche@mucdonald.com"} []
[2022-04-25T11:46:34.897213+02:00] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.sender AS sender_1, e0_.recipient AS recipient_2, e0_.subject AS subject_3, e0_.content AS content_4, e0_.date AS date_5, e0_.sender_name AS sender_name_6, e0_.type AS type_7, e0_.attachment AS attachment_8 FROM email e0_ WHERE e0_.type = ? ORDER BY e0_.date DESC ["inbox"] []
[2022-04-25T11:46:34.910884+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:46:34.915188+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:46:35.141302+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69f64e"},"request_uri":"https://mail.mucdonald.com/_wdt/69f64e","method":"GET"} []
[2022-04-25T11:46:35.145549+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:46:38.327055+02:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"https://mail.mucdonald.com/logout","method":"GET"} []
[2022-04-25T11:46:38.335111+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:46:38.335149+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:38.335178+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:38.335949+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-04-25T11:46:38.368586+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [42] []
[2022-04-25T11:46:38.372586+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jennifer.aufiche@mucdonald.com"} []
[2022-04-25T11:46:38.376341+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:46:38.479529+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:46:38.487312+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:46:38.487350+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:38.487380+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:38.488458+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:46:38.491901+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:46:38.499503+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:46:38.500129+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:46:38.616809+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:46:38.624610+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:46:38.624649+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:38.624681+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:46:38.645177+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:46:38.650557+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:46:38.854574+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b7cd4"},"request_uri":"https://mail.mucdonald.com/_wdt/8b7cd4","method":"GET"} []
[2022-04-25T11:46:38.858394+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:00.847988+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://ootlouk.ovh/","method":"GET"} []
[2022-04-25T11:47:00.871436+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:47:00.871480+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:00.871512+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:00.875471+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:47:00.880616+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:00.900371+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:47:00.900984+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:47:01.030664+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T11:47:01.038913+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:47:01.038954+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:01.038987+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:01.069623+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:01.075649+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:47:01.464309+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a13ce9"},"request_uri":"https://ootlouk.ovh/_wdt/a13ce9","method":"GET"} []
[2022-04-25T11:47:01.468669+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:01.657825+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:01.670213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/images/favicon.png" (from "https://ootlouk.ovh/login")" at /home/mucdont/mail/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/images/favicon.png\" (from \"https://ootlouk.ovh/login\") at /home/mucdont/mail/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/images/favicon.png/\". at /home/mucdont/mail/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2022-04-25T11:47:10.548940+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://ootlouk.ovh/login","method":"POST"} []
[2022-04-25T11:47:10.557612+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:47:10.557663+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:10.557701+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:10.558709+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:10.617133+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["jennifer.aufiche@mucdonald.com"] []
[2022-04-25T11:47:10.813193+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"jennifer.aufiche@mucdonald.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:10.815897+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Mon, 25 Apr 2022 09:47:10 GMT\r\nLocation: https://ootlouk.ovh/\r\n\r\n\n\n \n \n \n\n Redirecting to https://ootlouk.ovh/\n \n \n Redirecting to https://ootlouk.ovh/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:10.815962+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:10.815994+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:10.817833+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:10.822487+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:47:10.936284+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://ootlouk.ovh/","method":"GET"} []
[2022-04-25T11:47:10.944867+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:47:10.944916+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:10.944947+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:10.945718+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-04-25T11:47:10.979181+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [42] []
[2022-04-25T11:47:10.983159+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jennifer.aufiche@mucdonald.com"} []
[2022-04-25T11:47:11.023172+02:00] doctrine.DEBUG: SELECT e0_.id AS id_0, e0_.sender AS sender_1, e0_.recipient AS recipient_2, e0_.subject AS subject_3, e0_.content AS content_4, e0_.date AS date_5, e0_.sender_name AS sender_name_6, e0_.type AS type_7, e0_.attachment AS attachment_8 FROM email e0_ WHERE e0_.type = ? ORDER BY e0_.date DESC ["inbox"] []
[2022-04-25T11:47:11.039697+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:11.044065+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2022-04-25T11:47:11.299052+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c6fd67"},"request_uri":"https://ootlouk.ovh/_wdt/c6fd67","method":"GET"} []
[2022-04-25T11:47:11.303028+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:26.102165+02:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"https://ootlouk.ovh/logout","method":"GET"} []
[2022-04-25T11:47:26.125622+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:47:26.125677+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:26.125709+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:26.128169+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2022-04-25T11:47:26.198791+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [42] []
[2022-04-25T11:47:26.204941+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"jennifer.aufiche@mucdonald.com"} []
[2022-04-25T11:47:26.210706+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:26.324874+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://ootlouk.ovh/","method":"GET"} []
[2022-04-25T11:47:26.332664+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:47:26.332703+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:26.332732+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:26.335216+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:47:26.338619+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:26.346468+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:47:26.347148+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:47:26.463200+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T11:47:26.471027+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:47:26.471066+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:26.471097+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:47:26.502646+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:47:26.508447+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:47:26.736771+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cad9c4"},"request_uri":"https://ootlouk.ovh/_wdt/cad9c4","method":"GET"} []
[2022-04-25T11:47:26.740873+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:58:21.838093+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T11:58:21.862024+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:58:21.862083+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:21.862115+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:21.866111+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:58:21.871578+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:58:21.892017+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:58:21.892663+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:58:21.897825+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://ootlouk.ovh/","method":"GET"} []
[2022-04-25T11:58:21.907945+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:58:21.907989+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:21.908019+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:21.909285+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:58:21.912320+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:58:21.920457+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:58:21.920752+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:58:22.483112+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T11:58:22.492084+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:58:22.492130+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:22.492164+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:22.524576+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:58:22.530796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:58:22.679575+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T11:58:22.688647+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:58:22.688700+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:22.688735+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:22.712584+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:58:22.718569+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:58:28.475033+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"HEAD"} []
[2022-04-25T11:58:28.525095+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://ootlouk.ovh/","method":"HEAD"} []
[2022-04-25T11:58:28.536409+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:58:28.536467+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:28.536500+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:28.536854+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:58:28.536908+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:28.536949+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:28.547853+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:58:28.547917+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:58:28.560646+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:58:28.561106+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:58:28.604097+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:58:28.604154+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:58:28.605898+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:58:28.605913+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:58:38.594764+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T11:58:38.603443+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:58:38.603491+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:38.603523+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:38.604689+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:58:38.607672+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:58:38.615498+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:58:38.615788+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:58:38.848984+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T11:58:38.857239+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:58:38.857278+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:38.857310+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:58:38.904849+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:58:38.911746+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:59:19.977862+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T11:59:20.001882+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:59:20.001927+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:20.001958+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:20.006425+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:59:20.011938+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:59:20.032382+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:59:20.033032+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:59:20.244133+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T11:59:20.253040+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:59:20.253099+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:20.253140+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:20.285500+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:59:20.292008+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:59:21.045949+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e2ca2"},"request_uri":"http://ootlouk.ovh/_wdt/1e2ca2","method":"GET"} []
[2022-04-25T11:59:21.050129+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:59:25.146009+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:59:25.156480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /assets/images/favicon.png"" at /home/mucdont/mail/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /assets/images/favicon.png\" at /home/mucdont/mail/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/images/favicon.png/\". at /home/mucdont/mail/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2022-04-25T11:59:39.832923+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"HEAD"} []
[2022-04-25T11:59:39.855875+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:59:39.855918+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:39.855950+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:39.859859+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:59:39.864868+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:59:39.883969+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:59:39.884613+02:00] security.DEBUG: Calling Authentication entry point. [] []
DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:37.271830+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:37.273123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:59:37.273337+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:59:37.273976+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:59:37.276252+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:59:37.284553+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:59:37.284866+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T11:59:39.937878+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://ootlouk.ovh/","method":"HEAD"} []
[2022-04-25T11:59:39.946743+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T11:59:39.946782+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:39.946812+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T11:59:39.948006+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T11:59:39.950970+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T11:59:39.958763+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T11:59:39.959038+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:00:13.168566+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://mail.mucdonald.com/","method":"GET"} []
[2022-04-25T12:00:13.168600+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:00:13.193668+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:00:13.193701+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:00:13.193736+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:00:13.193754+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:00:13.193770+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:00:13.193786+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:00:13.198057+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:00:13.198097+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:00:13.203749+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:00:13.203761+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:00:13.224910+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:00:13.225000+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:00:13.225742+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:00:13.225805+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:00:13.519480+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mail.mucdonald.com/login","method":"GET"} []
[2022-04-25T12:00:13.528269+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:00:13.528323+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:00:13.528356+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:00:13.557534+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T12:00:13.560718+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:00:13.566878+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:00:13.567685+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:00:13.567737+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:00:13.567772+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:00:13.594540+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:00:13.600910+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:01:03.656477+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:01:03.681917+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:01:03.681976+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:03.682010+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:03.686472+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:01:03.692187+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:01:03.713188+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:01:03.713847+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:01:03.897888+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T12:01:03.906575+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:01:03.906623+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:03.906657+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:03.938841+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:01:03.945252+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:01:43.930730+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:01:43.955562+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:01:43.955604+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:43.955636+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:43.959770+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:01:43.965233+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:01:43.985580+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:01:43.986208+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:01:44.238195+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T12:01:44.246654+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:01:44.246693+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:44.246725+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:44.276971+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:01:44.283131+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:01:45.956959+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:01:45.981656+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:01:45.981714+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:45.981744+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:45.985980+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:01:45.991480+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:01:46.011561+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:01:46.012150+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:01:46.247905+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:01:46.256085+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:01:46.256124+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:46.256154+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:01:46.257292+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:01:46.260189+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:01:46.267505+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:01:46.267765+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:02:28.282427+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T12:02:28.306955+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:02:28.306996+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:02:28.307029+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:02:28.358801+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:02:28.372947+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:02:30.457622+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T12:02:30.465908+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:02:30.465947+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:02:30.465978+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:02:30.487880+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:02:30.493481+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:02:44.550780+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:02:44.576388+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:02:44.576447+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:02:44.576479+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:02:44.580482+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:02:44.586104+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:02:44.606739+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:02:44.607417+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:02:44.868262+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T12:02:44.877328+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:02:44.877395+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:02:44.877437+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:02:44.910182+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:02:44.916823+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:02:45.986168+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c6487"},"request_uri":"http://ootlouk.ovh/_wdt/3c6487","method":"GET"} []
[2022-04-25T12:02:45.992760+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:11:26.610465+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"https://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:11:26.636322+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:11:26.636381+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:11:26.636415+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:11:26.640858+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:11:26.646419+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:11:26.666496+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:11:26.667116+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:11:28.254749+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T12:11:28.263511+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:11:28.263563+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:11:28.263596+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:11:28.296407+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:11:28.302937+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:11:36.125013+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"167a31"},"request_uri":"https://ootlouk.ovh/_wdt/167a31","method":"GET"} []
[2022-04-25T12:11:36.129458+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:12:15.668221+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:12:15.691496+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:12:15.691545+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:12:15.691576+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:12:15.695674+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:12:15.701284+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:12:15.722051+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:12:15.722742+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:12:16.440869+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T12:12:16.453874+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:12:16.453970+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:12:16.454030+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:12:16.492391+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:12:16.498949+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:12:19.775802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"654522"},"request_uri":"http://ootlouk.ovh/_wdt/654522","method":"GET"} []
[2022-04-25T12:12:19.787282+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:14:43.949870+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:14:43.974937+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:14:43.974976+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:14:43.975005+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:14:43.979026+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:14:43.985919+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:14:44.011556+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:14:44.012197+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:20:42.722654+02:00] request.INFO: Matched route "app_homepage". {"route":"app_homepage","route_parameters":{"_route":"app_homepage","_controller":"App\\Controller\\AppController::index"},"request_uri":"http://ootlouk.ovh/","method":"GET"} []
[2022-04-25T12:20:42.760194+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:20:42.760256+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:20:42.760289+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:20:42.766467+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:20:42.774291+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:20:42.803420+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/mucdont/mail/vendor/symfony/security-http/Firewall/AccessListener.php:89)"} []
[2022-04-25T12:20:42.804435+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-04-25T12:20:43.090520+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://ootlouk.ovh/login","method":"GET"} []
[2022-04-25T12:20:43.099637+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-04-25T12:20:43.099688+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:20:43.099722+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-04-25T12:20:43.138053+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T12:20:43.144890+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-04-25T12:20:49.189274+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23b1e5"},"request_uri":"http://ootlouk.ovh/_wdt/23b1e5","method":"GET"} []
[2022-04-25T12:20:49.194902+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\CurlHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\CurlHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-04-25T13:57:14.467999+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2022-04-25T13:57:14.546918+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2022-04-25T13:57:14.549913+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2022-04-25T13:57:14.574866+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-04-25T13:57:14.576181+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2022-04-25T13:57:14.576754+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2022-04-25T13:57:14.577310+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-04-25T13:57:14.577816+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T13:57:14.578318+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-04-25T13:57:14.578841+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T13:57:14.579398+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-04-25T13:57:14.579967+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-04-25T13:57:14.580572+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-04-25T13:57:14.581077+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2022-04-25T13:57:14.581580+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-04-25T13:57:14.582071+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-04-25T13:57:14.582538+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T13:57:14.583069+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2022-04-25T13:57:14.583549+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2022-04-25T13:57:14.585032+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-04-25T13:57:14.586553+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-04-25T13:57:14.587021+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-04-25T13:57:14.587526+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2022-04-25T13:57:14.588065+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2022-04-25T13:57:14.588920+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T13:57:14.589738+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T13:57:14.590473+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T13:57:14.591255+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T13:57:14.592513+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T13:57:14.594020+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T13:57:14.594839+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T13:57:14.595581+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-04-25T13:57:14.596287+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2022-04-25T13:57:14.596892+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2022-04-25T13:57:14.597576+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2022-04-25T13:57:14.598327+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2022-04-25T13:57:14.601437+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2022-04-25T13:57:14.602218+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2022-04-25T13:57:14.602863+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2022-04-25T13:57:14.604352+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T13:57:14.604922+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2022-04-25T13:57:14.605405+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2022-04-25T13:57:14.606404+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-04-25T13:57:14.606939+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2022-04-25T13:57:14.607416+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-04-25T13:57:14.608170+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2022-04-25T13:57:14.608960+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2022-04-25T13:57:14.609528+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2022-04-25T13:57:14.610035+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2022-04-25T13:57:14.610528+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2022-04-25T13:57:14.611021+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-04-25T13:57:14.611532+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-04-25T13:57:14.612027+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-04-25T13:57:14.612558+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2022-04-25T13:57:14.613065+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2022-04-25T13:57:14.613577+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T13:57:14.614219+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T13:57:14.615324+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T13:57:14.615872+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T13:57:14.618001+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T13:57:14.619563+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T13:57:14.620097+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T13:57:14.620649+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2022-04-25T13:57:14.621235+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2022-04-25T13:57:14.621780+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2022-04-25T13:57:14.622249+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2022-04-25T13:57:14.622734+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2022-04-25T13:57:14.623224+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2022-04-25T13:57:14.623764+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2022-04-25T13:57:14.624244+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T13:57:14.624779+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T13:57:14.625381+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T13:57:14.625919+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2022-04-25T13:57:14.626407+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2022-04-25T13:57:14.626886+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T13:57:14.627377+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-04-25T13:57:14.628855+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T13:57:14.630354+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2022-04-25T13:57:14.630863+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-04-25T13:57:14.631373+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2022-04-25T13:57:14.631879+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T13:57:14.632398+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T13:57:14.633259+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T13:57:14.633907+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T13:57:14.634466+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T13:57:14.636579+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T13:57:14.637118+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T13:57:14.637624+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T13:57:14.638131+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T13:57:14.638625+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T13:57:14.639174+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T13:57:14.639708+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T13:57:14.640230+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-04-25T13:57:14.640780+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T13:57:14.641348+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T13:57:14.641852+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-04-25T13:57:14.642375+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T13:57:14.642869+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T13:57:14.643392+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-04-25T13:57:14.643922+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-04-25T13:57:15.795129+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T13:57:15.796156+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T13:57:15.796809+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T13:57:15.797330+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T13:57:15.797829+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T13:57:15.798350+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"pat.ato@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-04-25T13:57:15.798901+02:00] doctrine.DEBUG: "COMMIT" [] []
[2022-05-03T21:41:15.318076+02:00] php.INFO: User Deprecated: Class "Symfony\Component\HttpClient\TraceableHttpClient" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Class \"Symfony\\Component\\HttpClient\\TraceableHttpClient\" should implement method \"Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions(array $options)\": Returns a new instance of the client with new default options. at /home/mucdont/mail/vendor/symfony/error-handler/DebugClassLoader.php:378)"} []
[2022-05-03T21:41:20.504446+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2022-05-03T21:41:20.608351+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2022-05-03T21:41:20.611597+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2022-05-03T21:41:20.635492+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-05-03T21:41:20.636291+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2022-05-03T21:41:20.637119+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2022-05-03T21:41:20.637658+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-05-03T21:41:20.638188+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-05-03T21:41:20.638693+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-05-03T21:41:20.639231+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-05-03T21:41:20.639798+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-05-03T21:41:20.640359+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-05-03T21:41:20.641011+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-05-03T21:41:20.641571+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2022-05-03T21:41:20.642134+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-05-03T21:41:20.642670+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-05-03T21:41:20.643262+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-05-03T21:41:20.644033+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2022-05-03T21:41:20.644762+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2022-05-03T21:41:20.646914+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-05-03T21:41:20.648501+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-05-03T21:41:20.649017+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-05-03T21:41:20.649583+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2022-05-03T21:41:20.650136+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2022-05-03T21:41:20.650979+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-03T21:41:20.651846+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-03T21:41:20.652912+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-03T21:41:20.653785+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-03T21:41:20.654537+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-03T21:41:20.655362+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-03T21:41:20.656140+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-03T21:41:20.656895+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-03T21:41:20.657645+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2022-05-03T21:41:20.658190+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2022-05-03T21:41:20.658854+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2022-05-03T21:41:20.659699+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2022-05-03T21:41:20.660472+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2022-05-03T21:41:20.661150+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2022-05-03T21:41:20.661744+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2022-05-03T21:41:20.663339+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"trash","8":null} []
[2022-05-03T21:41:20.663900+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2022-05-03T21:41:20.664397+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2022-05-03T21:41:20.665419+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-05-03T21:41:20.665928+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2022-05-03T21:41:20.666420+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-05-03T21:41:20.666929+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2022-05-03T21:41:20.667460+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2022-05-03T21:41:20.667972+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2022-05-03T21:41:20.668482+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2022-05-03T21:41:20.668998+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2022-05-03T21:41:20.669504+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-05-03T21:41:20.670025+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-05-03T21:41:20.670522+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-05-03T21:41:20.671052+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2022-05-03T21:41:20.671603+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2022-05-03T21:41:20.672108+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-03T21:41:20.672592+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-05-03T21:41:20.673810+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-05-03T21:41:20.674344+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-03T21:41:20.676429+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-05-03T21:41:20.677983+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-05-03T21:41:20.678516+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-03T21:41:20.679064+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2022-05-03T21:41:20.679640+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2022-05-03T21:41:20.680224+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2022-05-03T21:41:20.680717+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2022-05-03T21:41:20.681254+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2022-05-03T21:41:20.681766+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2022-05-03T21:41:20.682299+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2022-05-03T21:41:20.682797+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-05-03T21:41:20.683348+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-05-03T21:41:20.683879+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-03T21:41:20.684368+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2022-05-03T21:41:20.684883+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2022-05-03T21:41:20.685407+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-03T21:41:20.686092+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-05-03T21:41:20.687804+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-03T21:41:20.689856+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2022-05-03T21:41:20.690867+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-05-03T21:41:20.691965+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2022-05-03T21:41:20.692824+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-05-03T21:41:20.693501+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-03T21:41:20.694057+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-03T21:41:20.694708+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-03T21:41:20.695334+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-03T21:41:20.697401+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-03T21:41:20.697888+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-03T21:41:20.698378+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-03T21:41:20.698920+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-03T21:41:20.699453+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-03T21:41:20.699963+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-03T21:41:20.700496+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-03T21:41:20.701021+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-03T21:41:20.701544+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-03T21:41:20.702047+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-03T21:41:20.702550+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-03T21:41:20.703049+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-05-03T21:41:20.703617+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-05-03T21:41:20.704128+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-05-03T21:41:20.704626+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-03T21:41:20.705123+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"p.hernandez@pandaman.com","2":"r.martinez@pandaman.com","3":"Entretien annuel","4":"Bonjour Rachel,
Je [...]","5":"2021-04-15T12:15:16+02:00","6":"Patrick Hernandez","7":"inbox","8":null} []
[2022-05-03T21:41:20.705616+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"josette.durose@lefonce.com","2":"r.martinez@pandaman.com","3":"Norme NF Coupe Pomme","4":"Bonjour Madame Martinez,
Vo [...]","5":"2021-04-17T12:15:16+02:00","6":"La compagnie","7":"inbox","8":null} []
[2022-05-03T21:41:20.706667+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"m.cargot@pandaman.com","2":"r.martinez@pandaman.com","3":"Fiches de test","4":"Bonjour Rachel,
Com [...]","5":"2021-04-17T12:15:16+02:00","6":"La compagnie","7":"inbox","8":null} []
[2022-05-03T21:41:20.707161+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jeanne@altransport.com","2":"r.martinez@pandaman.com","3":"Livraison imminente","4":"Bonjour Rachel,
Com [...]","5":"2021-04-18T12:15:16+02:00","6":"Jeanne","7":"inbox","8":null} []
[2022-05-03T21:41:20.707702+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"p.lebosse@pandaman.com","2":"r.martinez@pandaman.com","3":"Rappel fiche norme pour Lefoncé","4":"Bonjour Rachel,
Ava [...]","5":"2021-04-18T12:15:16+02:00","6":"Pierre Lebosse","7":"inbox","8":null} []
[2022-05-03T21:41:20.708246+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"m.cargot@pandaman.com","2":"r.martinez@pandaman.com","3":"Re : Document Coupe Pomme","4":"Bonjour Rachel,
Sui [...]","5":"2021-04-18T11:15:16+02:00","6":"Michel Cargot","7":"inbox","8":null} []
[2022-05-03T21:41:20.708769+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"m.cargot@pandaman.com","2":"r.martinez@pandaman.com","3":"Fiche de validation Coupe Pomme","4":"Rachel,
Voici ci-jo [...]","5":"2021-04-19T11:15:16+02:00","6":"Michel Cargot","7":"inbox","8":null} []
[2022-05-03T21:41:20.709270+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"valerie.fournet@aupres.com","2":"r.martinez@pandaman.com","3":"Commande Moule silicone","4":"Bonjour Madame Martinez,
Regarde [...]","5":"2021-04-20T11:15:16+02:00","6":"Mireille Ledos","7":"inbox","8":null} []
[2022-05-03T21:41:20.710272+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lucie.fer@cuisimalin.com","2":"r.martinez@pandaman.com","3":"Document important","4":"Bonjour Madame,
Voi [...]","5":"2021-04-20T10:15:16+02:00","6":"Lucie Fer","7":"inbox","8":null} []
[2022-05-03T21:41:20.710829+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"theo.lasauce@salon-cuisine [...]","2":"r.martinez@pandaman.com","3":"Places salon de la cuisine","4":"Bonjour Madame Martinez,
Tu n’ [...]","5":"2021-04-21T12:15:16+02:00","6":"Michel Cargot","7":"inbox","8":null} []
[2022-05-03T21:41:20.712390+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"p.hernandez@pandaman.com","2":"r.martinez@pandaman.com","3":"Séminaire d’été","4":"Bonjour à tous,
Afi [...]","5":"2021-04-21T14:15:16+02:00","6":"Patrick Hernandez","7":"inbox","8":null} []
[2022-05-03T21:41:21.981160+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-03T21:41:21.981849+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-03T21:41:21.982449+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-03T21:41:21.982897+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-03T21:41:21.983412+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-03T21:41:21.983895+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"pat.ato@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-03T21:41:21.984303+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"r.martinez@pandaman.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-03T21:41:21.984810+02:00] doctrine.DEBUG: "COMMIT" [] []
[2022-05-04T21:51:01.808607+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2022-05-04T21:51:01.907081+02:00] doctrine.DEBUG: DELETE FROM user [] []
[2022-05-04T21:51:01.909976+02:00] doctrine.DEBUG: DELETE FROM email [] []
[2022-05-04T21:51:01.937410+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zoe.liebling@gmail.com","2":"marlene.durand66@outlook.fr","3":"URGENT : REMBOURSEMENT ASSURANCE","4":"Bonjour Madame Durand,
[...]","5":"2020-03-12T15:23:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-05-04T21:51:01.938451+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"zora@cab-vet-montparnasse.fr","2":"marlene.durand66@outlook.fr","3":"Les soins dentaires de vot [...]","4":"Bonjour Madame,
Nou [...]","5":"2020-02-25T11:54:00+01:00","6":"Zora","7":"inbox","8":null} []
[2022-05-04T21:51:01.939158+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thierry.lagarde@cabinet-ma [...]","2":"marlene.durand66@outlook.fr","3":"Rendez vous divorce","4":"Bonjour Madame Durand,
[...]","5":"2020-01-19T17:49:00+01:00","6":"Thierry Lagarde","7":"inbox","8":null} []
[2022-05-04T21:51:01.939748+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Vos nouveaux identifiants","4":"Bonjour Madame,
Sui [...]","5":"2020-01-03T15:12:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-05-04T21:51:01.940355+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Retour de Vacances","4":"Salut Maman,
Je sui [...]","5":"2020-03-21T09:32:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-05-04T21:51:01.940996+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Retour de Vacances","4":"Salut ma fille,
Je [...]","5":"2020-03-21T11:46:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-05-04T21:51:01.941779+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Retour de Vacances","4":"Coucou Maman,
Ok pour d [...]","5":"2020-03-22T16:18:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-05-04T21:51:01.942541+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":"elodie.durand@gmail.com","3":"Re: Re: Re: Retour de Vacances","4":"Elodie,
C'est ok pour v [...]","5":"2020-03-23T10:13:00+01:00","6":"Marlène Durand","7":"sent","8":null} []
[2022-05-04T21:51:01.943242+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"elodie.durand@gmail.com","2":"marlene.durand66@outlook.fr","3":"Re: Re: Re: Re: Retour de [...]","4":"Ok, à vendredi !
Gros b [...]","5":"2020-03-23T13:38:00+01:00","6":"Elodie Durand","7":"inbox","8":null} []
[2022-05-04T21:51:01.944131+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"marlene.durand66@outlook.fr","3":"Votre banque vous informe","4":"Bonjour Marlène,
Vo [...]","5":"2020-02-18T07:16:00+01:00","6":"Zoé Liebling","7":"inbox","8":null} []
[2022-05-04T21:51:01.944746+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"financial-time@magazine.com","2":"marlene.durand66@outlook.fr","3":"Reportage Grande Fortune","4":"Bonjour,
Comme vous [...]","5":"2020-03-22T17:05:00+01:00","6":"Julien","7":"inbox","8":null} []
[2022-05-04T21:51:01.945402+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salongeneve@auto.com","2":"marlene.durand66@outlook.fr","3":"Vos billets pour le Salon [...]","4":"Bonjour Madame Durand,
[...]","5":"2019-11-13T15:28:00+01:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-05-04T21:51:01.946045+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame,
Vou [...]","5":"2019-11-15T09:33:00+01:00","6":"Clément Tune","7":"trash","8":null} []
[2022-05-04T21:51:01.946620+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"marlene.durand66@outlook.fr","3":"Votre compte en ligne","4":"Bonjour Madame Durand,
[...]","5":"2019-11-15T09:32:00+01:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-05-04T21:51:01.947198+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jose@elevage-des-lilas.com","2":"marlene.durand66@outlook.fr","3":"Remerciement dons","4":"Bonjour Madame Durand,
[...]","5":"2020-01-23T14:18:00+01:00","6":"José Caniche","7":"inbox","8":null} []
[2022-05-04T21:51:01.947860+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"john.bean@esteth-ic.com","2":"marlene.durand66@outlook.fr","3":"Remboursement soin","4":"Bonjour Madame Durand,
Suite à u [...]","5":"2020-01-31T15:00:00+01:00","6":"Service des Impots","7":"inbox","8":null} []
[2022-05-04T21:51:01.949688+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"katia.lalongue@gucci.com","2":"marlene.durand66@outlook.fr","3":"Invitation défilé Gucci","4":"Bonjour Madame Durand,
Nous aime [...]","5":"2020-02-13T10:05:00+01:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-05-04T21:51:01.951871+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"marlene.durand66@outlook.fr","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-10-27T12:18:00+01:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-05-04T21:51:01.952440+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"marlene.durand66@outlook.fr","3":"Détail de votre voyage à Bali","4":"Bonjour,
Suite à v [...]","5":"2019-10-30T13:00:00+01:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-05-04T21:51:01.953120+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"Ingrid@police-nationale.goov","2":"marlene.durand66@outlook.fr","3":"Votre fille s’est faite arrêtée","4":"Bonjour Madame,
Je [...]","5":"2020-01-01T09:32:00+01:00","6":"Ingrid Barreau","7":"inbox","8":null} []
[2022-05-04T21:51:01.953802+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jolene_foret@styledom.zizz [...]","2":"marlene.durand66@outlook.fr","3":"This is my FINAL WARNING M [...]","4":"FINAL WARNING: marlene.dur [...]","5":"2020-01-16T15:12:00+01:00","6":"Anonymous Hacker","7":"trash","8":null} []
[2022-05-04T21:51:01.954709+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-04T21:51:01.956252+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-12-25T11:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-04T21:51:01.956917+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2019-11-29T16:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-04T21:51:01.957518+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-16T13:15:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-04T21:51:01.958121+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-28T10:55:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-04T21:51:01.958916+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-03-05T09:34:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-04T21:51:01.959500+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-02-14T14:19:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-04T21:51:01.960112+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lina680@cased.elaeosaccharum.top","2":"marlene.durand66@outlook.fr","3":"IMPORTANT! Vous avez été e [...]","4":"POUR: marlene.durand66@ou [...]","5":"2020-01-23T09:12:00+01:00","6":"Pirate Anonyme","7":"trash","8":null} []
[2022-05-04T21:51:01.960706+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bg.foundation.inter2006@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION!!!","4":"Bonjour Mme / M,
No [...]","5":"2020-01-29T09:36:00+01:00","6":"bg.foundation.inter","7":"inbox","8":null} []
[2022-05-04T21:51:01.961410+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"foundation_billgates1@o2.pl","2":"marlene.durand66@outlook.fr","3":"FELICITATION A VOUS !!!","4":"Bonjour Mme / Mr,
N [...]","5":"2019-12-02T14:28:00+01:00","6":"foundation_billgates1","7":"trash","8":null} []
[2022-05-04T21:51:01.961915+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale02@yahoo.fr","2":"marlene.durand66@outlook.fr","3":"Proposition","4":"Bonsoir,
Je vou [...]","5":"2019-11-18T14:13:00+01:00","6":"Kouakou Chantale","7":"trash","8":null} []
[2022-05-04T21:51:01.962485+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"kk_chantale01@yahoo.fr","2":"marlene.durand66@outlook.fr","3":" Je viens solliciter un Pa [...]","4":"Bonsoir,
Je vou [...]","5":"2019-11-29T12:28:00+01:00","6":"chantale koukou","7":"inbox","8":null} []
[2022-05-04T21:51:01.963076+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"customers@lsb-u.co.uk","2":"marlene.durand66@outlook.fr","3":"Honorable Correspondant (F [...]","4":"Honorable Correspondant (F [...]","5":"2020-02-05T10:45:00+01:00","6":"customer service","7":"inbox","8":null} []
[2022-05-04T21:51:01.963581+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"security@security.com>","2":"marlene.durand66@outlook.fr","3":"Attention! Votre compte Pa [...]","4":"Chers PayPal,
Vous [...]","5":"2020-03-13T15:38:00+01:00","6":"service@paypal.fr","7":"inbox","8":null} []
[2022-05-04T21:51:01.964042+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"paypal@security.com","2":"marlene.durand66@outlook.fr","3":"Mise a jour Critique - dis [...]","4":"Cher(e) PayPal client(e)
[...]","5":"2019-09-20T17:12:00+02:00","6":"Zora","7":"inbox","8":null} []
[2022-05-04T21:51:01.965487+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Vos nouveaux identifiants [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"trash","8":null} []
[2022-05-04T21:51:01.965909+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"cecile.dubois@outlook.fr","2":"jp.dubois73@outlook.com","3":"Retour de Vacances","4":"Salut mon roudoudou ,
[...]","5":"2019-09-20T17:12:00+02:00","6":"Cécile","7":"inbox","8":null} []
[2022-05-04T21:51:01.966442+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"creditbalte@hotmail.com","2":"jp.dubois73@outlook.com","3":"Votre banque vous informe","4":"Bonjour Jean Pierre,
Comme vou [...]","5":"2019-09-20T17:12:00+02:00","6":"Julien - Financial Time","7":"inbox","8":null} []
[2022-05-04T21:51:01.967614+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"salonhorlogerie@geneve.com","2":"jp.dubois73@outlook.com","3":"Vos billets pour le Salon [...]","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Aurore Bellman","7":"inbox","8":null} []
[2022-05-04T21:51:01.968077+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clotilde.dubois@laposte.net","2":"jp.dubois73@outlook.com","3":"BESOIN DE TON AIDE","4":"Bonjour,
Je suis b [...]","5":"2019-09-20T17:12:00+02:00","6":"Clotilde","7":"inbox","8":null} []
[2022-05-04T21:51:01.968512+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"clement@creditgen.ch","2":"jp.dubois73@outlook.com","3":"Changement de vos mots de passe","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Clément Tune","7":"inbox","8":null} []
[2022-05-04T21:51:01.968951+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"yvette@lacabaneduchasseur","2":"jp.dubois73@outlook.com","3":"Remerciement dons","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Yvette Bigueul","7":"inbox","8":null} []
[2022-05-04T21:51:01.969387+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"thomas@rolex.com","2":"jp.dubois73@outlook.com","3":"Votre cadeau fidélité","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Thomas Aleur","7":"inbox","8":null} []
[2022-05-04T21:51:01.969837+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"impot.gouv@outlook.com","2":"jp.dubois73@outlook.com","3":"Réduisez vos impôts","4":"Bonjour,
Suite à u [...]","5":"2019-09-20T17:12:00+02:00","6":"Service des impôts","7":"inbox","8":null} []
[2022-05-04T21:51:01.970283+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bill.bon@ryders.com","2":"jp.dubois73@outlook.com","3":"Invitation Ryder Cup","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Bill Bon","7":"inbox","8":null} []
[2022-05-04T21:51:01.970730+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.aulait@mercedes.com","2":"jp.dubois73@outlook.com","3":"Votre voiture est prête","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Marie Aulait","7":"inbox","8":null} []
[2022-05-04T21:51:01.971154+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"gabrielle.danois@bfm.net","2":"jp.dubois73@outlook.com","3":"Invitation BFM","4":"Bonjour,
Nous aime [...]","5":"2019-09-20T17:12:00+02:00","6":"Gabrielle Danois","7":"inbox","8":null} []
[2022-05-04T21:51:01.971660+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"laurent@airfrance.com","2":"jp.dubois73@outlook.com","3":"Votre vol pour Bali","4":"Bonjour,
Votre avi [...]","5":"2019-09-20T17:12:00+02:00","6":"Laurent Yvesaint","7":"inbox","8":null} []
[2022-05-04T21:51:01.972104+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"adrien@conciergerie-saint- [...]","2":"jp.dubois73@outlook.com","3":"Détail de votre voyage à Miami","4":"Bonjour,
Suite à v [...]","5":"2019-09-20T17:12:00+02:00","6":"Adrien Laplante","7":"inbox","8":null} []
[2022-05-04T21:51:01.972581+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"edouard-dubois@hotmail.com","2":"jp.dubois73@outlook.com","3":"Nouvelles des études","4":"Salut Papa,
Je t’envoi [...]","5":"2019-09-20T17:12:00+02:00","6":"Edouard","7":"inbox","8":null} []
[2022-05-04T21:51:01.973092+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"horlogerie@londoneye.com","2":"jp.dubois73@outlook.com","3":"Visite gratuite de l’horlogerie","4":"Bonjour Monsieur Dubois, < [...]","5":"2019-09-20T17:12:00+02:00","6":"Maurice Cadran","7":"inbox","8":null} []
[2022-05-04T21:51:01.973667+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Re :Sortie Vendredi soir","4":"Salut Jennifer,
Oui [...]","5":"2021-08-23T06:06:16+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-04T21:51:01.974165+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"jennifier.aufiche@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-28T10:01:10+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-05-04T21:51:01.975470+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"jennifier.aufiche@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-09-01T07:30:02+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-05-04T21:51:01.976207+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"vincent.lemballe@cart-on.com","2":"jennifier.aufiche@mucdonald.com","3":"Nouvel emballage","4":"Bonjour Madame Aufiche,
Je [...]","5":"2021-09-05T18:15:21+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-04T21:51:01.978596+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"mundir.katpartroi@com-fast.com","2":"jennifier.aufiche@mucdonald.com","3":"Campagne visuel","4":"Bonjour Madame Aufiche,
Pour que v [...]","5":"2021-08-23T16:21:23+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-05-04T21:51:01.980315+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-28T19:08:08+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-05-04T21:51:01.980916+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"RE : Le dernier ingrédient","4":"Bonjour Stan,
Merci [...]","5":"2021-09-02T12:15:07+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-04T21:51:01.981529+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ben.benzen@labo-tyro.com","2":"stan.nugaits@mucdonald.com","3":"Test ingrédients future recette","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-02T12:12:12+02:00","6":"Ben Benzen","7":"inbox","8":null} []
[2022-05-04T21:51:01.982126+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"florian.mirouze@outlook.com","2":"stan.nugaits@mucdonald.com","3":"Candidature stage","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-05T16:02:02+02:00","6":"Florian Mirouze","7":"inbox","8":null} []
[2022-05-04T21:51:01.982716+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jonas@concier-jerie.com","2":"stan.nugaits@mucdonald.com","3":"Votre rendez vous coiffeur [...]","4":"Bonjour Monsieur,
J [...]","5":"2021-09-10T20:02:52+02:00","6":"Jonas","7":"inbox","8":null} []
[2022-05-04T21:51:01.983261+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie.curry@shark-industries.com","2":"stan.nugaits@mucdonald.com","3":"Votre nouvel centrifugeuse","4":"Bonjour Monsieur Nugaits,< [...]","5":"2021-09-12T15:25:21+02:00","6":"Marie Curry","7":"inbox","8":null} []
[2022-05-04T21:51:01.983835+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"bernie.corneillet@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rapport nouvel ingrédient","4":"Bonjour Stan,
Comme [...]","5":"2021-09-18T01:35:21+02:00","6":"Bernie Corneillet","7":"inbox","8":null} []
[2022-05-04T21:51:01.984398+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"fanny.ardent@club-privé.com","2":"stan.nugaits@mucdonald.com","3":"Soirée Club Privé 'le Pani [...]","4":"Bonjour Stan,
Tu m’ [...]","5":"2021-09-18T01:35:21+02:00","6":"Fanny Ardent","7":"inbox","8":null} []
[2022-05-04T21:51:01.985005+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"pat.ato@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-07-25T12:06:04+02:00","6":"Patrick Onattendpas","7":"inbox","8":null} []
[2022-05-04T21:51:01.985559+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"marie-bernout@mariati.com","2":"pat.ato@mucdonald.com","3":"Nouvel ingrédient","4":"Bonjour,
Pour que v [...]","5":"2021-07-29T16:30:01+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-05-04T21:51:01.986451+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-05-04T21:51:01.987102+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Fiche de suivi de la viand [...]","4":"Bonjour Pat,
Suite [...]","5":"2021-08-18T14:01:01+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-04T21:51:01.987678+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"joris.paton@briochebronzee.com","2":"pat.ato@mucdonald.com","3":"Conformité pain à burger","4":"Bonjour Monsieur,
S [...]","5":"2021-08-19T12:12:12+02:00","6":"Joris Paton","7":"inbox","8":null} []
[2022-05-04T21:51:01.988256+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"al.collique@dga.gouv","2":"pat.ato@mucdonald.com","3":"Problème sanitaire Muc Don [...]","4":"Bonjour Monsieur Ato,
< [...]","5":"2021-08-19T18:18:18+02:00","6":"Al Collique","7":"inbox","8":null} []
[2022-05-04T21:51:01.988926+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Sortie Vendredi soir","4":"Salut Madison,
J’ai [...]","5":"2021-08-22T12:15:10+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-04T21:51:01.989498+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"patrick.onattendpas@patlet [...]","2":"madison.ribs@mucdonald.com","3":"La recette du bonheur","4":"Bonjour Madame Ribs,
Pour que v [...]","5":"2021-08-31T09:09:09+02:00","6":"Marie Bernout","7":"inbox","8":null} []
[2022-05-04T21:51:01.993701+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"ulysse.bauvin@chabal.com","2":"madison.ribs@mucdonald.com","3":"Partenariat viande","4":"Bonjour Madame Ribs,
Co [...]","5":"2021-09-02T06:35:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-04T21:51:01.995480+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stacy.bifton@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Très bons résultats 2019","4":"Bonjour Madison,
No [...]","5":"2021-09-03T16:16:16+02:00","6":"Stacy Bifton","7":"inbox","8":null} []
[2022-05-04T21:51:01.996064+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"nancy.laplace@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Organisation du Voyage Incentive","4":"Bonjour à tous,
Je [...]","5":"2021-08-12T10:02:00+02:00","6":"Nancy Laplace","7":"inbox","8":null} []
[2022-05-04T21:51:01.996719+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"richard.viré@hotmail.com","2":"madison.ribs@mucdonald.com","3":"Candidature RH","4":"Bonjour Madame,
Aya [...]","5":"2021-09-09T09:09:09+02:00","6":"Richard Viré","7":"inbox","8":null} []
[2022-05-04T21:51:01.997374+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Fiche de suivi de la [...]","4":"Bonjour Madison,
Je [...]","5":"2021-09-10T12:30:03+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-05-04T21:51:01.997987+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-04T21:51:01.998592+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-04T21:51:02.007745+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Rendez vous nouvelle recette","4":"Bonjour à tous,
Je [...]","5":"2021-08-22T12:15:12+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-04T21:51:02.008479+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madame Ribs,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-04T21:51:02.011077+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-04T21:51:02.011631+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour Madison,
Pa [...]","5":"2021-08-30T10:02:01+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-04T21:51:02.012528+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-04T21:51:02.013104+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-04T21:51:02.013711+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"pat.ato@mucdonald.com","3":"Re : Rendez vous nouvelle [...]","4":"Bonjour,
Je serais [...]","5":"2021-08-30T11:03:00+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-04T21:51:02.014324+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-04T21:51:02.014854+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-04T21:51:02.015401+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":"pat.ato@mucdonald.com","3":"A propos de la nouvelle recette","4":"Bonjour à tous,
J’a [...]","5":"2021-09-01T08:06:06+02:00","6":"Jennifer Aufiche","7":"inbox","8":null} []
[2022-05-04T21:51:02.015902+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.comm","2":"pat.ato@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-04T21:51:02.016786+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-04T21:51:02.017359+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
C [...]","5":"2021-09-02T09:06:05+02:00","6":"Madison Ribs","7":"inbox","8":null} []
[2022-05-04T21:51:02.017826+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"jennifer.aufiche@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-05-04T21:51:02.018506+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"stan.nugaits@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-05-04T21:51:02.019151+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"pat.ato@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour,
L’idée d’u [...]","5":"2021-09-06T12:12:12+02:00","6":"Pat Ato","7":"inbox","8":null} []
[2022-05-04T21:51:02.019759+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":"madison.ribs@mucdonald.com","3":"Re : A propos de la nouvel [...]","4":"Bonjour Jennifer,
S [...]","5":"2021-09-06T18:15:16+02:00","6":"Stan Nugaits","7":"inbox","8":null} []
[2022-05-04T21:51:02.020446+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"p.hernandez@pandaman.com","2":"r.martinez@pandaman.com","3":"Entretien annuel","4":"Bonjour Rachel,
Je [...]","5":"2021-04-15T12:15:16+02:00","6":"Patrick Hernandez","7":"inbox","8":null} []
[2022-05-04T21:51:02.021028+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"josette.durose@lefonce.com","2":"r.martinez@pandaman.com","3":"Norme NF Coupe Pomme","4":"Bonjour Madame Martinez,
Vo [...]","5":"2021-04-17T12:15:16+02:00","6":"La compagnie","7":"inbox","8":null} []
[2022-05-04T21:51:02.022322+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"m.cargot@pandaman.com","2":"r.martinez@pandaman.com","3":"Fiches de test","4":"Bonjour Rachel,
Com [...]","5":"2021-04-17T12:15:16+02:00","6":"La compagnie","7":"inbox","8":null} []
[2022-05-04T21:51:02.022941+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"jeanne@altransport.com","2":"r.martinez@pandaman.com","3":"Livraison imminente","4":"Bonjour Rachel,
Com [...]","5":"2021-04-18T12:15:16+02:00","6":"Jeanne","7":"inbox","8":null} []
[2022-05-04T21:51:02.023610+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"p.lebosse@pandaman.com","2":"r.martinez@pandaman.com","3":"Rappel fiche norme pour Lefoncé","4":"Bonjour Rachel,
Ava [...]","5":"2021-04-18T12:15:16+02:00","6":"Pierre Lebosse","7":"inbox","8":null} []
[2022-05-04T21:51:02.024483+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"m.cargot@pandaman.com","2":"r.martinez@pandaman.com","3":"Re : Document Coupe Pomme","4":"Bonjour Rachel,
Sui [...]","5":"2021-04-18T11:15:16+02:00","6":"Michel Cargot","7":"inbox","8":null} []
[2022-05-04T21:51:02.025043+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"m.cargot@pandaman.com","2":"r.martinez@pandaman.com","3":"Fiche de validation Coupe Pomme","4":"Rachel,
Voici ci-jo [...]","5":"2021-04-19T11:15:16+02:00","6":"Michel Cargot","7":"inbox","8":null} []
[2022-05-04T21:51:02.025645+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"valerie.fournet@aupres.com","2":"r.martinez@pandaman.com","3":"Commande Moule silicone","4":"Bonjour Madame Martinez,
Regarde [...]","5":"2021-04-20T11:15:16+02:00","6":"Mireille Ledos","7":"inbox","8":null} []
[2022-05-04T21:51:02.026776+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"lucie.fer@cuisimalin.com","2":"r.martinez@pandaman.com","3":"Document important","4":"Bonjour Madame,
Voi [...]","5":"2021-04-20T10:15:16+02:00","6":"Lucie Fer","7":"inbox","8":null} []
[2022-05-04T21:51:02.027368+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"theo.lasauce@salon-cuisine [...]","2":"r.martinez@pandaman.com","3":"Places salon de la cuisine","4":"Bonjour Madame Martinez,
Tu n’ [...]","5":"2021-04-21T12:15:16+02:00","6":"Michel Cargot","7":"inbox","8":null} []
[2022-05-04T21:51:02.029123+02:00] doctrine.DEBUG: INSERT INTO email (sender, recipient, subject, content, date, sender_name, type, attachment) VALUES (?, ?, ?, ?, ?, ?, ?, ?) {"1":"p.hernandez@pandaman.com","2":"r.martinez@pandaman.com","3":"Séminaire d’été","4":"Bonjour à tous,
Afi [...]","5":"2021-04-21T14:15:16+02:00","6":"Patrick Hernandez","7":"inbox","8":null} []
[2022-05-04T21:51:03.297176+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"marlene.durand66@outlook.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-04T21:51:03.297968+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jp.dubois73@outlook.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-04T21:51:03.299112+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"stan.nugaits@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-04T21:51:03.299550+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"jennifer.aufiche@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-04T21:51:03.300076+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"madison.ribs@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-04T21:51:03.300691+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"pat.ato@mucdonald.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-04T21:51:03.301235+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"r.martinez@pandaman.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} []
[2022-05-04T21:51:03.301902+02:00] doctrine.DEBUG: "COMMIT" [] []
[2022-05-04T21:58:07.614796+02:00] php.DEBUG: Warning: include(/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php): failed to open stream: No such file or directory {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"trace":[{"file":"/home/mucdont/mail/vendor/symfony/http-kernel/Kernel.php","line":456,"function":"include"}],"count":1}}} []
[2022-05-04T21:58:07.615941+02:00] php.DEBUG: Warning: include(): Failed opening '/home/mucdont/mail/var/cache/de_/App_KernelDevDebugContainer.php' for inclusion (include_path='.:/usr/local/php7.4/lib/php') [] []