Skip to content

Instantly share code, notes, and snippets.

@bigjosh
Created February 24, 2016 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigjosh/0f6a08f52d7f8584f360 to your computer and use it in GitHub Desktop.
Save bigjosh/0f6a08f52d7f8584f360 to your computer and use it in GitHub Desktop.
Log file showing Outlook 2016 new version POP3 bug. See http://wp.josh.com/2016/02/24/outlook-2016s-buggy-pop3/ for details.
2016.02.24 13:01:18 <<<< Logging Started (level is LTF_TRACE) >>>>
2016.02.24 13:01:18 Resource manager terminated
2016.02.24 13:40:00 <<<< Logging Started (level is LTF_TRACE) >>>>
2016.02.24 13:40:00 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:40:00 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:40:00 test@test.com: Synch operation completed
2016.02.24 13:40:00 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:40:00 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:40:00 POP3 (127.0.0.1): Begin execution
2016.02.24 13:40:00 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:40:00 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:00 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:40:00 POP3 (127.0.0.1): Finding host
2016.02.24 13:40:00 POP3 (127.0.0.1): Connected to host
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:40:00 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:40:00 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:00 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:40:00 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:40:00 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:40:00 POP3 (127.0.0.1): Connected to host
2016.02.24 13:40:00 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:40:00 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> 1 1
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:00 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:00 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:40:00 POP3 (127.0.0.1): 1 : new
2016.02.24 13:40:00 POP3 (127.0.0.1): ==========================================
2016.02.24 13:40:00 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:40:00 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:40:00 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:00 POP3 (127.0.0.1): [tx] RETR 1
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> +OK 1081 octets
2016.02.24 13:40:00 POP3 (127.0.0.1): done
2016.02.24 13:40:00 POP3 (127.0.0.1): Do Downloaded Message deletions:
2016.02.24 13:40:00 POP3 (127.0.0.1): ========= Updates to blob =========
2016.02.24 13:40:00 POP3 (127.0.0.1): +B1
2016.02.24 13:40:00 POP3 (127.0.0.1): ========= Final blob =========
2016.02.24 13:40:00 POP3 (127.0.0.1): +B1
2016.02.24 13:40:00 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:00 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:40:00 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:40:00 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:40:00 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:40:00 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:40:00 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:00 POP3 (127.0.0.1): End execution
2016.02.24 13:40:00 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:40:00 test@test.com: Synch operation completed
2016.02.24 13:40:03 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:40:03 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:40:03 test@test.com: Synch operation completed
2016.02.24 13:40:03 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:40:03 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:40:03 POP3 (127.0.0.1): Begin execution
2016.02.24 13:40:03 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:40:03 POP3 (127.0.0.1): +B1
2016.02.24 13:40:03 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:03 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:40:03 POP3 (127.0.0.1): Finding host
2016.02.24 13:40:03 POP3 (127.0.0.1): Connected to host
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:40:03 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:40:03 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:03 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:40:03 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:40:03 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:40:03 POP3 (127.0.0.1): Connected to host
2016.02.24 13:40:03 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:40:03 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> 1 1
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:03 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:03 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:40:03 POP3 (127.0.0.1): ==========================================
2016.02.24 13:40:03 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:40:03 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:40:03 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:03 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:40:03 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:40:03 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:40:03 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:40:03 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:40:03 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:03 POP3 (127.0.0.1): End execution
2016.02.24 13:40:03 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:40:03 test@test.com: Synch operation completed
2016.02.24 13:40:08 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:40:08 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:40:08 test@test.com: Synch operation completed
2016.02.24 13:40:08 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:40:08 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:40:08 POP3 (127.0.0.1): Begin execution
2016.02.24 13:40:08 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:40:08 POP3 (127.0.0.1): +B1
2016.02.24 13:40:08 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:08 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:40:08 POP3 (127.0.0.1): Finding host
2016.02.24 13:40:08 POP3 (127.0.0.1): Connected to host
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:40:08 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:40:08 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:08 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:40:08 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:40:08 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:40:08 POP3 (127.0.0.1): Connected to host
2016.02.24 13:40:08 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:40:08 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> 1 1
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:08 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:08 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:40:08 POP3 (127.0.0.1): ==========================================
2016.02.24 13:40:08 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:40:08 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:40:08 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:08 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:40:08 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:40:08 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:40:08 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:40:08 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:40:08 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:08 POP3 (127.0.0.1): End execution
2016.02.24 13:40:08 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:40:08 test@test.com: Synch operation completed
2016.02.24 13:40:46 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:40:46 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:40:46 test@test.com: Synch operation completed
2016.02.24 13:40:46 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:40:46 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:40:46 POP3 (127.0.0.1): Begin execution
2016.02.24 13:40:46 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:40:46 POP3 (127.0.0.1): +B1
2016.02.24 13:40:46 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:46 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:40:46 POP3 (127.0.0.1): Finding host
2016.02.24 13:40:46 POP3 (127.0.0.1): Connected to host
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:40:46 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:40:46 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:46 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:40:46 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:40:46 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:40:46 POP3 (127.0.0.1): Connected to host
2016.02.24 13:40:46 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:40:46 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> 1 1
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:46 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> .
2016.02.24 13:40:46 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:40:46 POP3 (127.0.0.1): ==========================================
2016.02.24 13:40:46 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:40:46 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:40:46 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:46 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:40:46 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:40:46 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:40:46 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:40:46 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:40:46 POP3 (127.0.0.1): ===================================
2016.02.24 13:40:46 POP3 (127.0.0.1): End execution
2016.02.24 13:40:46 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:40:46 test@test.com: Synch operation completed
2016.02.24 13:40:57 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:40:57 test@test.com: UploadItems: 1 messages to send
2016.02.24 13:40:57 SMTP (127.0.01): Begin execution
2016.02.24 13:40:57 SMTP (127.0.01): Port: 25, Secure: no, SPA: no
2016.02.24 13:40:57 SMTP (127.0.01): Finding host
2016.02.24 13:40:57 SMTP (127.0.01): Connected to host
2016.02.24 13:40:57 SMTP (127.0.01): <rx> 220 IE11WIN10 ESMTP
2016.02.24 13:40:57 SMTP (127.0.01): [tx] EHLO IE11WIN10
2016.02.24 13:40:57 SMTP (127.0.01): <rx> 250-IE11WIN10
2016.02.24 13:40:57 SMTP (127.0.01): <rx> 250-SIZE 20480000
2016.02.24 13:40:57 SMTP (127.0.01): <rx> 250-AUTH LOGIN
2016.02.24 13:40:57 SMTP (127.0.01): <rx> 250 HELP
2016.02.24 13:40:57 SMTP (127.0.01): Authorized to host
2016.02.24 13:40:57 SMTP (127.0.01): Connected to host
2016.02.24 13:40:57 SMTP (127.0.01): [tx] MAIL FROM: <*****>
2016.02.24 13:40:57 SMTP (127.0.01): <rx> 250 OK
2016.02.24 13:40:57 SMTP (127.0.01): [tx] RCPT TO: <*****>
2016.02.24 13:40:57 SMTP (127.0.01): <rx> 250 OK
2016.02.24 13:40:57 SMTP (127.0.01): [tx] DATA
2016.02.24 13:40:57 SMTP (127.0.01): <rx> 354 OK, send.
2016.02.24 13:40:57 SMTP (127.0.01): [tx]
.
2016.02.24 13:40:57 SMTP (127.0.01): <rx> 250 Queued (0.016 seconds)
2016.02.24 13:40:57 SMTP (127.0.01): End execution
2016.02.24 13:40:57 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:40:57 test@test.com: Synch operation completed
2016.02.24 13:41:17 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:17 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:17 test@test.com: Synch operation completed
2016.02.24 13:41:17 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:17 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:17 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:17 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:17 POP3 (127.0.0.1): +B1
2016.02.24 13:41:17 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:17 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:17 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:17 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:17 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:17 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:17 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:17 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:17 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:17 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:17 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK 2 3650
2016.02.24 13:41:17 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK 2 messages (3650 octets)
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> 1 1
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> 2 2
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:17 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK 2 messages (3650 octets)
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> 2 2569
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:17 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:17 POP3 (127.0.0.1): 2 : new
2016.02.24 13:41:17 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:17 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:17 POP3 (127.0.0.1): [tx] DELE 1
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK msg deleted
2016.02.24 13:41:17 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:17 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:17 POP3 (127.0.0.1): [tx] RETR 2
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK 2569 octets
2016.02.24 13:41:17 POP3 (127.0.0.1): done
2016.02.24 13:41:17 POP3 (127.0.0.1): Do Downloaded Message deletions:
2016.02.24 13:41:17 POP3 (127.0.0.1): ========= Updates to blob =========
2016.02.24 13:41:17 POP3 (127.0.0.1): +B2
2016.02.24 13:41:17 POP3 (127.0.0.1): ========= Final blob =========
2016.02.24 13:41:17 POP3 (127.0.0.1): +B1
2016.02.24 13:41:17 POP3 (127.0.0.1): +B2
2016.02.24 13:41:17 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:17 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:17 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:17 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:17 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:17 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:17 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:17 POP3 (127.0.0.1): End execution
2016.02.24 13:41:17 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:17 test@test.com: Synch operation completed
2016.02.24 13:41:21 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:21 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:21 test@test.com: Synch operation completed
2016.02.24 13:41:21 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:21 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:21 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:21 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:21 POP3 (127.0.0.1): +B1
2016.02.24 13:41:21 POP3 (127.0.0.1): +B2
2016.02.24 13:41:21 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:21 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:21 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:21 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:21 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:21 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:21 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:21 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:21 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:21 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:21 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> +OK 1 2569
2016.02.24 13:41:21 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> +OK 1 messages (2569 octets)
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> 1 2
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:21 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> +OK 1 messages (2569 octets)
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> 1 2569
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:21 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:21 POP3 (127.0.0.1): 1 : gone
2016.02.24 13:41:21 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:21 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:21 POP3 (127.0.0.1): [tx] DELE 1
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> +OK msg deleted
2016.02.24 13:41:21 POP3 (127.0.0.1): ========= Updates to blob =========
2016.02.24 13:41:21 POP3 (127.0.0.1): -B1
2016.02.24 13:41:21 POP3 (127.0.0.1): ========= Final blob =========
2016.02.24 13:41:21 POP3 (127.0.0.1): +B2
2016.02.24 13:41:21 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:21 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:21 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:21 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:21 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:21 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:21 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:21 POP3 (127.0.0.1): End execution
2016.02.24 13:41:21 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:21 test@test.com: Synch operation completed
2016.02.24 13:41:22 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:22 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:22 test@test.com: Synch operation completed
2016.02.24 13:41:22 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:22 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:22 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:22 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:22 POP3 (127.0.0.1): +B2
2016.02.24 13:41:22 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:22 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:22 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:22 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:22 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:22 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:22 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:22 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:22 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:22 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:22 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:22 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:22 POP3 (127.0.0.1): 2 : gone
2016.02.24 13:41:22 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:22 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:22 POP3 (127.0.0.1): ========= Updates to blob =========
2016.02.24 13:41:22 POP3 (127.0.0.1): -B2
2016.02.24 13:41:22 POP3 (127.0.0.1): ========= Final blob =========
2016.02.24 13:41:22 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:22 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:22 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:22 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:22 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:22 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:22 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:22 POP3 (127.0.0.1): End execution
2016.02.24 13:41:22 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:22 test@test.com: Synch operation completed
2016.02.24 13:41:23 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:23 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:23 test@test.com: Synch operation completed
2016.02.24 13:41:23 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:23 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:23 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:23 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:23 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:23 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:23 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:23 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:23 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:23 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:23 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:23 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:23 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:23 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:23 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:23 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:23 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:23 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:23 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:23 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:23 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:23 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:23 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:23 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:23 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:23 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:23 POP3 (127.0.0.1): End execution
2016.02.24 13:41:23 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:23 test@test.com: Synch operation completed
2016.02.24 13:41:24 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:24 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:24 test@test.com: Synch operation completed
2016.02.24 13:41:24 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:24 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:24 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:24 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:24 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:24 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:24 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:24 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:24 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:24 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:24 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:24 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:24 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:24 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:24 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:24 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:24 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:24 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:24 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:24 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:24 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:24 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:24 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:24 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:24 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:24 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:24 POP3 (127.0.0.1): End execution
2016.02.24 13:41:24 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:24 test@test.com: Synch operation completed
2016.02.24 13:41:24 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:24 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:24 test@test.com: Synch operation completed
2016.02.24 13:41:24 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:24 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:24 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:24 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:24 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:24 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:24 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:25 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:25 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:25 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:25 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:25 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:25 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:25 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:25 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:25 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:25 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:25 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:25 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:25 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:25 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:25 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:25 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:25 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:25 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:25 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:25 POP3 (127.0.0.1): End execution
2016.02.24 13:41:25 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:25 test@test.com: Synch operation completed
2016.02.24 13:41:36 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:36 test@test.com: UploadItems: 1 messages to send
2016.02.24 13:41:36 SMTP (127.0.01): Begin execution
2016.02.24 13:41:36 SMTP (127.0.01): Port: 25, Secure: no, SPA: no
2016.02.24 13:41:36 SMTP (127.0.01): Finding host
2016.02.24 13:41:36 SMTP (127.0.01): Connected to host
2016.02.24 13:41:36 SMTP (127.0.01): <rx> 220 IE11WIN10 ESMTP
2016.02.24 13:41:36 SMTP (127.0.01): [tx] EHLO IE11WIN10
2016.02.24 13:41:36 SMTP (127.0.01): <rx> 250-IE11WIN10
2016.02.24 13:41:36 SMTP (127.0.01): <rx> 250-SIZE 20480000
2016.02.24 13:41:36 SMTP (127.0.01): <rx> 250-AUTH LOGIN
2016.02.24 13:41:36 SMTP (127.0.01): <rx> 250 HELP
2016.02.24 13:41:36 SMTP (127.0.01): Authorized to host
2016.02.24 13:41:36 SMTP (127.0.01): Connected to host
2016.02.24 13:41:36 SMTP (127.0.01): [tx] MAIL FROM: <*****>
2016.02.24 13:41:36 SMTP (127.0.01): <rx> 250 OK
2016.02.24 13:41:36 SMTP (127.0.01): [tx] RCPT TO: <*****>
2016.02.24 13:41:36 SMTP (127.0.01): <rx> 250 OK
2016.02.24 13:41:36 SMTP (127.0.01): [tx] DATA
2016.02.24 13:41:36 SMTP (127.0.01): <rx> 354 OK, send.
2016.02.24 13:41:36 SMTP (127.0.01): [tx]
.
2016.02.24 13:41:36 SMTP (127.0.01): <rx> 250 Queued (0.047 seconds)
2016.02.24 13:41:36 SMTP (127.0.01): End execution
2016.02.24 13:41:36 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:36 test@test.com: Synch operation completed
2016.02.24 13:41:39 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:39 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:39 test@test.com: Synch operation completed
2016.02.24 13:41:39 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:39 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:39 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:39 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:39 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:39 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:39 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:39 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:39 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:39 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:39 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:39 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:39 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:39 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:39 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> +OK 1 2561
2016.02.24 13:41:39 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> +OK 1 messages (2561 octets)
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> 1 3
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:39 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> +OK 1 messages (2561 octets)
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> 1 2561
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:39 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:39 POP3 (127.0.0.1): 3 : new
2016.02.24 13:41:39 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:39 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:39 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:39 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:39 POP3 (127.0.0.1): [tx] RETR 1
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> +OK 2561 octets
2016.02.24 13:41:39 POP3 (127.0.0.1): done
2016.02.24 13:41:39 POP3 (127.0.0.1): Do Downloaded Message deletions:
2016.02.24 13:41:39 POP3 (127.0.0.1): ========= Updates to blob =========
2016.02.24 13:41:39 POP3 (127.0.0.1): +B3
2016.02.24 13:41:39 POP3 (127.0.0.1): ========= Final blob =========
2016.02.24 13:41:39 POP3 (127.0.0.1): +B3
2016.02.24 13:41:39 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:39 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:39 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:39 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:39 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:39 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:39 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:39 POP3 (127.0.0.1): End execution
2016.02.24 13:41:39 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:39 test@test.com: Synch operation completed
2016.02.24 13:41:40 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:40 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:40 test@test.com: Synch operation completed
2016.02.24 13:41:40 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:40 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:40 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:40 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:40 POP3 (127.0.0.1): +B3
2016.02.24 13:41:40 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:40 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:40 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:40 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:40 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:40 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:40 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:40 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:40 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:40 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:40 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> +OK 1 2561
2016.02.24 13:41:40 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> +OK 1 messages (2561 octets)
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> 1 3
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:40 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> +OK 1 messages (2561 octets)
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> 1 2561
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:40 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:40 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:40 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:40 POP3 (127.0.0.1): [tx] DELE 1
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> +OK msg deleted
2016.02.24 13:41:40 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:40 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:40 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:40 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:40 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:40 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:40 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:40 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:40 POP3 (127.0.0.1): End execution
2016.02.24 13:41:40 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:40 test@test.com: Synch operation completed
2016.02.24 13:41:41 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:41 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:41 test@test.com: Synch operation completed
2016.02.24 13:41:41 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:41 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:41 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:41 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:41 POP3 (127.0.0.1): +B3
2016.02.24 13:41:41 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:41 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:41 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:41 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:41 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:41 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:41 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:41 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:41 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:41 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:41 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:41 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:41 POP3 (127.0.0.1): 3 : gone
2016.02.24 13:41:41 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:41 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:41 POP3 (127.0.0.1): ========= Updates to blob =========
2016.02.24 13:41:41 POP3 (127.0.0.1): -B3
2016.02.24 13:41:41 POP3 (127.0.0.1): ========= Final blob =========
2016.02.24 13:41:41 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:41 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:41 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:41 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:41 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:41 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:41 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:41 POP3 (127.0.0.1): End execution
2016.02.24 13:41:41 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:41 test@test.com: Synch operation completed
2016.02.24 13:41:42 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:42 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:42 test@test.com: Synch operation completed
2016.02.24 13:41:42 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:42 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:42 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:42 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:42 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:42 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:42 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:42 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:42 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:42 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:42 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:42 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:42 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:42 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:42 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:42 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:42 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:42 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:42 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:42 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:42 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:42 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:42 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:42 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:42 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:42 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:42 POP3 (127.0.0.1): End execution
2016.02.24 13:41:42 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:42 test@test.com: Synch operation completed
2016.02.24 13:41:43 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:43 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:43 test@test.com: Synch operation completed
2016.02.24 13:41:43 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:43 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:43 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:43 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:43 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:43 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:43 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:43 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:43 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:43 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:43 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:43 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:43 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:43 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:43 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:43 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:43 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:43 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:43 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:43 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:43 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:43 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:43 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:43 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:43 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:43 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:43 POP3 (127.0.0.1): End execution
2016.02.24 13:41:43 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:43 test@test.com: Synch operation completed
2016.02.24 13:41:44 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:44 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:44 test@test.com: Synch operation completed
2016.02.24 13:41:44 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:44 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:44 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:44 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:44 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:44 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:44 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:44 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:44 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:44 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:44 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:44 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:44 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:44 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:44 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:44 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:44 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:44 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:44 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:44 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:44 POP3 (127.0.0.1): End execution
2016.02.24 13:41:44 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:44 test@test.com: Synch operation completed
2016.02.24 13:41:44 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:44 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:44 test@test.com: Synch operation completed
2016.02.24 13:41:44 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:44 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:44 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:44 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:44 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:44 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:44 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:44 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:44 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:44 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:44 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:44 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:44 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:44 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:44 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:44 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:44 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:44 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:44 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:44 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:44 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:44 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:44 POP3 (127.0.0.1): End execution
2016.02.24 13:41:44 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:45 test@test.com: Synch operation completed
2016.02.24 13:41:45 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:41:45 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:41:45 test@test.com: Synch operation completed
2016.02.24 13:41:45 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:41:45 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:41:45 POP3 (127.0.0.1): Begin execution
2016.02.24 13:41:45 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:41:45 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:45 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:41:45 POP3 (127.0.0.1): Finding host
2016.02.24 13:41:45 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:41:45 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:41:45 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> .
2016.02.24 13:41:45 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:41:45 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:41:45 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:41:45 POP3 (127.0.0.1): Connected to host
2016.02.24 13:41:45 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:41:45 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:41:45 POP3 (127.0.0.1): ==========================================
2016.02.24 13:41:45 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:41:45 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:45 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:45 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:41:45 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:41:45 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:41:45 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:41:45 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:41:45 POP3 (127.0.0.1): ===================================
2016.02.24 13:41:45 POP3 (127.0.0.1): End execution
2016.02.24 13:41:45 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:41:45 test@test.com: Synch operation completed
2016.02.24 13:42:23 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:42:23 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:42:23 test@test.com: Synch operation completed
2016.02.24 13:42:23 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:42:23 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:42:23 POP3 (127.0.0.1): Begin execution
2016.02.24 13:42:23 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:42:23 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:23 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:42:23 POP3 (127.0.0.1): Finding host
2016.02.24 13:42:23 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:42:23 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:42:23 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:23 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:42:23 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:42:23 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:42:23 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:23 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:42:23 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:42:23 POP3 (127.0.0.1): ==========================================
2016.02.24 13:42:23 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:42:23 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:23 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:23 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:42:23 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:42:23 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:42:23 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:42:23 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:23 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:23 POP3 (127.0.0.1): End execution
2016.02.24 13:42:23 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:42:23 test@test.com: Synch operation completed
2016.02.24 13:42:25 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:42:25 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:42:25 test@test.com: Synch operation completed
2016.02.24 13:42:25 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:42:25 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:42:25 POP3 (127.0.0.1): Begin execution
2016.02.24 13:42:25 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:42:25 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:25 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:42:25 POP3 (127.0.0.1): Finding host
2016.02.24 13:42:25 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:42:25 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:42:25 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:25 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:42:25 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:42:25 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:42:25 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:25 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> +OK 0 0
2016.02.24 13:42:25 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:42:25 POP3 (127.0.0.1): ==========================================
2016.02.24 13:42:25 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:42:25 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:25 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:25 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:42:25 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:42:25 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:42:25 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:42:25 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:25 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:25 POP3 (127.0.0.1): End execution
2016.02.24 13:42:25 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:42:25 test@test.com: Synch operation completed
2016.02.24 13:42:45 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:42:45 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:42:45 test@test.com: Synch operation completed
2016.02.24 13:42:45 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:42:45 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:42:45 POP3 (127.0.0.1): Begin execution
2016.02.24 13:42:45 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:42:45 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:45 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:42:45 POP3 (127.0.0.1): Finding host
2016.02.24 13:42:45 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:42:45 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:42:45 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:45 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:42:45 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:42:45 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:42:45 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:45 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:42:45 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:45 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:45 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:42:45 POP3 (127.0.0.1): 4 : new
2016.02.24 13:42:45 POP3 (127.0.0.1): ==========================================
2016.02.24 13:42:45 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:42:45 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:45 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:45 POP3 (127.0.0.1): [tx] RETR 1
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> +OK 1081 octets
2016.02.24 13:42:45 POP3 (127.0.0.1): done
2016.02.24 13:42:45 POP3 (127.0.0.1): Do Downloaded Message deletions:
2016.02.24 13:42:45 POP3 (127.0.0.1): ========= Updates to blob =========
2016.02.24 13:42:45 POP3 (127.0.0.1): +B4
2016.02.24 13:42:45 POP3 (127.0.0.1): ========= Final blob =========
2016.02.24 13:42:45 POP3 (127.0.0.1): +B4
2016.02.24 13:42:45 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:45 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:42:45 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:42:45 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:42:45 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:42:45 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:45 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:45 POP3 (127.0.0.1): End execution
2016.02.24 13:42:45 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:42:45 test@test.com: Synch operation completed
2016.02.24 13:42:52 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:42:52 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:42:52 test@test.com: Synch operation completed
2016.02.24 13:42:52 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:42:52 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:42:52 POP3 (127.0.0.1): Begin execution
2016.02.24 13:42:52 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:42:52 POP3 (127.0.0.1): +B4
2016.02.24 13:42:52 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:52 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:42:52 POP3 (127.0.0.1): Finding host
2016.02.24 13:42:52 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:42:52 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:42:52 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:52 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:42:52 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:42:52 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:42:52 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:52 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:42:52 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:52 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:52 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:42:52 POP3 (127.0.0.1): ==========================================
2016.02.24 13:42:52 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:42:52 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:52 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:52 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:42:52 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:42:52 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:42:52 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:42:52 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:52 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:52 POP3 (127.0.0.1): End execution
2016.02.24 13:42:52 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:42:52 test@test.com: Synch operation completed
2016.02.24 13:42:54 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:42:54 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:42:54 test@test.com: Synch operation completed
2016.02.24 13:42:54 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:42:54 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:42:54 POP3 (127.0.0.1): Begin execution
2016.02.24 13:42:54 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:42:54 POP3 (127.0.0.1): +B4
2016.02.24 13:42:54 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:54 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:42:54 POP3 (127.0.0.1): Finding host
2016.02.24 13:42:54 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:42:54 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:42:54 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:54 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:42:54 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:42:54 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:42:54 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:54 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:42:54 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:54 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:54 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:42:54 POP3 (127.0.0.1): ==========================================
2016.02.24 13:42:54 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:42:54 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:54 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:54 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:42:54 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:42:54 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:42:54 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:42:54 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:54 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:54 POP3 (127.0.0.1): End execution
2016.02.24 13:42:54 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:42:55 test@test.com: Synch operation completed
2016.02.24 13:42:56 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:42:56 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:42:56 test@test.com: Synch operation completed
2016.02.24 13:42:56 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:42:56 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:42:56 POP3 (127.0.0.1): Begin execution
2016.02.24 13:42:56 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:42:56 POP3 (127.0.0.1): +B4
2016.02.24 13:42:56 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:56 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:42:56 POP3 (127.0.0.1): Finding host
2016.02.24 13:42:56 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:42:56 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:42:56 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:56 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:42:56 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:42:56 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:42:56 POP3 (127.0.0.1): Connected to host
2016.02.24 13:42:56 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:42:56 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:56 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> .
2016.02.24 13:42:56 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:42:56 POP3 (127.0.0.1): ==========================================
2016.02.24 13:42:56 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:42:56 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:56 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:56 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:42:56 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:42:56 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:42:56 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:42:56 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:42:56 POP3 (127.0.0.1): ===================================
2016.02.24 13:42:56 POP3 (127.0.0.1): End execution
2016.02.24 13:42:56 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:42:56 test@test.com: Synch operation completed
2016.02.24 13:43:49 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:43:49 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:43:49 test@test.com: Synch operation completed
2016.02.24 13:43:49 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:43:49 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:43:49 POP3 (127.0.0.1): Begin execution
2016.02.24 13:43:49 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:43:49 POP3 (127.0.0.1): +B4
2016.02.24 13:43:49 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:49 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:43:49 POP3 (127.0.0.1): Finding host
2016.02.24 13:43:50 POP3 (127.0.0.1): Connected to host
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:43:50 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:43:50 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:50 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:43:50 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:43:50 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:43:50 POP3 (127.0.0.1): Connected to host
2016.02.24 13:43:50 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:43:50 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:50 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:50 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:43:50 POP3 (127.0.0.1): ==========================================
2016.02.24 13:43:50 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:43:50 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:43:50 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:50 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:43:50 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:43:50 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:43:50 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:43:50 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:43:50 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:50 POP3 (127.0.0.1): End execution
2016.02.24 13:43:50 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:43:50 test@test.com: Synch operation completed
2016.02.24 13:43:51 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:43:51 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:43:51 test@test.com: Synch operation completed
2016.02.24 13:43:51 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:43:51 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:43:51 POP3 (127.0.0.1): Begin execution
2016.02.24 13:43:51 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:43:51 POP3 (127.0.0.1): +B4
2016.02.24 13:43:51 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:51 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:43:51 POP3 (127.0.0.1): Finding host
2016.02.24 13:43:51 POP3 (127.0.0.1): Connected to host
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:43:51 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:43:51 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:51 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:43:51 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:43:51 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:43:51 POP3 (127.0.0.1): Connected to host
2016.02.24 13:43:51 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:43:51 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:51 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:51 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:43:51 POP3 (127.0.0.1): ==========================================
2016.02.24 13:43:51 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:43:51 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:43:51 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:51 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:43:51 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:43:51 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:43:51 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:43:51 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:43:51 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:51 POP3 (127.0.0.1): End execution
2016.02.24 13:43:51 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:43:51 test@test.com: Synch operation completed
2016.02.24 13:43:54 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:43:54 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:43:54 test@test.com: Synch operation completed
2016.02.24 13:43:54 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:43:54 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:43:54 POP3 (127.0.0.1): Begin execution
2016.02.24 13:43:54 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:43:54 POP3 (127.0.0.1): +B4
2016.02.24 13:43:54 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:54 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:43:54 POP3 (127.0.0.1): Finding host
2016.02.24 13:43:54 POP3 (127.0.0.1): Connected to host
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:43:54 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:43:54 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:54 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:43:54 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:43:54 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:43:54 POP3 (127.0.0.1): Connected to host
2016.02.24 13:43:54 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:43:54 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:54 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:54 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:43:54 POP3 (127.0.0.1): ==========================================
2016.02.24 13:43:54 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:43:54 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:43:54 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:54 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:43:54 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:43:54 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:43:54 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:43:54 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:43:54 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:54 POP3 (127.0.0.1): End execution
2016.02.24 13:43:54 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:43:54 test@test.com: Synch operation completed
2016.02.24 13:43:58 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:43:58 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:43:58 test@test.com: Synch operation completed
2016.02.24 13:43:58 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:43:58 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:43:58 POP3 (127.0.0.1): Begin execution
2016.02.24 13:43:58 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:43:58 POP3 (127.0.0.1): +B4
2016.02.24 13:43:58 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:58 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:43:58 POP3 (127.0.0.1): Finding host
2016.02.24 13:43:58 POP3 (127.0.0.1): Connected to host
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:43:58 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:43:58 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:58 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:43:58 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:43:58 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:43:58 POP3 (127.0.0.1): Connected to host
2016.02.24 13:43:58 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> +OK 1 1081
2016.02.24 13:43:58 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:58 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> +OK 1 messages (1081 octets)
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> .
2016.02.24 13:43:58 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:43:58 POP3 (127.0.0.1): ==========================================
2016.02.24 13:43:58 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:43:58 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:43:58 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:58 POP3 (127.0.0.1): Disconnecting from host
2016.02.24 13:43:58 POP3 (127.0.0.1): [tx] QUIT
2016.02.24 13:43:58 POP3 (127.0.0.1): <rx> +OK POP3 server saying goodbye...
2016.02.24 13:43:58 POP3 (127.0.0.1): Disconnected from host
2016.02.24 13:43:58 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:43:58 POP3 (127.0.0.1): ===================================
2016.02.24 13:43:58 POP3 (127.0.0.1): End execution
2016.02.24 13:43:58 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:43:58 test@test.com: Synch operation completed
2016.02.24 13:44:07 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:44:07 test@test.com: UploadItems: 1 messages to send
2016.02.24 13:44:07 SMTP (127.0.01): Begin execution
2016.02.24 13:44:07 SMTP (127.0.01): Port: 25, Secure: no, SPA: no
2016.02.24 13:44:07 SMTP (127.0.01): Finding host
2016.02.24 13:44:07 SMTP (127.0.01): Connected to host
2016.02.24 13:44:07 SMTP (127.0.01): <rx> 220 IE11WIN10 ESMTP
2016.02.24 13:44:07 SMTP (127.0.01): [tx] EHLO IE11WIN10
2016.02.24 13:44:07 SMTP (127.0.01): <rx> 250-IE11WIN10
2016.02.24 13:44:07 SMTP (127.0.01): <rx> 250-SIZE 20480000
2016.02.24 13:44:07 SMTP (127.0.01): <rx> 250-AUTH LOGIN
2016.02.24 13:44:07 SMTP (127.0.01): <rx> 250 HELP
2016.02.24 13:44:07 SMTP (127.0.01): Authorized to host
2016.02.24 13:44:07 SMTP (127.0.01): Connected to host
2016.02.24 13:44:07 SMTP (127.0.01): [tx] MAIL FROM: <*****>
2016.02.24 13:44:07 SMTP (127.0.01): <rx> 250 OK
2016.02.24 13:44:07 SMTP (127.0.01): [tx] RCPT TO: <*****>
2016.02.24 13:44:07 SMTP (127.0.01): <rx> 250 OK
2016.02.24 13:44:07 SMTP (127.0.01): [tx] DATA
2016.02.24 13:44:07 SMTP (127.0.01): <rx> 354 OK, send.
2016.02.24 13:44:07 SMTP (127.0.01): [tx]
.
2016.02.24 13:44:07 SMTP (127.0.01): <rx> 250 Queued (0.016 seconds)
2016.02.24 13:44:07 SMTP (127.0.01): End execution
2016.02.24 13:44:07 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x00000000
2016.02.24 13:44:07 test@test.com: Synch operation completed
2016.02.24 13:44:09 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:44:09 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:44:09 test@test.com: Synch operation completed
2016.02.24 13:44:09 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:44:09 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:44:09 POP3 (127.0.0.1): Begin execution
2016.02.24 13:44:09 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:44:09 POP3 (127.0.0.1): +B4
2016.02.24 13:44:09 POP3 (127.0.0.1): ===================================
2016.02.24 13:44:09 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:44:09 POP3 (127.0.0.1): Finding host
2016.02.24 13:44:09 POP3 (127.0.0.1): Connected to host
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:44:09 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:44:09 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> .
2016.02.24 13:44:09 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:44:09 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:44:09 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:44:09 POP3 (127.0.0.1): Connected to host
2016.02.24 13:44:09 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> +OK 2 3642
2016.02.24 13:44:09 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> +OK 2 messages (3642 octets)
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> 2 5
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> .
2016.02.24 13:44:09 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> +OK 2 messages (3642 octets)
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> 2 2561
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> .
2016.02.24 13:44:09 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:44:09 POP3 (127.0.0.1): 5 : new
2016.02.24 13:44:09 POP3 (127.0.0.1): ==========================================
2016.02.24 13:44:09 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:44:09 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:44:09 POP3 (127.0.0.1): ===================================
2016.02.24 13:44:09 POP3 (127.0.0.1): [tx] RETR 2
2016.02.24 13:44:09 POP3 (127.0.0.1): <rx> +OK 2561 octets
2016.02.24 13:44:09 POP3 (127.0.0.1): done
2016.02.24 13:44:09 POP3 (127.0.0.1): Do Downloaded Message deletions:
2016.02.24 13:44:09 POP3 (127.0.0.1): ========= Updates to blob =========
2016.02.24 13:44:09 POP3 (127.0.0.1): +B5
2016.02.24 13:44:09 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:44:09 POP3 (127.0.0.1): ===================================
2016.02.24 13:44:09 POP3 (127.0.0.1): End execution
2016.02.24 13:44:09 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x80004005
2016.02.24 13:44:09 test@test.com: Synch operation completed
2016.02.24 13:44:11 test@test.com: Synch operation started (flags = 00000001)
2016.02.24 13:44:11 test@test.com: UploadItems: 0 messages to send
2016.02.24 13:44:11 test@test.com: Synch operation completed
2016.02.24 13:44:11 test@test.com: Synch operation started (flags = 00000030)
2016.02.24 13:44:11 test@test.com: DoPOPDownload(flags = 00000030, max msg = ffffffff): full items
2016.02.24 13:44:11 POP3 (127.0.0.1): Begin execution
2016.02.24 13:44:11 POP3 (127.0.0.1): ========= Initial blob =========
2016.02.24 13:44:11 POP3 (127.0.0.1): +B4
2016.02.24 13:44:11 POP3 (127.0.0.1): ===================================
2016.02.24 13:44:11 POP3 (127.0.0.1): Port: 110, Secure: no, SPA: no
2016.02.24 13:44:11 POP3 (127.0.0.1): Finding host
2016.02.24 13:44:11 POP3 (127.0.0.1): Connected to host
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> +OK POP3
2016.02.24 13:44:11 POP3 (127.0.0.1): Authorizing to server
2016.02.24 13:44:11 POP3 (127.0.0.1): [tx] CAPA
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> +OK CAPA list follows
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> USER
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> UIDL
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> TOP
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> .
2016.02.24 13:44:11 POP3 (127.0.0.1): [tx] USER test@test.com
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> +OK Send your password
2016.02.24 13:44:11 POP3 (127.0.0.1): [tx] PASS *****
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> +OK Mailbox locked and ready
2016.02.24 13:44:11 POP3 (127.0.0.1): Authorized to host
2016.02.24 13:44:11 POP3 (127.0.0.1): Connected to host
2016.02.24 13:44:11 POP3 (127.0.0.1): [tx] STAT
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> +OK 2 3642
2016.02.24 13:44:11 POP3 (127.0.0.1): [tx] UIDL
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> +OK 2 messages (3642 octets)
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> 1 4
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> 2 5
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> .
2016.02.24 13:44:11 POP3 (127.0.0.1): [tx] LIST
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> +OK 2 messages (3642 octets)
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> 1 1081
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> 2 2561
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> .
2016.02.24 13:44:11 POP3 (127.0.0.1): ==== Comparing server and local blobs ====
2016.02.24 13:44:11 POP3 (127.0.0.1): 5 : new
2016.02.24 13:44:11 POP3 (127.0.0.1): ==========================================
2016.02.24 13:44:11 POP3 (127.0.0.1): Do deletions: LoS: yes, DA: 14, DoN: no
2016.02.24 13:44:11 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:44:11 POP3 (127.0.0.1): ===================================
2016.02.24 13:44:11 POP3 (127.0.0.1): [tx] RETR 2
2016.02.24 13:44:11 POP3 (127.0.0.1): <rx> +OK 2561 octets
2016.02.24 13:44:11 POP3 (127.0.0.1): done
2016.02.24 13:44:11 POP3 (127.0.0.1): Do Downloaded Message deletions:
2016.02.24 13:44:11 POP3 (127.0.0.1): ========= Updates to blob =========
2016.02.24 13:44:11 POP3 (127.0.0.1): +B5
2016.02.24 13:44:11 POP3 (127.0.0.1): ========= No blob changes =========
2016.02.24 13:44:11 POP3 (127.0.0.1): ===================================
2016.02.24 13:44:11 POP3 (127.0.0.1): End execution
2016.02.24 13:44:11 test@test.com: ReportStatus: RSF_COMPLETED, hr = 0x80004005
2016.02.24 13:44:11 test@test.com: Synch operation completed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment