Code Monkey home page Code Monkey logo

snappymail's People

Contributors

akhil1508 avatar alphix avatar arturbonnett avatar chiyi4488 avatar cm-schl avatar daliusm avatar ervee avatar esroyo avatar fwest98 avatar hampoelz avatar hguilbert avatar hifihedgehog avatar icedman21 avatar insertc0in avatar leojonathanoh avatar lota avatar mayswind avatar ner00 avatar philippmundhenk avatar rainloop avatar s-a-l13 avatar sergeymosin avatar skibbipl avatar sloomy avatar strobeltobias avatar techwolfy avatar the-djmaze avatar thecutefoxxy avatar tinola avatar tkasch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

snappymail's Issues

No menu available in compose mail window

RainLoop version, browser, OS:
the-djmaze7, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:
In the compose mail window on the right hand side is a button with three lines. Usually I can select options with this button like "read confirmation" and other things. But when I click on this button, nothing happens.

Steps to reproduce the problem:
see description above

Logs or screenshots:
no server logs, no browser logs are available
screenshot_mail-compose

Space to select emails does not work

SnappyMail version, browser, OS:
SnappyMail 2.0.0-rc2
Firefox 81.0.1
Windows 10 x64 2004

Expected behavior and actual behavior:
I can select multiple emails with the mouse (I have checkboxes enabled) and then for instance delete all selected emails. I used to be able to do this in RainLoop with the cursor keys and the space bar, but not with SnappyMail.

Steps to reproduce the problem:
Enable "Display checkboxes in list" in settings. Use arrow keys to navigate email list, use space to select email. But that does not work.

Logs or screenshots:

sieve edit issue

RainLoop version 2.1.0, firefox 79 on fedora 33, server ubuntu 20LTS:

Expected behavior and actual behavior:
When editing a sieve rule, the filter being shown ( in my case I filtered on recipient containing a string) is being reset to a from-filter containing nothing. The sieve-file on the server is ok when saved, so I assume this has something to do with reading/parsing the sieve rules.

Identity cannot be deleted

RainLoop version, browser, OS:
SnappyMail 2.0.0-rc3, Version 86.0.4240.111 (64-Bit), Windows 10

Expected behavior and actual behavior:
Under "Settings" > "Accounts" > "Identities" it is possible to have several identities. Unfortunately it is not possible to delete an existing identity by clicking on the trash icon on the right. Nothing happens and unfortunately nothing can be found in the logs (neither PHP nor Javascript).

Steps to reproduce the problem:
see description above

Logs or screenshots:
n/a

Expanding folder also selects folder

RainLoop version, browser, OS:
2.0.0-rc2, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:
Expected:
If you click on an arrow in the folder navigation bar on the left side, the folder should be expanded, whereas the focus stays on the previously selected folder. Only if you directly click on the folder and not on the arrow, the focus should be switched to the new folder.
Actual:
If you click on an arrow in the folder navigation bar on the left side, the folder gets expanded AND the focus is switched to the expanded folder. This is a little bit cumbersome, if you want to move a message from the inbox to a subfolder.

Steps to reproduce the problem:
see description above

Logs or screenshots:
n/a

Compose new mail - Ctrl+V does not work

RainLoop version, browser, OS:
2.0.0-rc1, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:

  • Select the text of an existing mail and press Ctrl+C.
  • Compose a new mail, set the cursor in the text field and press Ctrl+V.
  • The text is not copied into the new mail.

Steps to reproduce the problem:
see description above

Logs or screenshots:
Browser log
libs.min.js:1 TypeError: Cannot read property 'before' of null
at libs.min.js:1
at Ae.Oe.insertHTML (libs.min.js:1)
at Ae.Oe.insertPlainText (libs.min.js:1)
at libs.min.js:1
Oe.didError @ libs.min.js:1
Oe.insertHTML @ libs.min.js:1
Oe.insertPlainText @ libs.min.js:1
(anonymous) @ libs.min.js:1
DataTransferItem.getAsString (async)
ke @ libs.min.js:1
Oe.fireEvent @ libs.min.js:1
Oe.handleEvent @ libs.min.js:1

Switching Dark mode fails on loaded messages

Describe the bug
When turning on 'Remove background and text colors from message body', it does not remove the colors from already loaded/read messages.
When turning off, it does not add the colors back to already loaded/read messages.

To Reproduce

  1. Go to 'Settings'
  2. Click on 'Remove background and text colors from message body'
  3. Go to mailbox
  4. Read already loaded message

Expected behavior
Remove colors from already loaded message.

Workaround
Reload browser window (F5)

Shared hosting configuration

I would love to install your version of Rainloop, but unfortunately I'm on a shared hosting environment and therefore I do not have full access to PHP and Apache configs.

After deploying your version I got the following error:
ERR_CONTENT_DECODING_FAILED 200

Then I thought I could resolve it by adding the Apache config, you mentioned in the Wiki, to a .htaccess file. But then I got a http 500 error.

Do you have some hints to enable your version on a shared hosting environment?

Auto Logout setting not saved

RainLoop version, browser, OS:
the-djmaze8, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:
Go to Settings > Security and set the parameter "Auto Logout" to "Never". Logout from your account and re-login. Go again to Settings > Security and check the parameter "Auto Logout". You will see, that it is re-set to the default value "30 Minutes".

Steps to reproduce the problem:
see description above

Logs or screenshots:
n/a

Fix Notifications and Audio API's

Not behind PC to work on this, so it's here for reference.

Currently the Notifications system is broken.
Issue is disallowed Audio and Notifications when there is no user interaction.

Also every current browser supports the Audio and Notifications API, so cleanup can be done.

The options are hidden in RainLoop when in mobile mode. Will remove that check because mobile also supports the API's.

Worker

Use worker API for background processes to keep them active on inactive browser window/tab.

Audio

Notifications

Use ServiceWorkerRegistration.showNotification() where possible.

several php issues

RainLoop version 2.1.0, firefox 79 on fedora 33, server ubuntu 20LTS::

Expected behavior and actual behavior:
when first using snappymail, I encountered these warnings in php:

[Tue Dec 08 17:34:57.909348 2020] [core:alert] [pid 209438:tid 140047357548288] [client 94.227.159.93:39742] /html/rainloop/data/.htaccess: deny not allowed here, referer: https://www.bonheidensehondenvrienden.be/rainloop/?admin
[Tue Dec 08 17:35:40.620135 2020] [proxy_fcgi:error] [pid 209438:tid 140047315584768] [client 94.227.159.93:39754] AH01071: Got error 'PHP message: PHP Notice:  Undefined variable: value in /html/snappymail/snappymail/v/2.1.0/app/libraries/RainLoop/Actions.php on line 1045'
[Tue Dec 08 17:35:50.643108 2020] [proxy_fcgi:error] [pid 209438:tid 140046518703872] [client 94.227.159.93:39760] AH01071: Got error 'PHP message: PHP Notice:  Undefined variable: value in /html/snappymail/snappymail/v/2.1.0/app/libraries/RainLoop/Actions.php on line 1045'
[Tue Dec 08 17:35:52.013671 2020] [proxy_fcgi:error] [pid 209438:tid 140047349155584] [client 94.227.159.93:39760] AH01071: Got error 'PHP message: PHP Notice:  Undefined index: File in /html/snappymail/snappymail/v/2.1.0/app/libraries/RainLoop/Providers/Identities.php on line 133PHP message: PHP Warning:  Invalid argument supplied for foreach() in /html/snappymail/snappymail/v/2.1.0/app/libraries/RainLoop/Providers/Identities.php on line 133'

I'm not quite sure what triggered these, but I guess notices like these should get fixed too, and the warning is even a bit more serious (but I think that is also something undefined) :-)

I

Replying to a mail looses empty lines

RainLoop version, browser, OS:
latest SnappyMail (https://snappymail.eu/demo/), Windows 10, Google Chrome 86.0.4240.111 (64-bit)

Expected behavior and actual behavior:

  1. Reply to a mail
  2. The existing mail looses all empty lines

Empty lines should not get lost. The formatting should be kept as good as possible.

Steps to reproduce the problem:
see description above

Logs or screenshots:
Original text:
Welcome,

this is the demo inbox of SnappyMail.eu
You can view this message in the SnappyMail and RainLoop demo's.

Best regards,

SnappyMail

Replied text:
Welcome,
this is the demo inbox of SnappyMail.eu
You can view this message in the SnappyMail and RainLoop demo's.
Best regards,
SnappyMail

CardDAV synchronization error

RainLoop version, browser, OS:
the-djmaze4, Chrome, Windows 10

Expected behavior and actual behavior:
Rainloop should get all the contacts from the CardDAV server (Nextcloud 18.0.7).

Steps to reproduce the problem:
Click on Synchronization (CardDAV)
image

Logs or screenshots:
[12:03:27.573][7186fcd4] AJAX[NOTE]: Action: DoContactsSync
[12:03:27.573][7186fcd4] POST[DATA]: {"Action":"ContactsSync","XToken":"bdf3cef0a5c3974daaa3fbc0a30c5d35"}
[12:03:27.578][7186fcd4] SQL[DATA]: SELECT value_int FROM rainloop_system WHERE sys_name = ?
[12:03:27.578][7186fcd4] SQL[DATA]: SELECT id_user FROM rainloop_users WHERE rl_email = :rl_email
[12:03:27.581][7186fcd4] DAV[DATA]: DavClient: User: user, Url: https://www.url.com/apps/cloud/remote.php/dav/principals/users/user/
[12:03:27.581][7186fcd4] DAV[DATA]: PROPFIND /apps/cloud/remote.php/dav/principals/users/user/
[12:03:30.357][7186fcd4] DAV[DATA]: PROPFIND /.well-known/carddav
[12:03:30.365][7186fcd4] INFO[NOTICE]: SabreForRainLoop\DAV\Exception: [CURL] Error while making request: (error code: 3) in /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/SabreForRainLoop/DAV/Client.php:421
Stack trace:
#0 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/SabreForRainLoop/DAV/Client.php(178): SabreForRainLoop\DAV\Client->request('PROPFIND', 'https://www.url...', '<?xml version="...', Array)
#1 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php(230): SabreForRainLoop\DAV\Client->propFind('/.well-known/ca...', Array, 1)
#2 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php(257): RainLoop\Providers\AddressBook\PdoAddressBook->detectionPropFind(Object(SabreForRainLoop\DAV\Client), '/.well-known/ca...')
#3 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php(554): RainLoop\Providers\AddressBook\PdoAddressBook->getContactsPaths(Object(SabreForRainLoop\DAV\Client), 'user', '', '')
#4 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php(625): RainLoop\Providers\AddressBook\PdoAddressBook->getDavClient('https://www.url...', 'user', '
', '')
#5 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook.php(46): RainLoop\Providers\AddressBook\PdoAddressBook->Sync('[email protected]...', 'https://www.url...', 'user', '')
#6 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Actions.php(5672): RainLoop\Providers\AddressBook->Sync('[email protected]...', 'https://www.url...', 'user', '
')
#7 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/ServiceActions.php(133): RainLoop\Actions->DoContactsSync()
#8 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Service.php(129): RainLoop\ServiceActions->ServiceAjax('')
#9 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Service.php(59): RainLoop\Service->localHandle()
#10 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Service.php(75): RainLoop\Service->__construct()
#11 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/handle.php(67): RainLoop\Service::Handle()
#12 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/include.php(229): include('/home/httpd/vho...')
#13 /home/httpd/vhosts/url.com/httpdocs/apps/mail/index.php(13): include('/home/httpd/vho...')
#14 {main}
[12:03:30.366][7186fcd4] INFO[NOTICE]: TypeError: Return value of RainLoop\Providers\AddressBook\PdoAddressBook::detectionPropFind() must be of the type bool, null returned in /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php:239
Stack trace:
#0 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php(257): RainLoop\Providers\AddressBook\PdoAddressBook->detectionPropFind(Object(SabreForRainLoop\DAV\Client), '/.well-known/ca...')
#1 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php(554): RainLoop\Providers\AddressBook\PdoAddressBook->getContactsPaths(Object(SabreForRainLoop\DAV\Client), 'user', '', '')
#2 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook/PdoAddressBook.php(625): RainLoop\Providers\AddressBook\PdoAddressBook->getDavClient('https://www.url...', 'user', '
', '')
#3 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Providers/AddressBook.php(46): RainLoop\Providers\AddressBook\PdoAddressBook->Sync('[email protected]...', 'https://www.url...', 'user', '')
#4 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Actions.php(5672): RainLoop\Providers\AddressBook->Sync('[email protected]...', 'https://www.url...', 'user', '
')
#5 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/ServiceActions.php(133): RainLoop\Actions->DoContactsSync()
#6 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Service.php(129): RainLoop\ServiceActions->ServiceAjax('')
#7 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Service.php(59): RainLoop\Service->localHandle()
#8 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/libraries/RainLoop/Service.php(75): RainLoop\Service->__construct()
#9 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/app/handle.php(67): RainLoop\Service::Handle()
#10 /home/httpd/vhosts/url.com/httpdocs/apps/mail/rainloop/v/1.14.0-djmaze4/include.php(229): include('/home/httpd/vho...')
#11 /home/httpd/vhosts/url.com/httpdocs/apps/mail/index.php(13): include('/home/httpd/vho...')
#12 {main}
[12:03:30.366][7186fcd4] AJAX[DATA]: {"Action":"ContactsSync","Result":false,"ErrorCode":999,"ErrorMessage":"0 - Return value of RainLoop\Providers\AddressBook\PdoAddressBook::detectionPropFind() must be of the type bool, null returned","ErrorMessageAdditional":"","Time":2877}

General slowdown

RainLoop version, browser, OS:

  • snappymail 2.1.1
  • macOS (Safari & Firefox)
  • Arch Linux (Firefox)

Expected behavior and actual behavior:

  • Sieve filters never get "saved", the loading icon keeps spinning.
  • Initial load of Inbox takes a minute or two. Subsequent loads (Inbox/Folders) sometimes take longer.

Steps to reproduce the problem:

Have only just swapped over to Snappymail from Rainloop, clean install. Deleted all old configuration.

Logs or screenshots:

There's a lot of this in my logs.

[2020-12-30 03:25:08.401][b6ccf64c] PHP[NOTICE]: Error: Undefined property: MailSo\Log\Drivers\File::$DateTimeZone
[2020-12-30 03:25:08.402][b6ccf64c] AJAX[DATA]: {"Action":"FolderInformationMultiply","Result":{"List":[{"Folder":"deadbeef-general","Hash":"xxx","MessageCount":1016,"MessageUnseenCount":10,"UidNext":"1022","Flags":[],"HighestModSeq":"2033","NewMessages":[]},{"Folder":"deadbeef-requests","Hash":"xxx...
[2020-12-30 03:25:08.404][b6ccf64c] PHP[NOTICE]: /usr/share/snappymail/snappymail/v/2.1.1/app/libraries/MailSo/Log/Driver.php [line:194, code:8]
[2020-12-30 03:25:08.405][b6ccf64c] PHP[NOTICE]: Error: Undefined property: MailSo\Log\Drivers\File::$DateTimeZone
[2020-12-30 03:25:08.405][b6ccf64c] IMAP[DATA]: > TAG7 LOGOUT\r\n
[2020-12-30 03:25:08.405][b6ccf64c] PHP[NOTICE]: /usr/share/snappymail/snappymail/v/2.1.1/app/libraries/MailSo/Log/Driver.php [line:194, code:8]
[2020-12-30 03:25:08.405][b6ccf64c] PHP[NOTICE]: Error: Undefined property: MailSo\Log\Drivers\File::$DateTimeZone
[2020-12-30 03:25:08.406][b6ccf64c] IMAP[DATA]: < * BYE Logging out\r\n
[2020-12-30 03:25:08.406][b6ccf64c] PHP[NOTICE]: /usr/share/snappymail/snappymail/v/2.1.1/app/libraries/MailSo/Log/Driver.php [line:194, code:8]
[2020-12-30 03:25:08.406][b6ccf64c] PHP[NOTICE]: Error: Undefined property: MailSo\Log\Drivers\File::$DateTimeZone
[2020-12-30 03:25:08.406][b6ccf64c] IMAP[DATA]: < TAG7 OK Logout completed (0.001 + 0.000 secs).\r\n
[2020-12-30 03:25:08.407][b6ccf64c] PHP[NOTICE]: /usr/share/snappymail/snappymail/v/2.1.1/app/libraries/MailSo/Log/Driver.php [line:194, code:8]
[2020-12-30 03:25:08.407][b6ccf64c] PHP[NOTICE]: Error: Undefined property: MailSo\Log\Drivers\File::$DateTimeZone
[2020-12-30 03:25:08.407][b6ccf64c] IMAP[NOTE]: Disconnected from "ssl://domain.tld:993" (success)
[2020-12-30 03:25:08.408][b6ccf64c] PHP[NOTICE]: /usr/share/snappymail/snappymail/v/2.1.1/app/libraries/MailSo/Log/Driver.php [line:194, code:8]
[2020-12-30 03:25:08.408][b6ccf64c] PHP[NOTICE]: Error: Undefined property: MailSo\Log\Drivers\File::$DateTimeZone
[2020-12-30 03:25:08.408][b6ccf64c] INFO[MEMORY]: Memory peak usage: 4MB
[2020-12-30 03:25:08.408][b6ccf64c] PHP[NOTICE]: /usr/share/snappymail/snappymail/v/2.1.1/app/libraries/MailSo/Log/Driver.php [line:194, code:8]
[2020-12-30 03:25:08.409][b6ccf64c] PHP[NOTICE]: Error: Undefined property: MailSo\Log\Drivers\File::$DateTimeZone
[2020-12-30 03:25:08.409][b6ccf64c] INFO[TIME]: Time delta: 0.18784308433533

No information on the number of unread messages in subdirectories

RainLoop version, browser, OS:
SnappyMail version v2.1.0, desktop and mobile browsers,

Expected behavior:
After logging in the list of subdirectories the number of unread messages will appear.
Actual behavior:
It appears only after clicking on the subdirectory.

Steps to reproduce the problem:

  • Send a new message to the subdirectory, or mark it as unread,
  • Log out and log in again,

In RainLoop 1.14.0 it worked correctly, I did not test on previous versions of SnappyMail.

Trailing HTLM code visible in Storage (PDO) configuration

RainLoop version, browser, OS:
SnappyMail v2.0.0-rc1
Firefox 80.0.1
Fedora 32 (Workstation Edition)

Expected behavior and actual behavior:
Not see &nbsp;

Steps to reproduce the problem:
Login to admin panel and configure contact sync with mysql.

Logs or screenshots:
image

DockerHub

Any interest/plans to maintain a docker image on DockerHub?

Empty lines in compose mail window

RainLoop version, browser, OS:
the-djmaze8, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:
When starting to write a new mail, the cursor should be in the 1st line. Now there are 2 empty lines first and the cursor is in the 3rd line.

Steps to reproduce the problem:
see description above

Logs or screenshots:
compose_mail_empty_line

Squire - Formatting text error

RainLoop version, browser, OS:
SnappyMail 2.0.0-rc3, Version 86.0.4240.111 (64-Bit), Windows 10

Expected behavior and actual behavior:
The bold button should make the text bold. But nothing happens. This is the same for the other buttons.

Steps to reproduce the problem:
see description above

Logs or screenshots:
libs.js:4484 Uncaught TypeError: walker.filter is not a function
at Squire.proto._addFormat (libs.js:4484)
at Squire.proto.changeFormat (libs.js:4653)
at Squire.superscript (libs.js:5348)
at SquireUI.doAction (libs.js:6200)
at Object.cmd (libs.js:5973)
at HTMLButtonElement. (libs.js:6149)

Plugin custom-login-mapping not configurable

RainLoop version, browser, OS:
1.14.0-djmaze4, Firefox, Chrome

Expected behavior and actual behavior:
I'd like to configure the custom-login-mapping plugin but the plugin settings pop-up won't show.

Steps to reproduce the problem:
In admin panel > Packages > Install package "Custom Login Mapping 1.0"
In admin panel > Plugins > Enable plugins and enable the "custom-login-mapping" plugin.
Try to configure the custom-login-mapping plugin by clicking on it.

Logs or screenshots:
n/a

Hi, fist of all thank you for modifying this software. It looks very promising! I found it via GoT :)

I'm (beta) testing it besides the regular RainLoop latest version and I ran into the problem above so I thought to share this with you.

Ralf.

Doesn't show mailbox, throws PHP error: __construct() must be of the type string, array given

RainLoop version, browser, OS:
1.14.0-djmaze

Expected behavior
User logs in, messages in inbox get loaded and shown to user.

Actual behavior:
User enters credentials, Rainloop drops back to login screen, error gets added to the error_log.

Steps to reproduce the problem:
I tried to reproduce it myself, it seems to happen sometimes and not bound to an individual user or mailbox - making this incredibly hard to reproduce. I've had this behaviour occur to once of my personal accounts yesterday; when I retried after X time it worked normally.

Logs or screenshots:
Argument 1 passed to MailSo\Imap\Folder::__construct() must be of the type string, array given, called in /var/www/webmail/rainloop/v/1.14.0-djmaze/app/libraries/MailSo/Imap/ResponseCollection.php on line 108

Admin login does not work

RainLoop version, browser, OS:
the-djmaze7, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:
URL: www.url.com/mail?admin and login with username "admin" and password "12345" should work for a fresh installation. But instead nothing happened.

Steps to reproduce the problem:
see description above

Logs or screenshots:
see attachment
log.txt

Upgrade from RainLoop

Hi there,

first of all, I would like to say thank you for taking up the development. I am using RainLoop for couple of years now. I think, the software is worth to be improved. And getting rid of complexity and libraries is highly appreciated.

Is there a way to upgrade from RainLoop 1.13.0 to Snappymail 2.0.0? Just drop in the files and configuration will be kept? Or should I do a fresh start?

CLTR-arrow navigation only goes up a message

SnappyMail version, browser, OS:
SnappyMail v2.0.0-rc1
Firefox 80.0.1 on Fedora 32 (Workstation Edition)
Firefox 81.0 on Windows 10 build 2004

Expected behavior and actual behavior:
When reading email (I don't use the preview pane) I'm used to be able to use CTRL-up and CTRL-down for next/newer and previous/older message navigation. With SnappyMail both CTRL-up and CTRL-down navigate to a newer (up) message in the list.

Steps to reproduce the problem:
Select an email, noting the email above and below it and press enter to open the email.
Press CTRL-up, this should navigate to the email above.
Exit (esc) read-mode.
Select the same email and press enter to open/read it.
Now press CTRL-down, this should navigate to the email below it. But it goes to the email above...

Draft message with attachment cannot be sent

RainLoop version, browser, OS:
the-djmaze7, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:

  • compose a mail
  • add an attachment
  • save the mail
  • open the mail
  • try to send the mail => error occurs, but the mail should be correctly sent including the attachment

Steps to reproduce the problem:
see description above

Logs or screenshots:
log_attachment.txt

Adding an attachment to a mail does not work

RainLoop version, browser, OS:
1.14.0-djmaze3, Chrome 84.0.4147.125 (64-Bit), Windows 10 Home 1903

Expected behavior and actual behavior:
In the window to compose a new mail, an attachment could be added via drag&drop in the original Rainloop 1.14.0. Unfortunately this does not work in the djmaze3 version anymore.
It is also not possible to add an attachment via the file selection button.
image

Steps to reproduce the problem:
Just try to add an attachment.

Logs or screenshots:
Unfortunately nothing happens. No error pops up. It just does not add the attachment.

Small glitch bottom right of the left pane

RainLoop version, browser, OS:
SnappyMail v2.0.0-rc1
Firefox 80.0.1
Fedora 32 (Workstation Edition)

Expected behavior and actual behavior:
The bottom right of the left pane doesn't look as it should.
I does not matter which theme I choose.

Steps to reproduce the problem:
Login and look bottom left :) See screenshot below.

Logs or screenshots:
image

Domain configuration (seems) lost on re-edit

SnappyMail version, browser, OS:
SnappyMail 2.0.0-rc2
Firefox 81.0.1
Windows 10 x64 2004

Expected behavior and actual behavior:
When opening the Domain configuration I expect to see how the domain is configured. But the SMTP is blank/reset, the "Short" selectors are unset and Sieve config is gone.

Steps to reproduce the problem:
Configure a Domain, Test, Apply. The Domain INI file of the system is created with all the correct info and the Domain works.
Then open the Domain config again. SMTP is blank/reset, the "Short" selectors are unset and Sieve config is gone completely.
When NOT saved but just "close" the config, everything still works and the domain INI file on the system is not altered.

Logs or screenshots:
Creating a Domain:
image
Edit that domain:
image

Disabled filters are not displayed unchecked

Describe the bug
When I disable a filter by unchecking the box before the filter name, save it on server.
Then reload the page, the filter is marked checked as it is activated.
On the Sieve server, the rule is correctely disabled
/* @Filter is disabled

Expected behavior
On reload the filter must be unchecked

Desktop (please complete the following information):

  • Browser Firefox 78.8
  • SnappyMail Version 2.3.5

Fix database selection in admin UI

RainLoop version, browser, OS:
the-djmaze8, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:
SnappyMail does not need databases to work properly. And in the admin UI under Contacts you can select between MySQL, SQLite and PostgreSQL. MySQL and SQLite are tagged as unsupported, whereas PostgreSQL is not.
If MySQL and SQLite are really not supported, they should not appear in the dropdown menu. If they are supported, they should be selectable.

Steps to reproduce the problem:
see description above

Logs or screenshots:
admin_databases

Question regarding CRLF/LF

Hey there,

found your fork while searching for a solution to my problem regarding bare LF's when sending emails from RainLoop.
I already tried your webmail, too, but got the same problem.

Whenever I send emails I get an error message stating that my email contains bare LF's (instead of CRLF line endings).
I already tried to locate your changes in the repo and found the following commit: 6e0d0b3?branch=6e0d0b3b6e080651ba96241dff4fceb7647513b7

But I can not identify which changes are influencing the LF/CRLF usage. Could you maybe point out, how I can chose LF/CRLF to be used? I am familiar with PHP, just not really into RainLoop/Snappymail.
Would appreciate any help. Thanks in advance and have a nice weekend!

Packages => "Cannot access the repository at the moment."

RainLoop version, browser, OS:
SnappyMail 2.0 (Was also broken in RC)
Did work in old Rainloop

Expected behavior and actual behavior:
Load the list of packages

Steps to reproduce the problem:
SnppyMail - AdminPanel -> Packages
=> Cannot access the repository at the moment.

Logs or screenshots:
--- FlushLogCache: WriteOnErrorOnly
[16:41:57.644][7133c7e0] INFO[DATA]: [DATE:05.11.20][OFFSET:-00][RL:2.0.0][PHP:7.4.11][IP:][PID:7536][Apache][apache2handler]
[16:41:57.644][7133c7e0] INFO[DATA]: [Suhosin:off][APC:on][MB:on][PDO:mysql,sqlite][Streams:tcp,udp,unix,udg,ssl,tls,tlsv1.0,tlsv1.1,tlsv1.2,tlsv1.3]
[16:41:57.644][7133c7e0] REQUEST[NOTE]: [POST] https:///rainloop/?/Ajax/&q[]=/0/
[16:41:57.644][7133c7e0] AJAX[NOTE]: Action: DoAdminPackagesList
[16:41:57.644][7133c7e0] POST[DATA]: {"Action":"AdminPackagesList","XToken":""}
[16:41:57.644][7133c7e0] INFO[DATA]: cUrl: URL: https://snappymail.eu/repository/packages.json
[16:42:07.646][7133c7e0] INFO[DATA]: cUrl: Request result: false (Status: 0, ContentType: )
--- FlushLogCache: Trigger
[16:42:07.646][7133c7e0] INFO[WARNING]: cUrl: Error: Connection timed out after 10001 milliseconds
[16:42:07.646][7133c7e0] AJAX[DATA]: {"Action":"AdminPackagesList","Result":{"Real":false,"MainUpdatable":true,"List":[]},"Time":10049}
[16:42:07.646][7133c7e0] INFO[MEMORY]: Memory peak usage: 2MB
[16:42:07.646][7133c7e0] INFO[TIME]: Time delta: 10.049371004105

Read mail - "Display external images" does not work

RainLoop version, browser, OS:
2.0.0-rc1, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:
In HTML mails, images are not displayed by default (which is perfectly ok). But there is a status bar, where you can click on to display external images.
screenshot_display-external-images
When you click on this bar, the images are still not displayed.

Steps to reproduce the problem:
see description above

Logs or screenshots:
Browser log
Refused to load the image 'https://hostmecdn.azureedge.net/photos/original/bc0403c3a0f2b32a309b46b26d8e86b8' because it violates the following Content Security Policy directive: "img-src 'self' data:".

/apps/mail/#/mailbox/INBOX:1 Refused to load the image 'https://res.cloudinary.com/hostme/image/upload/v1485349543/mails/email/fb.png' because it violates the following Content Security Policy directive: "img-src 'self' data:".

/apps/mail/#/mailbox/INBOX:1 Refused to load the image 'https://res.cloudinary.com/hostme/image/upload/v1485349589/mails/email/inst.png' because it violates the following Content Security Policy directive: "img-src 'self' data:".

/apps/mail/#/mailbox/INBOX:1 Refused to load the image 'https://u2487786.ct.sendgrid.net/wf/open?upn=WBXUONgQrRkyTH6eqZGcKm4KaVKReDHEXQv5BzVFwnqWs5A5YWADXTSLDUGRnY9aYlQ3d1NN0VXATnplddYng2S4P6YBwKRnxI0LErQA90mQCkijzysrC42fzjSYokcNr4b9vEAQIXOKWFaPAK3R7LcNq4LcyOHwP08pn5mf7G6NaDA586MjuG38-2FQi5j4PISDGYQa0KunD3tBmFzHdXm7d2gwFGdWaX2zk-2B-2F6qX-2Fs4-3D' because it violates the following Content Security Policy directive: "img-src 'self' data:".

Replying and forwarding mails does not work

RainLoop version, browser, OS:
SnappyMail 2.0.0-rc3, Version 86.0.4240.111 (64-Bit), Windows 10

Expected behavior and actual behavior:
Replying or forwarding a mail does not work. After clicking on the "Send" button, it is just looping. Please see the log below.

Steps to reproduce the problem:
see description above

Logs or screenshots:
Compose.js:413 Uncaught TypeError: Common_Cache__WEBPACK_IMPORTED_MODULE_8__.a.getFlags is not a function
at ComposePopupView.sendCommand (Compose.js:413)
at ComposePopupView.descriptor.value (Knoin.js:428)
at HTMLAnchorElement. (libs.js:1234)

Pagination does not work (regression)

RainLoop version, browser, OS:
SnappyMail version v2.3.0, PHP 8.0, desktop and mobile browsers, (Chromium, Bromite)

Expected behavior and actual behavior:
Pagination stopped working after updating v2.2.2 to v2.3.0. Clicking on a page number enters the page number into the search box, but does not switch the page.

Steps to reproduce the problem:
Try to switch the page.

Additional question:
Is it possible to somehow set the background scaling in the custom theme in v2.3.0?
I tried to add: --main-bg-size: auto;
but that didn't work, if the background is higher resolution than the screen, only the upper left part is visible.

Drag and drop of emails into folders does not work

RainLoop version, browser, OS:
the-djmaze7, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:

  • select a mail by clicking on it
  • drag & drop into a folder => the mail cannot be dropped, instead the prohibition symbol shows up

Steps to reproduce the problem:
see description above

Logs or screenshots:
Unfortunately nothing is in the logs and I also cannot screenshot it, because the symbol disappears when the screenshot is taken.
Browser log:
log_drag&drop.log

Automate CardDAV synchronization

RainLoop version, browser, OS:
2.0.0-rc2, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:
CardDAV is currently only synchronized, if you manually click on "Contacts" and then "Synchronization (CardDAV)". To make this more user friendly it would be great, if SnappyMail could automatically trigger a CardDAV synchronization.
Suggestions, when a CardDAV synchronization could be triggered automatically:

  1. By clicking on the "New message" button. This would be my preferred solution, because this ensures, that you have the latest contacts addressbook, when you want to write an email.
  2. On every login.

Steps to reproduce the problem:
see description above

Logs or screenshots:
n/a

Switch from HTML to text-only looses text

RainLoop version, browser, OS:
latest SnappyMail (https://snappymail.eu/demo/), Windows 10, Google Chrome 86.0.4240.111 (64-bit)

Expected behavior and actual behavior:

  1. Write a mail in HTML mode (HTML mode is the default mode)
  2. Switch to text-only
  3. The text of the mail is lost.

The text should not get lost. Of course it is ok to loose the formatting, because text-only does not have any formatting.

Steps to reproduce the problem:
see description above

Logs or screenshots:
n/a

HTML editor shows text and background color as black

RainLoop version, browser, OS:
SnappyMail v2.0.0-rc1
Firefox 80.0.1
Fedora 32 (Workstation Edition)

Expected behavior and actual behavior:
If they both show black, I expect black text on a black background. But I guess I just want it to show the black text on white (or no?) background as this is what it actually defaults to.

Steps to reproduce the problem:
Log in, create new email, observe.

Logs or screenshots:
image

Attachment is displayed in wrong mail

RainLoop version, browser, OS:
SnappyMail 2.0.0-rc3, Version 86.0.4240.111 (64-Bit), Windows 10

Expected behavior and actual behavior:
This is really a weird one.

  1. Click on a mail without an attachment in the inbox. The mail is correctly displayed.
  2. Click on another mail with an attachment in the inbox. The mail is correctly displayed with the attachment on top of the mail body.
  3. Again click on another mail without an attachment. The mail is displayed WITH the attachment from step 2. In fact every mail without an attachment, you select from now on, is displayed WITH the attachment from step 2. As soon as you select another mail with an attachment, this attachment will be shown from now on.

The same problem also occurs for signed mails with a p7s attachment.

Steps to reproduce the problem:
see description above

Logs or screenshots:
The browser log is empty. The server log is unobtrusive.
log-2020-11-04.txt

Keyboard keys do not work

RainLoop version, browser, OS:
the-djmaze8, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:

  • click on a mail in the message list
  • press delete button on the keyboard => nothing happens
    The delete button should move the mail into the trash folder.

It is also not possible to navigate through the message list with the arrow keys. Snappymail just does ignore the keyboard.

Steps to reproduce the problem:
see description above

Logs or screenshots:
n/a

Default identity not stored correctly

RainLoop version, browser, OS:
djmaze8, Chrome 85.0.4183.102 (64-bit), Windows 10

Expected behavior and actual behavior:
When creating more than one identity under Settings > Accounts, the first identity should always be the default identity. This is not the case. And furthermore the first identity, that has been created automaticall, cannot be deleted, although it is not the default identity anymore.

Steps to reproduce the problem:
see description above

Logs or screenshots:
settings_identities

Unified username/login independent from server name and email identities

Is your feature request related to a problem? Please describe.
We have unified usernames/logins which are independent from server name and email identities and domains. See below:

Name:           "James Bond"
Username/Login: "jabon"
Imapserver:     "imap.corp.xxxxxx.com"
Emailaddress1:  "[email protected]"   <--(main/primary address)
Emailaddress2:  "[email protected]"
Emailaddress3:  "[email protected]"

I didn't find a clean way to implement this with RainLoop and while searching, I found out about SnappyMail and decided to check it out. Unfortunately I also didn't find out how to do it and I'm wondering, am I missing the obvious?

Describe the solution you'd like
To me it seems the current logic is done to work easily with public providers like gmail, hotmail or whatever. It would be nice to be able to simply configure accounts with a username, servername and primary identity. Then the user can add more identities as required.

Describe alternatives you've considered
I've looked at the custom-login-mapping but that's not really what I need.

Additional context
I know what this issue came up in RainLoops issues again and again so I'm wondering if it's all there but I just didn't find our how to configure for my use case?

Thanks and kind regards,
Simon

Filters not saved

Describe the bug
When I try to save the filters, the button loop infinitively. In the console log, there is :

Uncaught TypeError: e.actionValueThird().trim is not a function
    l https://mail.tld/snappymail/snappymail/v/2.3.5/static/js/min/app.min.js:1
    filtersToRaw https://mail.tld/snappymail/snappymail/v/2.3.5/static/js/min/app.min.js:1
    t https://mail.tld/snappymail/snappymail/v/2.3.5/static/js/min/libs.min.js:1
    filtersToRaw https://mail.tld/snappymail/snappymail/v/2.3.5/static/js/min/app.min.js:1
    filtersToRaw https://mail.tld/snappymail/snappymail/v/2.3.5/static/js/min/app.min.js:1
    saveScriptCommand https://mail.tld/snappymail/snappymail/v/2.3.5/static/js/min/app.min.js:1
    click https://mail.tld/snappymail/snappymail/v/2.3.5/static/js/min/libs.min.js line 1 > Function:3
    init https://mail.tld/snappymail/snappymail/v/2.3.5/static/js/min/libs.min.js:1
app.min.js:1:207682

The filters are not saved.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'filters' and see the list of filter.
  2. Update one filter (or create a new one)
  3. Click on the button to save them

Expected behavior
Should be recorded or display an error for the user

Desktop (please complete the following information):

  • Browser : Firefox 78.8 ESR
  • SnappyMail Version 2.3.5

Shortcut/Help screen doesn't appear

SnappyMail version, browser, OS:
SnappyMail v2.0.0-rc1
Firefox 80.0.1 on Fedora 32 (Workstation Edition)
Firefox 81.0 on Windows 10 build 2004

Expected behaviour and actual behaviour:
When typing the question mark ? (SHIFT-/), the shortcut/help screen should pop-up, but it doesn't.

Steps to reproduce the problem:
Login and press ? (SHIFT-/)

Screenshot from RainLoop:
image

Contacts error

RainLoop version, browser, OS:
SnappyMail 2.0.0-rc3, Version 86.0.4240.111 (64-Bit), Windows 10

Expected behavior and actual behavior:
Click on the contacts icon. It should open the contacts window, where you can sync or add your contacts. But nothing happens (see log below).
image

Steps to reproduce the problem:
see description above

Logs or screenshots:
UtilsUser.js:366 Uncaught TypeError: koPageCount is not a function
at UtilsUser.js:366
at Function.xc (libs.js:1204)
at Function.yc (libs.js:1203)
at Function.U (libs.js:1203)
at Object.a.i (libs.js:1200)
at ko.js:272
at Array.forEach ()
at Object.ko.addComputablesTo (ko.js:272)
at ContactsPopupView.addComputables (AbstractViewNext.js:65)
at new ContactsPopupView (Contacts.js:123)

Plugins back ?

Hi
First, thanks to take this software up.
Do you think that the plugins will be back ? I am interesting by the change password feature and I see in the Wiki that actually it is disabled. I confirm that I can put the plugin but I am able to configure it (the network request for the configuration parameters is done, but the admin panel configurator is not displayed, nor the enabled plugin in the main window).
Thanks a lot !

"Unknown error" on opening Spam mailbox

SnappyMail version, browser, OS:
SnappyMail 2.0.0-rc2
Firefox 81.0.1
Windows 10 x64 2004

Expected behavior and actual behavior:
Opening Spam folder should show my spam :) But it shows a red "Unknown error" message.

Steps to reproduce the problem:
Open Spam folder. But this is perhaps caused by something in MY Spam folder, I don't know yet.

Logs or screenshots:
This is the log generated when I click the refresh icon when I'm already in the Spam folder. Note I use an IMAP proxy "localhost:1143" but I just tried with a plain IMAP connection without the proxy and it's the same result.

[08:38:41.284][5482179d] INFO[DATA]: [DATE:17.10.20][OFFSET:-00][RL:2.0.0-rc2][PHP:7.3.22-1+020200909.67+debian91.gbpdd7b72][IP:###########][PID:8320][nginx/1.18.0][fpm-fcgi]
[08:38:41.285][5482179d] INFO[DATA]: [Suhosin:off][APC:on][MB:on][PDO:mysql,sqlite][Streams:tcp,udp,unix,udg,ssl,tls,tlsv1.0,tlsv1.1,tlsv1.2]
[08:38:41.285][5482179d] REQUEST[NOTE]: [POST] https://mydomain.tld/webmail/snappymail/?/Ajax/&q[]=/_f9mrCqJGz8zZqq1vm1bLx5XWyVPqfLhgQcpJ7cfKZ0GvJemgh59qPdsThrTNsIAF0GRVnio9zZLa2oyId5JRUgyL1eVk6yJtWE4ZWcP3Shg2SS7zNU0cM1S2YBI8PS_qDsycDD0j2O4w8qR8PQBXtKTkuIBw8tRtwiqT0bKYvJylHFWpRpnm-aDJxaHb29Fa9YH0I31-mm5NVl8CSJD6BA3_YzLJGNn03U77o5Ag6ez-YlaIQCW-yhDwjOrOwKrhU-4a4M6Ccq-rhD9uJ_Oe20gP4LWd0YrK1jO8XlDgXKvZ5BdxqjCfpBEPTkUDEYssKYj_VheD9C0xBT69Ff5bOJU2XkMTVSaCLiRb5_RlU3ojZXUu/
[08:38:41.285][5482179d] AJAX[NOTE]: Action: DoMessageList
[08:38:41.285][5482179d] POST[DATA]: {"Folder":"spam-mail","Offset":"0","Limit":"100","Search":"","UidNext":"","UseThreads":"1","ThreadUid":"","Action":"MessageList","XToken":"94af9ab1f1b5e30009c08b47df45da2f"}
[08:38:41.286][5482179d] IMAP[NOTE]: Start connection to "tcp://localhost:1143"
[08:38:41.287][5482179d] IMAP[NOTE]: Connected (success)
[08:38:41.287][5482179d] IMAP[DATA]: < * OK [CAPABILITY IMAP4rev1 LITERAL+ LOGIN-REFERRALS ID ENABLE XIMAPPROXY] Dovecot ready.\r\n
[08:38:41.287][5482179d] IMAP[SECURE]: > TAG1 LOGIN "myusername" "********"\r\n
[08:38:41.288][5482179d] IMAP[DATA]: < * OK [XPROXYREUSE] IMAP connection reused by imapproxy\r\n
[08:38:41.328][5482179d] IMAP[DATA]: < TAG1 OK User logged in\r\n
[08:38:41.330][5482179d] IMAP[DATA]: > TAG2 SELECT "spam-mail"\r\n
[08:38:41.350][5482179d] IMAP[DATA]: < * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)\r\n
[08:38:41.351][5482179d] IMAP[DATA]: < * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft *)] Flags permitted.\r\n
[08:38:41.351][5482179d] IMAP[DATA]: < * 237 EXISTS\r\n
[08:38:41.351][5482179d] IMAP[DATA]: < * 0 RECENT\r\n
[08:38:41.352][5482179d] IMAP[DATA]: < * OK [UNSEEN 1] First unseen.\r\n
[08:38:41.352][5482179d] IMAP[DATA]: < * OK [UIDVALIDITY 1455615574] UIDs valid\r\n
[08:38:41.352][5482179d] IMAP[DATA]: < * OK [UIDNEXT 5253] Predicted next UID\r\n
[08:38:41.352][5482179d] IMAP[DATA]: < * OK [NOMODSEQ] No permanent modsequences\r\n
[08:38:41.353][5482179d] IMAP[DATA]: < TAG2 OK [READ-WRITE] Select completed (0.000 + 0.000 secs).\r\n
[08:38:41.353][5482179d] IMAP[DATA]: > TAG3 CAPABILITY\r\n
[08:38:41.353][5482179d] IMAP[DATA]: < * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SPECIAL-USE QUOTA\r\n
[08:38:41.354][5482179d] IMAP[DATA]: < TAG3 OK Capability completed (0.000 + 0.000 secs).\r\n
[08:38:41.354][5482179d] IMAP[DATA]: > TAG4 STATUS "spam-mail" (MESSAGES UNSEEN UIDNEXT HIGHESTMODSEQ)\r\n
[08:38:41.354][5482179d] IMAP[DATA]: < * STATUS spam-mail (MESSAGES 237 UIDNEXT 5253 UNSEEN 226 HIGHESTMODSEQ 2)\r\n
[08:38:41.354][5482179d] IMAP[DATA]: < TAG4 OK [CLIENTBUG] Status on selected mailbox completed (0.000 + 0.000 secs).\r\n
[08:38:41.355][5482179d] INFO[DATA]: Get Serialized UIDS from cache ("spam-mail" / UNDELETED) [count:237]
[08:38:41.355][5482179d] INFO[DATA]: ThreadsMapSorted/ALL/Limit=50/spam-mail/aef49743cf8928249c6509605e011f7e
[08:38:41.355][5482179d] INFO[DATA]: Get Serialized Thread UIDS from cache ("spam-mail" / ALL) [count:237]
[08:38:41.356][5482179d] IMAP[DATA]: > TAG5 UID FETCH 4858,4860,5252,5251,5250,5249,5248,5243:5244,5247,5246,5245,5242,5241,5240,5239,5238,5237,5236,5235,5234,5233,5232,5231,5230,5229,5228,5227,5226,5224:5225,5222:5223,5220:5221,5219,5218,5215:5217,5214,5211:5213,5208:5209,5207,5210,5205:5206,5204,5203,5202,5200,5199,5198,5197,5196,5195,5194,5193,5192,5191,5190,5189,5188,5187,5186,5185,5184,5183,5182,5181,5180,5179,5178,5177,5176,5175,5174,5173,5172,5171,5170,5169,5168,5167,5166,5164,5163,5165,5162,5161,5159:5160,5158,4971,4970,4949,4948 (UID RFC822.SIZE INTERNALDATE FLAGS BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)])\r\n
[08:38:41.363][5482179d] IMAP[DATA]: < * 49 FETCH (UID 4858 RFC822.SIZE 34408 INTERNALDATE "18-May-2020 03:11:50 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2469 44 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 29792 ("Tue, 31 Dec 2105 23:59:59 +0100" "=?UTF-8?B?IFdoaWNoIGFnZSBncm91cCBvZiB3b21lbiBzdWl0cyB5b3UgYmVzdD8=?=" (("=?UTF-8?B?SG90IERhdGluZw==?=" NIL "from" "bespaar.host")) (("=?UTF-8?B?SG90IERhdGluZw==?=" NIL "from" "bespaar.host")) ((NIL NIL "reply" "bespaar.host")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 28991 594 NIL NIL NIL NIL) 610 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5EC1E0D6.50FED2D5") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1081}\r\n
[08:38:41.364][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.364][5482179d] IMAP[DATA]: < * 51 FETCH (UID 4860 RFC822.SIZE 30203 INTERNALDATE "18-May-2020 06:43:31 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2691 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 25300 ("Tue, 31 Dec 2105 23:59:59 +0100" "What body do you fall on?" (("=?UTF-8?B?IEV4b3RpY3MgUmVsYXRpb25zaGlw?=" NIL "from" "bespaar.host")) (("=?UTF-8?B?IEV4b3RpY3MgUmVsYXRpb25zaGlw?=" NIL "from" "bespaar.host")) ((NIL NIL "reply" "bespaar.host")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 24535 489 NIL NIL NIL NIL) 505 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5EC21273.79910FDB") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1112}\r\n
[08:38:41.365][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.365][5482179d] IMAP[DATA]: < * 139 FETCH (UID 4948 RFC822.SIZE 14128 INTERNALDATE "11-Aug-2020 14:46:41 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2886 49 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 9073 ("Tue, 11 Aug 2020 10:59:25 +0200" "KRIJG EEN HUID DIE ER TIEN JAAR JONGER UITZIET" (("freshymesh" NIL "contact" "sendinblue.com")) (("freshymesh" NIL "contact" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 8225 8 NIL NIL NIL NIL) 25 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F329331.AD986806") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1078}\r\n
[08:38:41.366][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.366][5482179d] IMAP[DATA]: < * 140 FETCH (UID 4949 RFC822.SIZE 54049 INTERNALDATE "12-Aug-2020 13:23:36 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2916 50 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 48917 ("Wed, 12 Aug 2020 09:39:12 +0200" {58}\r\n
[08:38:41.367][5482179d] IMAP[DATA]: < (("Vollediggroen" NIL "contact" "sendinblue.com")) (("Vollediggroen" NIL "contact" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 48054 344 NIL NIL NIL NIL) 361 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F33D137.7C22280A") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1093}\r\n
[08:38:41.367][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.368][5482179d] IMAP[DATA]: < * 141 FETCH (UID 4970 RFC822.SIZE 28007 INTERNALDATE "13-Aug-2020 00:42:38 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 1845 33 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 24377 ("Wed, 12 Aug 2020 17:33:37 -0500" "16,000 woodworking projects for a limited time only..." (({12}\r\n
[08:38:41.368][5482179d] IMAP[DATA]: < NIL "hot" "toleratehope.com")) (({12}\r\n
[08:38:41.369][5482179d] IMAP[DATA]: < NIL "hot" "toleratehope.com")) (({12}\r\n
[08:38:41.369][5482179d] IMAP[DATA]: < NIL "hot" "toleratehope.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "aNyFzpJa4eF4qWH13T-TxcVhnj77XdW5A0P1ay9noA0.pO8Qhpkw1nLa3rsRfe7A3g@toleratehope.com") (("text" "plain" ("charset" "ISO-8859-1") NIL NIL "7bit" 4117 121 NIL NIL NIL NIL)("text" "html" ("charset" "ISO-8859-1") NIL NIL "7bit" 19232 183 NIL NIL NIL NIL) "alternative" ("boundary" "------------82349989656912725547187") NIL NIL NIL) 331 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F34705D.6B8EE4E1") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {897}\r\n
[08:38:41.369][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.370][5482179d] IMAP[DATA]: < * 142 FETCH (UID 4971 RFC822.SIZE 53186 INTERNALDATE "13-Aug-2020 05:26:38 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2180 39 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 48911 ("Thu, 13 Aug 2020 01:51:48 +0200" {42}\r\n
[08:38:41.370][5482179d] IMAP[DATA]: < (("Vollediggroen" NIL "contact" "adams.edu")) (("Vollediggroen" NIL "contact" "adams.edu")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 48065 344 NIL NIL NIL NIL) 361 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F34B2ED.9F22EC04") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1076}\r\n
[08:38:41.371][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.371][5482179d] IMAP[DATA]: < * 143 FETCH (UID 5158 RFC822.SIZE 22675 INTERNALDATE "14-Aug-2020 16:14:15 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2899 50 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 17586 ("Fri, 14 Aug 2020 12:49:01 +0200" "Lidl heeft een nieuw product op de markt gebracht, een opblaasbare jacuzzi!" ((NIL NIL "JA" "MISSING_DOMAIN")("IK DOE MEE" NIL "soniap" "obrienconsolidated.onmicrosoft.com")) ((NIL NIL "JA" "MISSING_DOMAIN")("IK DOE MEE" NIL "soniap" "obrienconsolidated.onmicrosoft.com")) ((NIL NIL "JA" "MISSING_DOMAIN")("IK DOE MEE" NIL "soniap" "obrienconsolidated.onmicrosoft.com")) NIL NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 16705 249 NIL NIL NIL NIL) 266 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F369C37.B1004ECF") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1111}\r\n
[08:38:41.372][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.372][5482179d] IMAP[DATA]: < * 144 FETCH (UID 5159 RFC822.SIZE 8508 INTERNALDATE "15-Aug-2020 22:20:39 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2884 50 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 3627 ("Sat, 15 Aug 2020 19:09:51 +0200" "Deze methode zorgt ervoor, dat een gewone wandeling maar liefst 2 kg doet afslanken" ((NIL NIL "Project" "MISSING_DOMAIN")) ((NIL NIL "Project" "MISSING_DOMAIN")) ((NIL NIL "Project" "MISSING_DOMAIN")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 3045 15 NIL NIL NIL NIL) 31 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=5F384396.045A65C2") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {855}\r\n
[08:38:41.373][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.373][5482179d] IMAP[DATA]: < * 145 FETCH (UID 5160 RFC822.SIZE 8508 INTERNALDATE "15-Aug-2020 22:24:22 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2884 50 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 3627 ("Sat, 15 Aug 2020 19:07:53 +0200" "Deze methode zorgt ervoor, dat een gewone wandeling maar liefst 2 kg doet afslanken" ((NIL NIL "Project" "MISSING_DOMAIN")) ((NIL NIL "Project" "MISSING_DOMAIN")) ((NIL NIL "Project" "MISSING_DOMAIN")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 3045 15 NIL NIL NIL NIL) 31 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=5F384476.C63B1224") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {855}\r\n
[08:38:41.374][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.374][5482179d] IMAP[DATA]: < * 146 FETCH (UID 5161 RFC822.SIZE 55215 INTERNALDATE "19-Aug-2020 18:32:31 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3171 56 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 48293 ("Wed, 19 Aug 2020 16:32:19 +0000" "Wat is er met Carice Van Houten gebeurd ?" (("Paola Baas" NIL "info" "sotwinkle.com")) (("Paola Baas" NIL "info" "sotwinkle.com")) (("Paola Baas" NIL "info" "sotwinkle.com")) (("[email protected]" NIL "myusername" "mydomain.tld")) NIL NIL NIL "[email protected]") (("text" "plain" ("charset" "utf-8") NIL NIL "quoted-printable" 2557 89 NIL NIL NIL NIL)("text" "html" ("charset" "utf-8") NIL NIL "quoted-printable" 42883 1010 NIL NIL NIL NIL) "alternative" ("boundary" "
=swift_v4_1597854739_81d93cdd9121de139a51631a1abfbd48=
") NIL NIL NIL) 1159 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F3D541E.E615A550") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1315}\r\n
[08:38:41.375][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.375][5482179d] IMAP[DATA]: < * 147 FETCH (UID 5162 RFC822.SIZE 9045 INTERNALDATE "20-Aug-2020 01:42:13 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2175 39 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 3532 ("Wed, 19 Aug 2020 19:57:00 -0300 (BRT)" "lening" (("Bia Nichele" NIL "bia" "panambra.com.br")) (("Bia Nichele" NIL "bia" "panambra.com.br")) ((NIL NIL "infoibmfinancing" "gmail.com")) NIL NIL NIL NIL "[email protected]") (("text" "plain" ("charset" "utf-8") NIL NIL "7bit" 411 14 NIL NIL NIL NIL)("text" "html" ("charset" "utf-8") NIL NIL "7bit" 745 0 NIL NIL NIL NIL) "alternative" ("boundary" "----=_Part_5928884_1335584328.1597877820527") NIL NIL NIL) 64 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F3DB8D4.DA170F00") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1680}\r\n
[08:38:41.378][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.379][5482179d] IMAP[DATA]: < * 148 FETCH (UID 5163 RFC822.SIZE 10035 INTERNALDATE "20-Aug-2020 12:33:39 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2369 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 5580 ("Thu, 20 Aug 2020 09:59:08 +0200" "Kies waar je naar wilt luisteren, of laat je verrassen door Spotify." (("Spotify" NIL "contact" "adams.edu")) (("Spotify" NIL "contact" "adams.edu")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 4714 208 NIL NIL NIL NIL) 225 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F3E5183.70670C87") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1096}\r\n
[08:38:41.379][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.380][5482179d] IMAP[DATA]: < * 149 FETCH (UID 5164 RFC822.SIZE 14139 INTERNALDATE "20-Aug-2020 14:04:01 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2466 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 9546 ("Thu, 20 Aug 2020 11:17:38 +0200" "Vind pakketjes met de QuickFleet App Blijf altijd en overal op de hoogte van jouw pakket" (("Goede service" NIL "contact" "adams.edu")) (("Goede service" NIL "contact" "adams.edu")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 8654 122 NIL NIL NIL NIL) 139 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F3E66B1.7322E01E") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1122}\r\n
[08:38:41.380][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.381][5482179d] IMAP[DATA]: < * 150 FETCH (UID 5165 RFC822.SIZE 9957 INTERNALDATE "21-Aug-2020 00:13:02 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2213 40 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 5542 ("Thu, 20 Aug 2020 13:11:31 +0800" "The earlier, the better to protect yourself from the virus" (("[email protected]" NIL "admin" "hongchengco.com")) ((NIL NIL "printing4" "hcprintshop.wicp.net")) ((NIL NIL "admin" "hongchengco.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL "[email protected]" "[email protected]") (("text" "plain" ("charset" "UTF-8") NIL NIL "Base64" 634 9 NIL ("inline" NIL) NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "8bit" 3474 20 NIL ("inline" NIL) NIL NIL) "alternative" ("charset" "UTF-8" "boundary" "Xar2s2ecmxCj=_MuKHb2Me66dsrm6W98yD") ("inline" NIL) NIL NIL) 68 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F3EF56D.7E3912AD") ("inline" NIL) NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1134}\r\n
[08:38:41.381][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.382][5482179d] IMAP[DATA]: < * 151 FETCH (UID 5166 RFC822.SIZE 63756 INTERNALDATE "22-Aug-2020 03:24:02 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2168 40 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 57126 ("Fri, 21 Aug 2020 19:23:49 -0600" "La angustia de nuestra sociedad ante la muerte" (("Accion Familia" NIL "newsletter" "desagravio.info")) (("Accion Familia" NIL "newsletter" "desagravio.info")) (("Accion Familia" NIL "newsletter" "desagravio.info")) ((NIL NIL "myusername" "mydomain.tld")) NIL NIL NIL "[email protected]") (("text" "plain" ("charset" "UTF-8") NIL NIL "quoted-printable" 5920 174 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 47641 1062 NIL NIL NIL NIL) "alternative" ("boundary" "b1_d8291ec4768dc51e54dbe862b78e36f9") NIL NIL NIL) 1314 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F4073B1.6B009E71") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1849}\r\n
[08:38:41.383][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.383][5482179d] IMAP[DATA]: < * 152 FETCH (UID 5167 RFC822.SIZE 12560 INTERNALDATE "23-Aug-2020 14:13:04 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2642 45 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7770 ("Sun, 23 Aug 2020 11:24:48 +0200" "Hebt u het gevoel dat u geld bespaart door bij KPN in plaats van bij andere winkels te winkelen?" (("KPN" NIL "contact" "adams.edu")) (("KPN" NIL "contact" "adams.edu")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6880 96 NIL NIL NIL NIL) 113 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F425D50.DEC105F5") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1120}\r\n
[08:38:41.384][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.384][5482179d] IMAP[DATA]: < * 153 FETCH (UID 5168 RFC822.SIZE 12221 INTERNALDATE "23-Aug-2020 14:35:23 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2409 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7736 ("Sun, 23 Aug 2020 11:41:43 +0200" "Hebt u het gevoel dat u geld bespaart door bij KPN in plaats van bij andere winkels te winkelen?" (("KPN" NIL "contact" "adams.edu")) (("KPN" NIL "contact" "adams.edu")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6880 96 NIL NIL NIL NIL) 113 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F42628B.DA7EB219") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1086}\r\n
[08:38:41.385][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.385][5482179d] IMAP[DATA]: < * 154 FETCH (UID 5169 RFC822.SIZE 19495 INTERNALDATE "25-Aug-2020 03:32:53 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2783 49 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 14551 ("Tue, 25 Aug 2020 03:16:51 +0200 (CEST)" {38}\r\n
[08:38:41.385][5482179d] IMAP[DATA]: < (("Notificacion Pendiente" NIL "contacto" "accesofinanciero.com")) (("Notificacion Pendiente" NIL "contacto" "accesofinanciero.com")) (("Notificacion Pendiente" NIL "contacto" "accesofinanciero.com")) ((NIL NIL "myusername" "mydomain.tld")) NIL NIL NIL "[email protected]") (("text" "html" ("charset" "UTF-8") NIL NIL "8bit" 13042 39 NIL NIL NIL NIL)("application" "octet-stream" ("name" "3520051055645800654PDF.html") NIL NIL "base64" 286 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "e18659dd42ce55ab3af88ff341504ef6") NIL NIL NIL) 76 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F446A44.A1DADB73") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {975}\r\n
[08:38:41.385][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.386][5482179d] IMAP[DATA]: < * 155 FETCH (UID 5170 RFC822.SIZE 21118 INTERNALDATE "29-Aug-2020 02:16:40 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2761 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16234 ("Fri, 28 Aug 2020 22:21:46 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "adams.edu")) (("KPN NLDB" NIL "kpnl" "adams.edu")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15408 96 NIL NIL NIL NIL) 113 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F499E68.C4EE3428") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1056}\r\n
[08:38:41.387][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.387][5482179d] IMAP[DATA]: < * 156 FETCH (UID 5171 RFC822.SIZE 21118 INTERNALDATE "30-Aug-2020 03:39:29 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2761 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16234 ("Sat, 29 Aug 2020 23:51:17 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "adams.edu")) (("KPN NLDB" NIL "kpnl" "adams.edu")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15408 96 NIL NIL NIL NIL) 113 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F4B0351.806933B6") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1056}\r\n
[08:38:41.388][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.388][5482179d] IMAP[DATA]: < * 157 FETCH (UID 5172 RFC822.SIZE 21208 INTERNALDATE "30-Aug-2020 20:07:45 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2847 48 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16234 ("Sun, 30 Aug 2020 16:40:11 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "adams.edu")) (("KPN NLDB" NIL "kpnl" "adams.edu")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15408 96 NIL NIL NIL NIL) 113 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F4BEAF1.D6352F6B") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1056}\r\n
[08:38:41.388][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.389][5482179d] IMAP[DATA]: < * 158 FETCH (UID 5173 RFC822.SIZE 21207 INTERNALDATE "01-Sep-2020 02:54:07 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2847 48 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16234 ("Mon, 31 Aug 2020 23:15:40 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "adams.edu")) (("KPN NLDB" NIL "kpnl" "adams.edu")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15409 96 NIL NIL NIL NIL) 113 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F4D9BAF.F8200CB5") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1055}\r\n
[08:38:41.389][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.390][5482179d] IMAP[DATA]: < * 159 FETCH (UID 5174 RFC822.SIZE 5929 INTERNALDATE "01-Sep-2020 06:10:30 +0200" FLAGS (\Seen) BODYSTRUCTURE (("text" "plain" ("charset" "utf-8") NIL NIL "quoted-printable" 661 13 NIL NIL NIL NIL)("text" "html" ("charset" "utf-8") NIL NIL "quoted-printable" 1965 25 NIL NIL NIL NIL) "alternative" ("boundary" "=_33747e5b-166f-4719-9a67-f2d00bdc8518") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {2222}\r\n
[08:38:41.390][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.391][5482179d] IMAP[DATA]: < * 160 FETCH (UID 5175 RFC822.SIZE 12384 INTERNALDATE "05-Sep-2020 17:21:06 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2327 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7959 ("Sat, 05 Sep 2020 12:12:16 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "sendinblue.com")) (("KPN NLDB" NIL "kpnl" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 7098 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F53ACE2.F16A2D56") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1091}\r\n
[08:38:41.391][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.392][5482179d] IMAP[DATA]: < * 161 FETCH (UID 5176 RFC822.SIZE 12305 INTERNALDATE "06-Sep-2020 18:21:49 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2353 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7905 ("Sun, 06 Sep 2020 12:59:48 +0200" {28}\r\n
[08:38:41.392][5482179d] IMAP[DATA]: < (("KPN NLDB" NIL "kpnl" "sendinblue.com")) (("KPN NLDB" NIL "kpnl" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 7080 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F550C9D.627864DF") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1055}\r\n
[08:38:41.393][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.393][5482179d] IMAP[DATA]: < * 162 FETCH (UID 5177 RFC822.SIZE 21103 INTERNALDATE "08-Sep-2020 04:11:02 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2581 44 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16408 ("Tue, 08 Sep 2020 01:03:09 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "sendinblue.com")) (("KPN NLDB" NIL "kpnl" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15547 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F56E836.2457E385") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1091}\r\n
[08:38:41.394][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.394][5482179d] IMAP[DATA]: < * 163 FETCH (UID 5178 RFC822.SIZE 20976 INTERNALDATE "08-Sep-2020 23:13:37 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2411 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16436 ("Tue, 08 Sep 2020 18:50:44 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "sendinblue.com")) (("KPN NLDB" NIL "kpnl" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15547 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F57F401.1A5FC761") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1119}\r\n
[08:38:41.394][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.395][5482179d] IMAP[DATA]: < * 164 FETCH (UID 5179 RFC822.SIZE 14194 INTERNALDATE "09-Sep-2020 04:09:11 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3156 52 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 8787 ("Wed, 09 Sep 2020 01:03:53 +0200" "Deel uw mening en krig toegang tot geweldige deals" (("klanten Cool" NIL "CoolBlue" "getresponse-mail.com")) (("klanten Cool" NIL "CoolBlue" "getresponse-mail.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 7845 104 NIL NIL NIL NIL) 121 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F583946.F9D5DB30") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1172}\r\n
[08:38:41.395][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.396][5482179d] IMAP[DATA]: < * 165 FETCH (UID 5180 RFC822.SIZE 21540 INTERNALDATE "09-Sep-2020 13:10:00 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2800 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16504 ("Wed, 09 Sep 2020 10:33:41 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "getresponse-mail.com")) (("KPN NLDB" NIL "kpnl" "getresponse-mail.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15553 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F58B808.200609F0") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1181}\r\n
[08:38:41.396][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.397][5482179d] IMAP[DATA]: < * 166 FETCH (UID 5181 RFC822.SIZE 21205 INTERNALDATE "09-Sep-2020 15:36:07 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2619 46 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16424 ("Wed, 09 Sep 2020 13:00:16 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "aweber.com")) (("KPN NLDB" NIL "kpnl" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15543 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F58DA47.95EF2501") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1111}\r\n
[08:38:41.397][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.397][5482179d] IMAP[DATA]: < * 167 FETCH (UID 5182 RFC822.SIZE 20978 INTERNALDATE "10-Sep-2020 03:55:53 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2411 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16437 ("Thu, 10 Sep 2020 00:12:32 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "sendinblue.com")) (("KPN NLDB" NIL "kpnl" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15547 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F5987A9.05EE17A7") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1120}\r\n
[08:38:41.398][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.398][5482179d] IMAP[DATA]: < * 168 FETCH (UID 5183 RFC822.SIZE 21516 INTERNALDATE "10-Sep-2020 17:39:58 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2904 50 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16425 ("Thu, 10 Sep 2020 15:00:40 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "aweber.com")) (("KPN NLDB" NIL "kpnl" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15543 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F5A48CE.950DAA08") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1112}\r\n
[08:38:41.399][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.399][5482179d] IMAP[DATA]: < * 169 FETCH (UID 5184 RFC822.SIZE 8812 INTERNALDATE "16-Sep-2020 05:00:50 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2157 38 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 4514 ("Wed, 16 Sep 2020 05:00:10 +0200 (CEST)" {90}\r\n
[08:38:41.400][5482179d] IMAP[DATA]: < ((NIL NIL "CLIENTE_FATURA48467138" "edp.pt")) ((NIL NIL "CLIENTE_FATURA48467138" "edp.pt")) ((NIL NIL "CLIENTE_FATURA48467138" "edp.pt")) ((NIL NIL "myusername" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "iso-8859-1") NIL NIL "7bit" 3689 43 NIL NIL NIL NIL) 59 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F617FE2.9E174DFD") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1141}\r\n
[08:38:41.400][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.401][5482179d] IMAP[DATA]: < * 170 FETCH (UID 5185 RFC822.SIZE 22949 INTERNALDATE "16-Sep-2020 22:00:19 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3380 57 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16870 ("Wed, 16 Sep 2020 18:36:14 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15543 103 NIL NIL NIL NIL) 130 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F626ED1.4F794B86") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1127}\r\n
[08:38:41.401][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.401][5482179d] IMAP[DATA]: < * 171 FETCH (UID 5186 RFC822.SIZE 22353 INTERNALDATE "16-Sep-2020 22:00:54 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2815 48 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16889 ("Wed, 16 Sep 2020 18:46:50 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15543 103 NIL NIL NIL NIL) 130 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F626EF6.99E1CE72") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1146}\r\n
[08:38:41.402][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.402][5482179d] IMAP[DATA]: < * 172 FETCH (UID 5187 RFC822.SIZE 22949 INTERNALDATE "17-Sep-2020 00:37:47 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3380 57 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16870 ("Wed, 16 Sep 2020 22:34:08 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 15543 103 NIL NIL NIL NIL) 130 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6293BA.32C8B6BD") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1127}\r\n
[08:38:41.403][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.403][5482179d] IMAP[DATA]: < * 173 FETCH (UID 5188 RFC822.SIZE 13948 INTERNALDATE "17-Sep-2020 04:24:12 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3291 54 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7961 ("Thu, 17 Sep 2020 01:01:58 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6590 103 NIL NIL NIL NIL) 130 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F62C8CB.E1B71F6F") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1171}\r\n
[08:38:41.404][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.404][5482179d] IMAP[DATA]: < * 174 FETCH (UID 5189 RFC822.SIZE 14045 INTERNALDATE "17-Sep-2020 12:12:24 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3404 57 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7935 ("Thu, 17 Sep 2020 09:12:46 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6583 103 NIL NIL NIL NIL) 130 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F633688.BFE9479D") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1152}\r\n
[08:38:41.405][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.405][5482179d] IMAP[DATA]: < * 175 FETCH (UID 5190 RFC822.SIZE 13903 INTERNALDATE "17-Sep-2020 12:19:44 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3329 56 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7907 ("Thu, 17 Sep 2020 09:17:43 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6580 103 NIL NIL NIL NIL) 130 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F63383F.6386B292") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1127}\r\n
[08:38:41.406][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.406][5482179d] IMAP[DATA]: < * 176 FETCH (UID 5191 RFC822.SIZE 13217 INTERNALDATE "17-Sep-2020 15:44:54 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2676 46 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7926 ("Thu, 17 Sep 2020 12:49:54 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6580 103 NIL NIL NIL NIL) 130 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F636856.D13C169F") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1146}\r\n
[08:38:41.407][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.407][5482179d] IMAP[DATA]: < * 177 FETCH (UID 5192 RFC822.SIZE 13903 INTERNALDATE "17-Sep-2020 16:08:02 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3329 56 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7907 ("Thu, 17 Sep 2020 12:51:54 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6580 103 NIL NIL NIL NIL) 130 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F636DC1.AAB98568") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1127}\r\n
[08:38:41.407][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.408][5482179d] IMAP[DATA]: < * 178 FETCH (UID 5193 RFC822.SIZE 13216 INTERNALDATE "17-Sep-2020 19:45:26 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2676 46 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7926 ("Thu, 17 Sep 2020 16:44:56 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) (("KPN NLDB" NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6580 103 NIL NIL NIL NIL) 130 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F63A0B6.50DDE075") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1146}\r\n
[08:38:41.408][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.409][5482179d] IMAP[DATA]: < * 179 FETCH (UID 5194 RFC822.SIZE 11923 INTERNALDATE "18-Sep-2020 03:08:14 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2389 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7446 ("Fri, 18 Sep 2020 00:40:24 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "aweber.com")) (("KPN NLDB" NIL "kpnl" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6580 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F64087D.FF70C107") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1096}\r\n
[08:38:41.409][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.409][5482179d] IMAP[DATA]: < * 180 FETCH (UID 5195 RFC822.SIZE 11923 INTERNALDATE "18-Sep-2020 03:53:13 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2389 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7446 ("Fri, 18 Sep 2020 00:42:33 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "aweber.com")) (("KPN NLDB" NIL "kpnl" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6580 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F641309.AA0AB213") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1096}\r\n
[08:38:41.410][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.410][5482179d] IMAP[DATA]: < * 181 FETCH (UID 5196 RFC822.SIZE 11816 INTERNALDATE "18-Sep-2020 12:38:13 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2271 40 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7457 ("Fri, 18 Sep 2020 09:11:17 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "sendinblue.com")) (("KPN NLDB" NIL "kpnl" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6584 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F648E15.0AB7FE72") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1103}\r\n
[08:38:41.411][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.411][5482179d] IMAP[DATA]: < * 182 FETCH (UID 5197 RFC822.SIZE 12472 INTERNALDATE "18-Sep-2020 20:54:05 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2874 49 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7445 ("Fri, 18 Sep 2020 18:05:12 +0200" "Earn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "sendinblue.com")) (("KPN NLDB" NIL "kpnl" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 6584 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F65024D.08BAB3E3") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1091}\r\n
[08:38:41.412][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.412][5482179d] IMAP[DATA]: < * 183 FETCH (UID 5198 RFC822.SIZE 13206 INTERNALDATE "20-Sep-2020 19:39:56 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2546 44 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 8714 ("Sun, 20 Sep 2020 15:44:16 +0200" "Als tester krijgt u de machine gratis thuisgestuurd en mag u het product houden. Uw feedback is namelijk van groot belang voor ons." (("Nespresso" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("Nespresso" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("Nespresso" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 8095 149 NIL NIL NIL NIL) 165 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6793EC.2C242C0E") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {892}\r\n
[08:38:41.413][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.413][5482179d] IMAP[DATA]: < * 184 FETCH (UID 5199 RFC822.SIZE 30399 INTERNALDATE "20-Sep-2020 19:47:11 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2410 45 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 25754 ("Sun, 20 Sep 2020 19:42:30 +0300" "Lerne single Frauen in Schleswig-Holstein kennen." (("Endlos lokales Dating" NIL "azzorbq" "bincertis.de")) (("Endlos lokales Dating" NIL "azzorbq" "bincertis.de")) (("Endlos lokales Dating" NIL "azzorbq" "bincertis.de")) ((NIL NIL "vfskv0buaac5l" "qxrrvrb4p.nl")) NIL NIL NIL "[email protected]") ((("text" "plain" ("charset" "windows-1251") NIL NIL "quoted-printable" 109 1 NIL NIL NIL NIL)("text" "html" ("charset" "windows-1251") NIL NIL "quoted-printable" 736 11 NIL NIL NIL NIL) "alternative" ("boundary" "----=_NextPart_000_0010_01D68F84.C3BE1E00") NIL NIL NIL)("image" "jpeg" ("name" "swtawawupej.jpeg") "b147701d68f8692d7ee990d90a9711@azzorbq" NIL "base64" 23096 NIL NIL NIL NIL) "related" ("type" "multipart/alternative" "boundary" "----=_NextPart_000_000F_01D68F84.C3BE1E00") NIL NIL NIL) 360 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F67959F.6A2DE8F7") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1126}\r\n
[08:38:41.413][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.414][5482179d] IMAP[DATA]: < * 185 FETCH (UID 5200 RFC822.SIZE 12210 INTERNALDATE "21-Sep-2020 03:26:48 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2271 40 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7889 ("Sun, 20 Sep 2020 22:37:11 +0200" {28}\r\n
[08:38:41.414][5482179d] IMAP[DATA]: < (("KPN NLDB" NIL "kpnl" "sendinblue.com")) (("KPN NLDB" NIL "kpnl" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F680156.78E3F12A") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1067}\r\n
[08:38:41.414][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.414][5482179d] IMAP[DATA]: < * 187 FETCH (UID 5202 RFC822.SIZE 383189 INTERNALDATE "22-Sep-2020 08:23:32 +0200" FLAGS (\Seen) BODYSTRUCTURE ((("text" "plain" ("format" "flowed" "charset" "UTF-8") NIL NIL "8bit" 322 7 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "8bit" 21081 673 NIL NIL NIL NIL) "alternative" ("boundary" "b3_c20a6be0553016db91d917fa7d4bc3bf") NIL NIL NIL)("image" "gif" ("name" "6270db34e4a8011e356104dc31d2d7ab") "<6270db34e4a8011e356104dc31d2d7ab>" NIL "base64" 86 NIL NIL NIL NIL)("image" "png" ("name" "4bba44c6b722e418a2901c07d524c098") "<4bba44c6b722e418a2901c07d524c098>" NIL "base64" 357892 NIL NIL NIL NIL)("image" "gif" ("name" "96f87c28acf9e6bcc09891a906ce7c70") "<96f87c28acf9e6bcc09891a906ce7c70>" NIL "base64" 86 NIL NIL NIL NIL) "related" ("type" "multipart/alternative" "charset" "UTF-8" "boundary" "b1_c20a6be0553016db91d917fa7d4bc3bf") ("inline" NIL) NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1315}\r\n
[08:38:41.415][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.415][5482179d] IMAP[DATA]: < * 188 FETCH (UID 5203 RFC822.SIZE 12284 INTERNALDATE "22-Sep-2020 20:39:40 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2271 40 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7926 ("Tue, 22 Sep 2020 17:31:27 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "kpnl" "sendinblue.com")) (("KPN NLDB" NIL "kpnl" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6A44EC.04039145") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1104}\r\n
[08:38:41.415][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.415][5482179d] IMAP[DATA]: < * 189 FETCH (UID 5204 RFC822.SIZE 12807 INTERNALDATE "23-Sep-2020 03:15:11 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2838 48 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7839 ("Tue, 22 Sep 2020 23:50:41 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6AA19E.3BD52FA6") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1060}\r\n
[08:38:41.416][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.416][5482179d] IMAP[DATA]: < * 190 FETCH (UID 5205 RFC822.SIZE 12807 INTERNALDATE "23-Sep-2020 13:08:40 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2838 48 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7839 ("Wed, 23 Sep 2020 10:24:14 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6B2CB8.99701DA0") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1060}\r\n
[08:38:41.416][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.416][5482179d] IMAP[DATA]: < * 191 FETCH (UID 5206 RFC822.SIZE 13048 INTERNALDATE "23-Sep-2020 13:21:15 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3036 49 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7868 ("Wed, 23 Sep 2020 10:23:16 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "getresponse-mail.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7058 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6B2FAA.F281A31D") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1083}\r\n
[08:38:41.417][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.417][5482179d] IMAP[DATA]: < * 192 FETCH (UID 5207 RFC822.SIZE 12858 INTERNALDATE "24-Sep-2020 12:43:34 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2893 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7855 ("Thu, 24 Sep 2020 10:00:20 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "getresponse-mail.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7058 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6C7856.179B0512") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1070}\r\n
[08:38:41.417][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.418][5482179d] IMAP[DATA]: < * 193 FETCH (UID 5208 RFC822.SIZE 12532 INTERNALDATE "24-Sep-2020 21:10:27 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2639 45 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7818 ("Thu, 24 Sep 2020 18:02:30 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6CEF23.E48338BD") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1039}\r\n
[08:38:41.418][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.418][5482179d] IMAP[DATA]: < * 194 FETCH (UID 5209 RFC822.SIZE 12152 INTERNALDATE "24-Sep-2020 21:14:26 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2360 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7775 ("Thu, 24 Sep 2020 17:57:33 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7048 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6CF011.175048E6") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1000}\r\n
[08:38:41.418][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.419][5482179d] IMAP[DATA]: < * 195 FETCH (UID 5210 RFC822.SIZE 8496 INTERNALDATE "24-Sep-2020 03:17:44 +0200" FLAGS (\Seen) BODYSTRUCTURE ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {977}\r\n
[08:38:41.419][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.419][5482179d] IMAP[DATA]: < * 196 FETCH (UID 5211 RFC822.SIZE 12655 INTERNALDATE "25-Sep-2020 13:09:36 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2705 46 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7831 ("Fri, 25 Sep 2020 10:33:53 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "mailchimp.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7051 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6DCFF0.AEBFF633") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1053}\r\n
[08:38:41.419][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.420][5482179d] IMAP[DATA]: < * 197 FETCH (UID 5212 RFC822.SIZE 12858 INTERNALDATE "25-Sep-2020 13:09:39 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2893 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7855 ("Fri, 25 Sep 2020 10:33:39 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "getresponse-mail.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7058 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6DCFF3.C7CFB5D9") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1070}\r\n
[08:38:41.420][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.420][5482179d] IMAP[DATA]: < * 198 FETCH (UID 5213 RFC822.SIZE 21355 INTERNALDATE "25-Sep-2020 13:45:46 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2730 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16682 ("Fri, 25 Sep 2020 10:27:50 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16099 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6DD86A.66B55AA1") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {856}\r\n
[08:38:41.420][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.421][5482179d] IMAP[DATA]: < * 199 FETCH (UID 5214 RFC822.SIZE 12152 INTERNALDATE "25-Sep-2020 16:13:29 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2360 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7775 ("Fri, 25 Sep 2020 13:41:09 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7048 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6DFB09.56580C0E") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1000}\r\n
[08:38:41.421][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.421][5482179d] IMAP[DATA]: < * 200 FETCH (UID 5215 RFC822.SIZE 12875 INTERNALDATE "25-Sep-2020 18:06:10 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2894 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7866 ("Fri, 25 Sep 2020 15:16:43 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "getresponse-mail.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7058 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6E1571.F516C0CF") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1081}\r\n
[08:38:41.422][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.422][5482179d] IMAP[DATA]: < * 201 FETCH (UID 5216 RFC822.SIZE 12807 INTERNALDATE "25-Sep-2020 18:12:17 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2838 48 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7839 ("Fri, 25 Sep 2020 15:16:29 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6E16E1.3070CE79") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1060}\r\n
[08:38:41.422][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.422][5482179d] IMAP[DATA]: < * 202 FETCH (UID 5217 RFC822.SIZE 21355 INTERNALDATE "25-Sep-2020 18:14:43 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2730 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16682 ("Fri, 25 Sep 2020 15:13:28 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16099 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6E1773.49110964") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {856}\r\n
[08:38:41.423][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.423][5482179d] IMAP[DATA]: < * 203 FETCH (UID 5218 RFC822.SIZE 21628 INTERNALDATE "25-Sep-2020 22:26:01 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2929 50 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16702 ("Fri, 25 Sep 2020 19:39:43 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16099 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6E5259.B0E9CE43") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {876}\r\n
[08:38:41.423][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.423][5482179d] IMAP[DATA]: < * 204 FETCH (UID 5219 RFC822.SIZE 21229 INTERNALDATE "25-Sep-2020 22:30:03 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2603 45 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16682 ("Fri, 25 Sep 2020 19:40:19 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16099 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6E534A.8FDAF614") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {856}\r\n
[08:38:41.424][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.424][5482179d] IMAP[DATA]: < * 205 FETCH (UID 5220 RFC822.SIZE 12807 INTERNALDATE "26-Sep-2020 02:24:01 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2838 48 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7839 ("Fri, 25 Sep 2020 23:03:42 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6E8A21.D43DA262") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1060}\r\n
[08:38:41.424][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.424][5482179d] IMAP[DATA]: < * 206 FETCH (UID 5221 RFC822.SIZE 12708 INTERNALDATE "26-Sep-2020 04:59:31 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2829 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7805 ("Fri, 25 Sep 2020 22:52:00 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "amazonses.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7051 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6EAE93.E1AAE306") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1027}\r\n
[08:38:41.425][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.425][5482179d] IMAP[DATA]: < * 207 FETCH (UID 5222 RFC822.SIZE 12977 INTERNALDATE "26-Sep-2020 12:39:06 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2968 48 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7870 ("Sat, 26 Sep 2020 09:41:15 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "getresponse-mail.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7058 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6F1A4A.0BA91DD2") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1085}\r\n
[08:38:41.425][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.425][5482179d] IMAP[DATA]: < * 208 FETCH (UID 5223 RFC822.SIZE 12152 INTERNALDATE "26-Sep-2020 12:45:00 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2360 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7775 ("Sat, 26 Sep 2020 09:39:50 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7048 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6F1BAB.C69B9896") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1000}\r\n
[08:38:41.426][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.426][5482179d] IMAP[DATA]: < * 209 FETCH (UID 5224 RFC822.SIZE 12532 INTERNALDATE "26-Sep-2020 13:14:32 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2639 45 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7818 ("Sat, 26 Sep 2020 09:56:31 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6F2298.63EF0262") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1039}\r\n
[08:38:41.426][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.426][5482179d] IMAP[DATA]: < * 210 FETCH (UID 5225 RFC822.SIZE 21539 INTERNALDATE "26-Sep-2020 13:14:40 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2730 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16866 ("Sat, 26 Sep 2020 09:55:18 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6F22A0.4AB695A4") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {856}\r\n
[08:38:41.427][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.427][5482179d] IMAP[DATA]: < * 211 FETCH (UID 5226 RFC822.SIZE 12492 INTERNALDATE "26-Sep-2020 22:37:08 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2634 45 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7791 ("Sat, 26 Sep 2020 19:29:32 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7048 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F6FA673.CB7AB574") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1016}\r\n
[08:38:41.427][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.427][5482179d] IMAP[DATA]: < * 212 FETCH (UID 5227 RFC822.SIZE 21077 INTERNALDATE "27-Sep-2020 08:01:55 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2329 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16850 ("Sun, 27 Sep 2020 05:06:45 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F702AD3.0AA52962") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {840}\r\n
[08:38:41.428][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.428][5482179d] IMAP[DATA]: < * 213 FETCH (UID 5228 RFC822.SIZE 12153 INTERNALDATE "27-Sep-2020 08:05:27 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2360 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7775 ("Sun, 27 Sep 2020 05:08:43 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("KPN NLDB" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) ((NIL NIL "reply" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 7048 103 NIL NIL NIL NIL) 119 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F702BA6.22126855") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1000}\r\n
[08:38:41.428][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.428][5482179d] IMAP[DATA]: < * 214 FETCH (UID 5229 RFC822.SIZE 12393 INTERNALDATE "28-Sep-2020 14:36:05 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2271 40 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7980 ("Mon, 28 Sep 2020 11:38:55 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NL" NIL "contact" "sendinblue.com")) (("KPN NL" NIL "contact" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "opt.php?d=50043&l=245&c=72114&em=143eb217164a79190db31df715cb4baa-Psv5HmTklamatFC@mail.sendinblue.com") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F71D8B5.6519AF06") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1158}\r\n
[08:38:41.429][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.429][5482179d] IMAP[DATA]: < * 215 FETCH (UID 5230 RFC822.SIZE 21769 INTERNALDATE "28-Sep-2020 19:24:29 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2926 49 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16875 ("Mon, 28 Sep 2020 16:48:07 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F721C4C.BD33F501") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {865}\r\n
[08:38:41.429][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.430][5482179d] IMAP[DATA]: < * 216 FETCH (UID 5231 RFC822.SIZE 22002 INTERNALDATE "29-Sep-2020 03:02:46 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2701 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 17334 ("Tue, 29 Sep 2020 00:10:19 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16751 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=5F7287B5.700B39D1") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {856}\r\n
[08:38:41.430][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.430][5482179d] IMAP[DATA]: < * 217 FETCH (UID 5232 RFC822.SIZE 21287 INTERNALDATE "29-Sep-2020 03:28:52 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2099 38 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 17326 ("Tue, 29 Sep 2020 00:12:17 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16760 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=5F728DD3.0A9C1F8A") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {839}\r\n
[08:38:41.430][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.431][5482179d] IMAP[DATA]: < * 218 FETCH (UID 5233 RFC822.SIZE 38783 INTERNALDATE "29-Sep-2020 06:19:24 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2409 43 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 33744 ("Tue, 29 Sep 2020 04:18:14 +0000" "BOLETIM ONLINE SETEMBRO 2020" (("ABCD BRASIL" NIL "abcd" "abcdbrasil.org.br")) (("ABCD BRASIL" NIL "abcd" "abcdbrasil.org.br")) ((NIL NIL "jrlourenco" "editabr.com.br")) ((NIL NIL "myusername" "mydomain.tld")) NIL NIL NIL "[email protected]") (("text" "plain" ("charset" "utf-8") NIL NIL "quoted-printable" 8011 104 NIL NIL NIL NIL)("text" "html" ("charset" "utf-8") NIL NIL "quoted-printable" 24024 412 NIL NIL NIL NIL) "alternative" ("boundary" "
=swift_v4_1601353094_9480084a6300a5c43ccfb9e955400d46=
") NIL NIL NIL) 555 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F72B5CB.6F8B3C9F") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1340}\r\n
[08:38:41.431][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.431][5482179d] IMAP[DATA]: < * 219 FETCH (UID 5234 RFC822.SIZE 21275 INTERNALDATE "29-Sep-2020 13:51:57 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2523 44 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16812 ("Tue, 29 Sep 2020 11:25:17 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16229 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F731FDD.A459B747") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {856}\r\n
[08:38:41.432][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.432][5482179d] IMAP[DATA]: < * 220 FETCH (UID 5235 RFC822.SIZE 12558 INTERNALDATE "29-Sep-2020 18:37:30 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2419 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7980 ("Tue, 29 Sep 2020 16:22:54 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NL" NIL "contact" "sendinblue.com")) (("KPN NL" NIL "contact" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "opt.php?d=50425&l=245&c=72114&em=143eb217164a79190db31df715cb4baa-XnjVHs7cS043mis@mail.sendinblue.com") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 7052 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F7362CA.92B39C2D") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1158}\r\n
[08:38:41.432][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.432][5482179d] IMAP[DATA]: < * 221 FETCH (UID 5236 RFC822.SIZE 12584 INTERNALDATE "29-Sep-2020 23:49:32 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2493 43 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7950 ("Tue, 29 Sep 2020 18:43:47 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NL" NIL "contact" "ssp.com")) (("KPN NL" NIL "contact" "ssp.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "opt.php?d=50434&l=245&c=72114&[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 7045 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F73ABEC.880C2B3A") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1135}\r\n
[08:38:41.433][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.433][5482179d] IMAP[DATA]: < * 222 FETCH (UID 5237 RFC822.SIZE 21197 INTERNALDATE "30-Sep-2020 04:51:37 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2404 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16866 ("Wed, 30 Sep 2020 02:13:28 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F73F2B9.C550B0FF") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {856}\r\n
[08:38:41.433][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.433][5482179d] IMAP[DATA]: < * 223 FETCH (UID 5238 RFC822.SIZE 21769 INTERNALDATE "30-Sep-2020 04:55:14 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2926 49 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16875 ("Wed, 30 Sep 2020 02:14:52 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F73F391.A9F862EA") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {865}\r\n
[08:38:41.434][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.434][5482179d] IMAP[DATA]: < * 224 FETCH (UID 5239 RFC822.SIZE 21197 INTERNALDATE "30-Sep-2020 15:19:57 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2404 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16866 ("Wed, 30 Sep 2020 12:50:12 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F7485FD.CE884CAC") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {856}\r\n
[08:38:41.434][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.434][5482179d] IMAP[DATA]: < * 225 FETCH (UID 5240 RFC822.SIZE 21111 INTERNALDATE "30-Sep-2020 16:24:37 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2352 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16868 ("Wed, 30 Sep 2020 12:50:17 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F749524.81668C94") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {858}\r\n
[08:38:41.435][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.435][5482179d] IMAP[DATA]: < * 226 FETCH (UID 5241 RFC822.SIZE 21292 INTERNALDATE "30-Sep-2020 16:57:08 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2528 44 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16850 ("Wed, 30 Sep 2020 14:42:27 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F749CC3.EEE54924") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {840}\r\n
[08:38:41.435][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.435][5482179d] IMAP[DATA]: < * 227 FETCH (UID 5242 RFC822.SIZE 20186 INTERNALDATE "30-Sep-2020 18:29:37 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2778 47 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 15205 ("Wed, 30 Sep 2020 15:50:20 +0200" "Wij hebben 10 mensen uit onze database geselecteerd die kans maken op een iPhone 11 Pro of Galaxy S20 Ultra" (("KPN NL" NIL "contact" "ssp.com")) (("KPN NL" NIL "contact" "ssp.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "opt.php?d=50468&l=245&c=72114&[email protected]") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 14258 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F74B270.93169675") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1176}\r\n
[08:38:41.436][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.436][5482179d] IMAP[DATA]: < * 228 FETCH (UID 5243 RFC822.SIZE 39639 INTERNALDATE "01-Oct-2020 02:26:10 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2481 45 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 32661 ("Wed, 30 Sep 2020 18:25:56 -0600" "=?UTF-8?Q?El_orden_temporal_y_la_salvaci=C3=B3n_eterna?=" (("Accion Familia" NIL "newsletter" "desagravio.info")) (("Accion Familia" NIL "newsletter" "desagravio.info")) (("Accion Familia" NIL "newsletter" "desagravio.info")) ((NIL NIL "myusername" "mydomain.tld")) NIL NIL NIL "[email protected]") (("text" "plain" ("charset" "UTF-8") NIL NIL "quoted-printable" 4075 116 NIL NIL NIL NIL)("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 25011 623 NIL NIL NIL NIL) "alternative" ("boundary" "b1_3dde46e2d1412e6771da14b86549b8fe") NIL NIL NIL) 817 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F752222.77BBCDEF") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1858}\r\n
[08:38:41.436][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.436][5482179d] IMAP[DATA]: < * 229 FETCH (UID 5244 RFC822.SIZE 19852 INTERNALDATE "01-Oct-2020 04:07:47 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2419 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 15234 ("Thu, 01 Oct 2020 01:14:12 +0200" "Wij hebben 10 mensen uit onze database geselecteerd die kans maken op een iPhone 11 Pro of Galaxy S20 Ultra" (("KPN NL" NIL "contact" "sendinblue.com")) (("KPN NL" NIL "contact" "sendinblue.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "opt.php?d=50488&l=245&c=72114&em=143eb217164a79190db31df715cb4baa-6bbKmlecyn55wX5@mail.sendinblue.com") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 14265 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F7539F2.25E671E2") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1198}\r\n
[08:38:41.437][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.437][5482179d] IMAP[DATA]: < * 230 FETCH (UID 5245 RFC822.SIZE 21446 INTERNALDATE "01-Oct-2020 04:14:23 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2597 45 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16881 ("Thu, 01 Oct 2020 01:09:59 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F753B7F.37E67D9A") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {871}\r\n
[08:38:41.437][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.437][5482179d] IMAP[DATA]: < * 231 FETCH (UID 5246 RFC822.SIZE 20763 INTERNALDATE "01-Oct-2020 04:14:44 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2077 37 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16848 ("Thu, 01 Oct 2020 01:10:20 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F753B93.7D0C533D") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {838}\r\n
[08:38:41.438][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.438][5482179d] IMAP[DATA]: < * 232 FETCH (UID 5247 RFC822.SIZE 21109 INTERNALDATE "01-Oct-2020 06:46:11 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2352 41 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16867 ("Thu, 01 Oct 2020 01:10:48 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F755F12.6385846D") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {857}\r\n
[08:38:41.438][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.438][5482179d] IMAP[DATA]: < * 233 FETCH (UID 5248 RFC822.SIZE 22052 INTERNALDATE "01-Oct-2020 15:58:56 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 3168 53 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 16874 ("Thu, 01 Oct 2020 13:51:04 +0200" "Wij hebben 25 mensen uit onze database geselecteerd die kans maken op een all-inclusive vakantie voor 4 personen." (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) (("VAN DER VALK" NIL "MISSING_MAILBOX" "SYNTAX_ERROR")) NIL NIL NIL NIL NIL) ("text" "html" ("charset" "UTF-8") NIL NIL "7bit" 16283 263 NIL NIL NIL NIL) 279 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F75E0A0.AA31196D") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {864}\r\n
[08:38:41.439][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.439][5482179d] IMAP[DATA]: < * 234 FETCH (UID 5249 RFC822.SIZE 12584 INTERNALDATE "03-Oct-2020 00:09:16 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2458 42 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 8244 ("2 Oct 2020 10:51:58 -0600" "Zakelijk voorstel" ((NIL NIL "bruce" "fishermonk.com")) ((NIL NIL "bruce" "fishermonk.com")) ((NIL NIL "bruce" "fishermonk.com")) ((NIL NIL "myusername" "mydomain.tld")) NIL NIL NIL "[email protected]") (("text" "plain" ("charset" "iso-8859-3") NIL "Mail message body" "QUOTED-PRINTABLE" 3224 44 NIL NIL NIL NIL)("text" "html" ("charset" "ISO-8859-3") NIL "Mail message body" "QUOTED-PRINTABLE" 3980 82 NIL NIL NIL NIL) "alternative" ("boundary" "Alt-Boundary-71199.0552974") NIL NIL NIL) 157 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F77A50C.B625BA98") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {820}\r\n
[08:38:41.439][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.440][5482179d] IMAP[DATA]: < * 235 FETCH (UID 5250 RFC822.SIZE 11633 INTERNALDATE "04-Oct-2020 03:03:34 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2055 37 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 7791 ("4 Oct 2020 17:34:08 +0800" "Zakelijk voorstel" ((NIL NIL "verkoop" "vanalphenmakelaardij.nl")) ((NIL NIL "verkoop" "vanalphenmakelaardij.nl")) ((NIL NIL "verkoop" "vanalphenmakelaardij.nl")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "[email protected]") (("text" "plain" ("charset" "iso-8859-3") NIL NIL "quoted-printable" 3224 44 NIL NIL NIL NIL)("text" "html" ("charset" "iso-8859-3") NIL NIL "quoted-printable" 3583 74 NIL NIL NIL NIL) "alternative" ("boundary" "---39D63D1CA3D2F7826D86A718694C39D6") NIL NIL NIL) 150 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F791F65.724D4972") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {793}\r\n
[08:38:41.440][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.440][5482179d] IMAP[DATA]: < * 236 FETCH (UID 5251 RFC822.SIZE 19948 INTERNALDATE "06-Oct-2020 13:05:13 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2544 45 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 15199 ("Tue, 06 Oct 2020 10:35:22 +0200" "Learn to pronounce krijg een kans om exclusieve beloning te winnen" (("KPN NL" NIL "contact" "aweber.com")) (("KPN NL" NIL "contact" "aweber.com")) ((NIL NIL "myuser" "mydomain.tld")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "opt.php?d=50921&l=245&c=72114&em=143eb217164a79190db31df715cb4baa-Rh3fPqZVgeXP04t@mail.aweber.com") ("text" "html" ("charset" "us-ascii") NIL NIL "7bit" 14261 103 NIL NIL NIL NIL) 120 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F7C4F69.A195F663") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1168}\r\n
[08:38:41.440][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.441][5482179d] IMAP[DATA]: < * 237 FETCH (UID 5252 RFC822.SIZE 10337 INTERNALDATE "16-Oct-2020 02:28:08 +0200" FLAGS () BODYSTRUCTURE (("text" "plain" ("charset" "iso-8859-1") NIL NIL "8bit" 2689 48 NIL ("inline" NIL) NIL NIL)("message" "rfc822" ("x-spam-type" "original") NIL "original message before SpamAssassin" "8bit" 5016 ("Thu, 15 Oct 2020 19:17:52 -0500" "Military Trick To Fix Tinnitus" (("Silencil" NIL "haunt" "mobileclubfax.com")) (("Silencil" NIL "haunt" "mobileclubfax.com")) (("Silencil" NIL "haunt" "mobileclubfax.com")) ((NIL NIL "myuser" "mydomain.tld")) NIL NIL NIL "2cSbLQIF7FYsswqrYGXUjsEAYqoeM6FqHCBp-9TtSmk.I5bSKOluJxA6Ie1ulANy7Q@mobileclubfax.com") ("text" "html" ("charset" "ISO-8859-1") NIL NIL "quoted-printable" 3648 143 NIL NIL NIL NIL) 169 NIL ("attachment" NIL) NIL NIL) "mixed" ("boundary" "----------=_5F88E918.3295A8C9") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {859}\r\n
[08:38:41.441][5482179d] IMAP[DATA]: < )\r\n
[08:38:41.441][5482179d] IMAP[DATA]: < TAG5 OK Fetch completed (0.058 + 0.000 + 0.057 secs).\r\n
[08:38:41.468][5482179d] INFO[NOTICE]: TypeError: Return value of MailSo\Mail\Message::From() must be an instance of MailSo\Mime\EmailCollection, null returned in /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/MailSo/Mail/Message.php:330
Stack trace:
#0 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Actions.php(7038): MailSo\Mail\Message->From()
#1 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Actions.php(7415): RainLoop\Actions->responseObject(Object(MailSo\Mail\Message), 'MessageList', Array)
#2 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Actions.php(6848): RainLoop\Actions->responseObject(Array, 'MessageList', Array)
#3 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Actions.php(7348): RainLoop\Actions->objectData(Object(MailSo\Mail\MessageCollection), 'MessageList', Array)
#4 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Actions.php(6689): RainLoop\Actions->responseObject(Object(MailSo\Mail\MessageCollection), 'MessageList')
#5 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Actions.php(6705): RainLoop\Actions->mainDefaultResponse('MessageList', Object(MailSo\Mail\MessageCollection), Array)
#6 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Actions.php(3669): RainLoop\Actions->DefaultResponse('DoMessageList', Object(MailSo\Mail\MessageCollection))
#7 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/ServiceActions.php(137): RainLoop\Actions->DoMessageList()
#8 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Service.php(133): RainLoop\ServiceActions->ServiceAjax('')
#9 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Service.php(62): RainLoop\Service->localHandle()
#10 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/libraries/RainLoop/Service.php(78): RainLoop\Service->__construct()
#11 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/app/handle.php(67): RainLoop\Service::Handle()
#12 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/rainloop/v/2.0.0-rc2/include.php(227): include('/srv/www/vhosts...')
#13 /srv/www/vhosts/mydomain.tld/htdocs/webmail/snappymail/index.php(12): include('/srv/www/vhosts...')
#14 {main}
[08:38:41.469][5482179d] AJAX[DATA]: {"Action":"MessageList","Result":false,"ErrorCode":999,"ErrorMessage":"0 - Return value of MailSo\Mail\Message::From() must be an instance of MailSo\Mime\EmailCollection, null returned","ErrorMessageAdditional":"","Time":250}
[08:38:41.469][5482179d] IMAP[DATA]: > TAG6 LOGOUT\r\n
[08:38:41.470][5482179d] IMAP[DATA]: < * OK [CLOSED] Previous mailbox closed.\r\n
[08:38:41.470][5482179d] IMAP[DATA]: < * BYE LOGOUT received\r\n
[08:38:41.470][5482179d] IMAP[DATA]: < TAG6 OK Completed\r\n
[08:38:41.471][5482179d] IMAP[NOTE]: Disconnected from "tcp://localhost:1143" (success)
[08:38:41.471][5482179d] INFO[MEMORY]: Memory peak usage: 2MB
[08:38:41.471][5482179d] INFO[TIME]: Time delta: 0.25132489204407

Info mouseover in custom-login-mapping configuration pop-up fails

RainLoop version, browser, OS:
SnappyMail v2.0.0-rc1
Firefox 80.0.1
Fedora 32 (Workstation Edition)

Expected behavior and actual behavior:
Show the correct info

Steps to reproduce the problem:
Mouse over the "i" in the custom-login-mapping configuration pop-up

Logs or screenshots:
image

This is what it should look like (screenshot from latest RainLoop)

image

PHP errors and not working after update to rc3

SnappyMail version, browser, OS:
SnappyMail v2.0.0-rc3
Firefox 81.0.1
Fedora 32 (Workstation Edition)

Expected behaviour and actual behaviour:
Working SnappyMail after update with rc3. I see the "new mail counters" updating but no email listing and it seems to be stuck on loading email.

Steps to reproduce the problem:
(I'm updating over rc2 it was I believe)
mkdir -p /tmp/SM
cd /tmp/SM
wget "URL/snappymail-x.y.z-nnn.tar.gz"
tar xf snappymail-.tar.gz
rm snappymail-
.tar.gz
find . -type d -exec chmod 755 {} ;
find . -type f -exec chmod 644 {} ;
sudo chown -R www-data:www-data .
sudo cp -a . /myvhosts/mydomain.tld/htdocs/webmail/snappymail/
sudo systemctl restart php7.3-fpm.service
sudo systemctl restart nginx
Open browser and login to SnappyMail.

Logs or screenshots:
This is the error logging I see in my nginx error logfiles:

2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-r
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "otice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/R
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: ": aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.p
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "ww/vhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP 
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "ocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Unde
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "mail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aF
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mo
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "inLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "p on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappym
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "essage: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/ap
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "rray() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actio
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "ameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: " given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP 
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "/vhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "s/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to 
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "il/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null giv
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mosk
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "Loop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/we
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymai
2020/10/31 09:42:32 [error] 31624#31624: *10 FastCGI sent in stderr: "sage: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 251PHP message: PHP Notice:  Undefined variable: aFlags in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php on line 252PHP message: PHP Warning:  in_array() expects parameter 2 to be array, null given in /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/
2020/10/31 09:42:32 [error] 31624#31624: *10 upstream sent too big header while reading response header from upstream, client: fdea:dbee:f:1::9b1, server: mydomain.tld, request: "POST /webmail/snappymail/?/Ajax/&q[]=/_qDJISIuA1ni3cKfv2P_WF6XPxffaKbbLP6RwE-hyH9NvrM8r0IYCmD7cleDHjUrhQz4d9aF4FXb_ytBt_RlIzhO-uTWmueRcwo5ePB1H01t9b_MWkRhf-dsAax85nirvP4i6hO_s0yElOZ38qR_eCEkPI5oMVCbL4UCpyeJ2fO2RE-Hzh3_i_iSigz_mKEApylcxA0om-2ctdmzvRrU0K-fauQupTakyZrH58dNApb_m3nISYDroKM4nqKRG5TaObNb6nkgZdsAOtBSPSZl4KzUmHJ-bn2I-RGpTLNzQFvKTl1CjmWIrEfoFtoIz5QvLoDBwXFNFxJDyzJ9J6Clb-rl9HyodOyDD_yW3UhaF5j3E_sSY/ HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.3-fpm.sock:", host: "mydomain.tld"

And this is the SnappyMail log:

--- FlushLogCache: WriteOnErrorOnly
[09:01:32.644][176f41e7] INFO[DATA]: [DATE:31.10.20][OFFSET:-00][RL:2.0.0-rc3][PHP:7.3.23-4+0~20201018.71+debian9~1.gbpfc8934][IP:fdea:dbee:f:1::9b1][PID:32544][nginx/1.18.0][fpm-fcgi]
[09:01:32.644][176f41e7] INFO[DATA]: [Suhosin:off][APC:on][MB:on][PDO:mysql,sqlite][Streams:tcp,udp,unix,udg,ssl,tls,tlsv1.0,tlsv1.1,tlsv1.2]
[09:01:32.644][176f41e7] REQUEST[NOTE]: [POST] https://mydomain.tld/webmail/snappymail/?/Ajax/&q[]=/_qDJISIuA1ni3cKfv2P_WF6XPxffaKbbLP6RwE-hyH9NvrM8r0IYCmD7cleDHjUrhQz4d9aF4FXb_ytBt_RlIzhO-uTWmueRcwo5ePB1H01t9b_MWkRhf-dsAax85nirvP4i6hO_s0yElOZ38qR_eCEkPI5oMVCbL4UCpyeJ2fO2RE-Hzh3_i_iSigz_mKEApylcxA0om-2ctdmzvRrU0K-fauQupTakyZrH58dNApb_m3nISYDroKM4nqKRG5TaObNb6nkgZdsAOtBSPSZl4KzUmHJ-bn2I-RGpTLNzQFvKTl1CjmWIrEfoFtoIz5QvLoDBwXFNFxJDyzJ9J6Clb-rl9HyodOyDD_yW3UhaF5j3E_sSY/
[09:01:32.644][176f41e7] AJAX[NOTE]: Action: DoMessageList
[09:01:32.644][176f41e7] POST[DATA]: {"Folder":"INBOX","Offset":"0","Limit":"100","Search":"","UidNext":"","UseThreads":"1","ThreadUid":"","Action":"MessageList","XToken":"edf807d5093fc7d7d9d40902eb160308"}
[09:01:32.645][176f41e7] IMAP[NOTE]: Start connection to "tcp://localhost:1143"
[09:01:32.645][176f41e7] IMAP[NOTE]: Connected (success)
[09:01:32.645][176f41e7] IMAP[DATA]: < * OK [CAPABILITY IMAP4rev1 LITERAL+ LOGIN-REFERRALS ID ENABLE XIMAPPROXY] Dovecot ready.

[09:01:32.645][176f41e7] IMAP[SECURE]: > TAG1 LOGIN "myusername" "********"

[09:01:32.645][176f41e7] IMAP[DATA]: < * OK [XPROXYREUSE] IMAP connection reused by imapproxy

[09:01:32.688][176f41e7] IMAP[DATA]: < TAG1 OK User logged in

[09:01:32.689][176f41e7] IMAP[DATA]: > TAG2 SELECT "INBOX"

[09:01:32.839][176f41e7] IMAP[DATA]: < * FLAGS (\Answered \Flagged \Deleted \Seen \Draft Junk NonJunk $Forwarded)

[09:01:32.839][176f41e7] IMAP[DATA]: < * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft Junk NonJunk $Forwarded \*)] Flags permitted.

[09:01:32.839][176f41e7] IMAP[DATA]: < * 1769 EXISTS

[09:01:32.839][176f41e7] IMAP[DATA]: < * 0 RECENT

[09:01:32.839][176f41e7] IMAP[DATA]: < * OK [UNSEEN 55] First unseen.

[09:01:32.839][176f41e7] IMAP[DATA]: < * OK [UIDVALIDITY 1293628637] UIDs valid

[09:01:32.839][176f41e7] IMAP[DATA]: < * OK [UIDNEXT 56163] Predicted next UID

[09:01:32.839][176f41e7] IMAP[DATA]: < * OK [NOMODSEQ] No permanent modsequences

[09:01:32.839][176f41e7] IMAP[DATA]: < TAG2 OK [READ-WRITE] Select completed (0.000 + 0.000 secs).

[09:01:32.839][176f41e7] IMAP[DATA]: > TAG3 CAPABILITY

[09:01:32.840][176f41e7] IMAP[DATA]: < * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SPECIAL-USE QUOTA

[09:01:32.840][176f41e7] IMAP[DATA]: < TAG3 OK Capability completed (0.000 + 0.000 secs).

[09:01:32.840][176f41e7] IMAP[DATA]: > TAG4 STATUS "INBOX" (MESSAGES UNSEEN UIDNEXT HIGHESTMODSEQ)

[09:01:32.840][176f41e7] IMAP[DATA]: < * OK [HIGHESTMODSEQ 3] Highest

[09:01:32.840][176f41e7] IMAP[DATA]: < * STATUS INBOX (MESSAGES 1769 UIDNEXT 56163 UNSEEN 483 HIGHESTMODSEQ 3)

[09:01:32.840][176f41e7] IMAP[DATA]: < TAG4 OK [CLIENTBUG] Status on selected mailbox completed (0.000 + 0.000 secs).

[09:01:32.841][176f41e7] INFO[DATA]: Get Serialized UIDS from cache ("INBOX" / UNDELETED) [count:1769]
[09:01:32.841][176f41e7] INFO[DATA]: ThreadsMapSorted/ALL/Limit=50/INBOX/e0837d3f9b4e182bf72ec85601e53c59
[09:01:32.841][176f41e7] INFO[DATA]: Get Serialized Thread UIDS from cache ("INBOX" / ALL) [count:1575]
[09:01:32.841][176f41e7] IMAP[DATA]: > TAG5 UID FETCH 56161:56162,56160,56159,56155,56154,56151,56150,56148,56147,56145:56146,56144,56142,56136,56132,56130,56127:56128,56126,56124,56123,56122,56118,56113,56108,56106,56105,56103,56102,56099,56097,56096,56095,56093,56089,56086,56084,56082,56080,56079,56077,56076,56071,56068,56067,56065,56062,56058,56056,56054,56052,56051,56049,56048,56046,56045,56040:56041,56035,56026,56022:56023,56020,56019,56018,56017,56013,56012,56009,56007,56006,56004,56003,56001,56000,55999,55996:55997,55994,55993,55992,55990,55989,55988,55983:55984,55980,55979,55978,55974,55972,55971,55967,55966,55965,55964,55963,55958,55953 (UID RFC822.SIZE INTERNALDATE FLAGS BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)])

[09:01:32.852][176f41e7] IMAP[DATA]: < * 1663 FETCH (UID 55953 RFC822.SIZE 212434 INTERNALDATE "13-Oct-2020 18:02:09 +0200" FLAGS (\Seen) BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL "quoted-printable" 211010 3468 NIL NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1119}

[09:01:32.859][176f41e7] IMAP[DATA]: < )

[09:01:32.859][176f41e7] IMAP[DATA]: < * 1664 FETCH (UID 55958 RFC822.SIZE 551732 INTERNALDATE "14-Oct-2020 06:02:08 +0200" FLAGS () BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL "quoted-printable" 550536 8970 NIL NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1119}

[09:01:32.859][176f41e7] IMAP[DATA]: < )

A lot more of these...

[09:01:32.946][176f41e7] IMAP[DATA]: < * 1768 FETCH (UID 56161 RFC822.SIZE 208420 INTERNALDATE "31-Oct-2020 06:02:06 +0100" FLAGS () BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL "quoted-printable" 206996 3370 NIL NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {1119}

[09:01:32.946][176f41e7] IMAP[DATA]: < )

[09:01:32.946][176f41e7] IMAP[DATA]: < * 1769 FETCH (UID 56162 RFC822.SIZE 9900 INTERNALDATE "31-Oct-2020 06:28:39 +0100" FLAGS () BODYSTRUCTURE ((("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 7160 102 NIL NIL NIL NIL) "related" ("boundary" "----=_Part_3469157_500300984.1604118867843") NIL NIL NIL) "mixed" ("boundary" "----=_Part_3469156_758800924.1604118867843") NIL NIL NIL) BODY[HEADER.FIELDS (RETURN-PATH RECEIVED MIME-VERSION MESSAGE-ID CONTENT-TYPE FROM TO CC BCC SENDER REPLY-TO DELIVERED-TO IN-REPLY-TO REFERENCES DATE SUBJECT SENSITIVITY X-MSMAIL-PRIORITY IMPORTANCE X-PRIORITY X-DRAFT-INFO RETURN-RECEIPT-TO DISPOSITION-NOTIFICATION-TO X-CONFIRM-READING-TO AUTHENTICATION-RESULTS X-DKIM-AUTHENTICATION-RESULTS LIST-UNSUBSCRIBE)] {904}

[09:01:32.946][176f41e7] IMAP[DATA]: < )

[09:01:32.946][176f41e7] IMAP[DATA]: < TAG5 OK Fetch completed (0.069 + 0.000 + 0.068 secs).

--- FlushLogCache: Trigger
[09:01:32.980][176f41e7] PHP[NOTICE]: /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php [line:251, code:8]
[09:01:32.981][176f41e7] PHP[NOTICE]: Error: Undefined variable: aFlags
[09:01:32.982][176f41e7] PHP[NOTICE]: /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php [line:251, code:2]
[09:01:32.982][176f41e7] PHP[NOTICE]: Error: in_array() expects parameter 2 to be array, null given
[09:01:32.982][176f41e7] PHP[NOTICE]: /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php [line:252, code:8]
[09:01:32.982][176f41e7] PHP[NOTICE]: Error: Undefined variable: aFlags
[09:01:32.983][176f41e7] PHP[NOTICE]: /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php [line:252, code:2]
[09:01:32.983][176f41e7] PHP[NOTICE]: Error: in_array() expects parameter 2 to be array, null given
A gazilion more of these...
[09:01:33.194][176f41e7] PHP[NOTICE]: /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php [line:251, code:8]
[09:01:33.194][176f41e7] PHP[NOTICE]: Error: Undefined variable: aFlags
[09:01:33.195][176f41e7] PHP[NOTICE]: /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php [line:251, code:2]
[09:01:33.195][176f41e7] PHP[NOTICE]: Error: in_array() expects parameter 2 to be array, null given
[09:01:33.195][176f41e7] PHP[NOTICE]: /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php [line:252, code:8]
[09:01:33.195][176f41e7] PHP[NOTICE]: Error: Undefined variable: aFlags
[09:01:33.196][176f41e7] PHP[NOTICE]: /myvhosts/mydomain.tld/htdocs/webmail/snappymail/snappymail/v/2.0.0-rc3/app/libraries/RainLoop/Actions/Response.php [line:252, code:2]
[09:01:33.196][176f41e7] PHP[NOTICE]: Error: in_array() expects parameter 2 to be array, null given
[09:01:33.197][176f41e7] AJAX[DATA]: {"Action":"MessageList","Result":{"@Object":"Collection\/MessageCollection","@Count":100,"@Collection":[{"@Object":"Object\/Message","Folder":"INBOX","Uid":"56161","Subject":"[logcheck] myhost.mydomain.tld 2020-10-31 06:02 +0100 Security Events","MessageId":"<[email protected]...
[09:01:33.198][176f41e7] IMAP[DATA]: > TAG6 LOGOUT\r\n
[09:01:33.198][176f41e7] IMAP[DATA]: < * OK [CLOSED] Previous mailbox closed.\r\n
[09:01:33.199][176f41e7] IMAP[DATA]: < * BYE LOGOUT received\r\n
[09:01:33.199][176f41e7] IMAP[DATA]: < TAG6 OK Completed\r\n
[09:01:33.200][176f41e7] IMAP[NOTE]: Disconnected from "tcp://localhost:1143" (success)
[09:01:33.200][176f41e7] INFO[MEMORY]: Memory peak usage: 2MB
[09:01:33.200][176f41e7] INFO[TIME]: Time delta: 0.60861802101135

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.