eMail not syncronised completely.
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
John!
I have an example on an email that only show the head in the local copy.
This is a behavoir I could understand if I saw it for a email that is
very large. But now this email is very tiny. The orignal is attached as
well as well as the log.
How can this come you think?
With regards,
Rolf Eric
-- Attached file included as plaintext by Ecartis --
-- File: offlineIMAP.txt
***** Processing account rolf
DEBUG[maildir]: MaildirRepository initialized, sep is '.'
Copying folder structure from IMAP to Maildir
Establishing connection to pop3.pro.euromail.se:143.
DEBUG[imap]: 15:03.88 imaplib version 2.52
DEBUG[imap]: 15:03.88 new IMAP4 connection, tag=CANP
DEBUG[imap]: 15:03.91 < * OK umsi5-c03d2.euromail.se IMAP4rev1 vUMSI v1.6.0.0
(UM2 Build 020416) server ready
DEBUG[imap]: 15:03.91 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' umsi5-c03d2.euromail.se IMAP4rev1
vUMSI v1.6.0.0 (UM2 Build 020416) server ready', 'umsi5-c03d2.euromail.se
IMAP4rev1 vUMSI v1.6.0.0 (UM2 Build 020416) server
ready')
DEBUG[imap]: 15:03.91 untagged_responses[OK] 0 += ["umsi5-c03d2.euromail.se
IMAP4rev1 vUMSI v1.6.0.0 (UM2 Build 020416) ser
ver ready"]
DEBUG[imap]: 15:03.91 > CANP0 CAPABILITY
DEBUG[imap]: 15:03.93 < * CAPABILITY IMAP4 IMAP4REV1 NAMESPACE IDLE SCAN SORT
MAILBOX-REFERRALS LOGIN-REFERRALS CCAPABILITY
=TRANSCODING
DEBUG[imap]: 15:03.93 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('CAPABILITY', ' IMAP4 IMAP4REV1 NAMESPACE
IDLE SCAN SORT MAILBOX-REFERRALS LOGIN-REFERRALS CCAPABILITY=TRANSCODING',
'IMAP4 IMAP4REV1 NAMESPACE IDLE SCAN SORT MAILBOX
-REFERRALS LOGIN-REFERRALS CCAPABILITY=TRANSCODING')
DEBUG[imap]: 15:03.93 untagged_responses[CAPABILITY] 0 += ["IMAP4 IMAP4REV1
NAMESPACE IDLE SCAN SORT MAILBOX-REFERRALS LOGI
N-REFERRALS CCAPABILITY=TRANSCODING"]
DEBUG[imap]: 15:03.93 < CANP0 OK CAPABILITY completed
DEBUG[imap]: 15:03.93 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP0', 'OK', 'CAPABILITY comp
leted')
DEBUG[imap]: 15:03.93 CAPABILITIES: ('IMAP4', 'IMAP4REV1', 'NAMESPACE',
'IDLE', 'SCAN', 'SORT', 'MAILBOX-REFERRALS', 'LOGIN
-REFERRALS', 'CCAPABILITY=TRANSCODING')
DEBUG[imap]: Attempting plain authentication
DEBUG[imap]: 15:04.22 < CANP1 OK LOGIN completed
DEBUG[imap]: 15:04.22 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP1', 'OK', 'LOGIN completed
')
DEBUG[imap]: 15:04.22 > CANP2 LIST "" ""
DEBUG[imap]: 15:04.24 < * LIST () "/" ""
DEBUG[imap]: 15:04.24 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('LIST', ' () "/" ""', '() "/" ""')
DEBUG[imap]: 15:04.24 untagged_responses[LIST] 0 += ["() "/" """]
DEBUG[imap]: 15:04.24 < CANP2 OK LIST completed
DEBUG[imap]: 15:04.24 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP2', 'OK', 'LIST completed'
)
DEBUG[imap]: 15:04.24 untagged_responses[LIST] => ['() "/" ""']
DEBUG[imap]: imapsplit() called with input: () "/" ""
DEBUG[imap]: imapsplit() returning: ['()', '"/"', '""']
DEBUG[imap]: dequote() called with input: "/"
DEBUG[imap]: dequote() returning: /
DEBUG[imap]: dequote() called with input: ""
DEBUG[imap]: dequote() returning:
DEBUG[imap]: 15:04.24 > CANP3 LIST "" *
DEBUG[imap]: 15:04.33 < * LIST () "/" INBOX
DEBUG[imap]: 15:04.33 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('LIST', ' () "/" INBOX', '() "/" INBOX')
DEBUG[imap]: 15:04.33 untagged_responses[LIST] 0 += ["() "/" INBOX"]
DEBUG[imap]: 15:04.33 < * LIST () "/" Papperskorgen
DEBUG[imap]: 15:04.33 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('LIST', ' () "/" Papperskorgen', '() "/"
Papperskorgen')
DEBUG[imap]: 15:04.33 untagged_responses[LIST] 1 += ["() "/" Papperskorgen"]
DEBUG[imap]: 15:04.33 < * LIST () "/" "Skickade brev"
DEBUG[imap]: 15:04.33 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('LIST', ' () "/" "Skickade brev"', '() "/
" "Skickade brev"')
DEBUG[imap]: 15:04.33 untagged_responses[LIST] 2 += ["() "/" "Skickade brev""]
DEBUG[imap]: 15:04.33 < * LIST () "/" Utkast
DEBUG[imap]: 15:04.33 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('LIST', ' () "/" Utkast', '() "/" Utkast'
)
DEBUG[imap]: 15:04.33 untagged_responses[LIST] 3 += ["() "/" Utkast"]
DEBUG[imap]: 15:04.33 < CANP3 OK LIST completed
DEBUG[imap]: 15:04.33 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP3', 'OK', 'LIST completed'
)
DEBUG[imap]: 15:04.33 untagged_responses[LIST] => ['() "/" INBOX', '() "/"
Papperskorgen', '() "/" "Skickade brev"', '() "/
" Utkast']
DEBUG[imap]: imapsplit() called with input: () "/" INBOX
DEBUG[imap]: imapsplit() returning: ['()', '"/"', 'INBOX']
DEBUG[imap]: imapsplit() called with input:
DEBUG[imap]: imapsplit() returning: []
DEBUG[imap]: dequote() called with input: INBOX
DEBUG[imap]: dequote() called with input: INBOX
DEBUG[imap]: imapsplit() called with input: () "/" Papperskorgen
DEBUG[imap]: imapsplit() returning: ['()', '"/"', 'Papperskorgen']
DEBUG[imap]: imapsplit() called with input:
DEBUG[imap]: imapsplit() returning: []
DEBUG[imap]: dequote() called with input: Papperskorgen
DEBUG[imap]: imapsplit() called with input: () "/" "Skickade brev"
DEBUG[imap]: imapsplit() returning: ['()', '"/"', '"Skickade brev"']
DEBUG[imap]: imapsplit() called with input:
DEBUG[imap]: imapsplit() returning: []
DEBUG[imap]: dequote() called with input: "Skickade brev"
DEBUG[imap]: dequote() returning: Skickade brev
DEBUG[imap]: dequote() called with input: Skickade brev
DEBUG[imap]: imapsplit() called with input: () "/" Utkast
DEBUG[imap]: imapsplit() returning: ['()', '"/"', 'Utkast']
DEBUG[imap]: imapsplit() called with input:
DEBUG[imap]: imapsplit() returning: []
DEBUG[imap]: dequote() called with input: Utkast
DEBUG[imap]: dequote() called with input: Utkast
DEBUG[maildir]: _GETFOLDERS_SCANDIR STARTING. root = /home/rolf/Vodafone/,
extension = None
DEBUG[maildir]: toppath = /home/rolf/Vodafone/
DEBUG[maildir]: *** top of loop
DEBUG[maildir]: dirname = INBOX
DEBUG[maildir]: fullname = /home/rolf/Vodafone/INBOX
DEBUG[maildir]: This is a maildir folder.
DEBUG[maildir]: foldername = INBOX
DEBUG[maildir]: *** top of loop
DEBUG[maildir]: dirname = Utkast
DEBUG[maildir]: fullname = /home/rolf/Vodafone/Utkast
DEBUG[maildir]: This is a maildir folder.
DEBUG[maildir]: foldername = Utkast
DEBUG[maildir]: *** top of loop
DEBUG[maildir]: dirname = Skickade brev
DEBUG[maildir]: fullname = /home/rolf/Vodafone/Skickade brev
DEBUG[maildir]: This is a maildir folder.
DEBUG[maildir]: foldername = Skickade brev
DEBUG[maildir]: _GETFOLDERS_SCANDIR RETURNING ['INBOX', 'Utkast', 'Skickade
brev']
***** Processing account rolf
Syncing INBOX: IMAP -> Maildir
DEBUG[imap]: 15:04.34 > CANP4 SELECT INBOX
DEBUG[imap]: 15:04.47 < * 2 EXISTS
DEBUG[imap]: 15:04.47 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('2', 'EXISTS', None, None)
DEBUG[imap]: 15:04.47 untagged_responses[EXISTS] 0 += ["2"]
DEBUG[imap]: 15:04.47 < * 0 RECENT
DEBUG[imap]: 15:04.47 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('0', 'RECENT', None, None)
DEBUG[imap]: 15:04.47 untagged_responses[RECENT] 0 += ["0"]
DEBUG[imap]: 15:04.47 < * OK [UIDVALIDITY 3907769740] UID validity status
DEBUG[imap]: 15:04.47 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' [UIDVALIDITY 3907769740] UID vali
dity status', '[UIDVALIDITY 3907769740] UID validity status')
DEBUG[imap]: 15:04.47 untagged_responses[OK] 0 += ["[UIDVALIDITY 3907769740]
UID validity status"]
DEBUG[imap]: 15:04.47 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('UIDVALIDITY', ' 3907769740', '39077
69740')
DEBUG[imap]: 15:04.47 untagged_responses[UIDVALIDITY] 0 += ["3907769740"]
DEBUG[imap]: 15:04.47 < * FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
DEBUG[imap]: 15:04.47 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('FLAGS', ' (\\Answered \\Flagged \\Delete
d \\Draft \\Seen)', '(\\Answered \\Flagged \\Deleted \\Draft \\Seen)')
DEBUG[imap]: 15:04.47 untagged_responses[FLAGS] 0 += ["(\Answered \Flagged
\Deleted \Draft \Seen)"]
DEBUG[imap]: 15:04.47 < * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted
\Draft \Seen)] Permanent flags
DEBUG[imap]: 15:04.47 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' [PERMANENTFLAGS (\\Answered \\Fla
gged \\Deleted \\Draft \\Seen)] Permanent flags', '[PERMANENTFLAGS (\\Answered
\\Flagged \\Deleted \\Draft \\Seen)] Permanent
flags')
DEBUG[imap]: 15:04.47 untagged_responses[OK] 1 += ["[PERMANENTFLAGS
(\Answered \Flagged \Deleted \Draft \Seen)] Permanent f
lags"]
DEBUG[imap]: 15:04.47 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('PERMANENTFLAGS', ' (\\Answered \\Fl
agged \\Deleted \\Draft \\Seen)', '(\\Answered \\Flagged \\Deleted \\Draft
\\Seen)')
DEBUG[imap]: 15:04.47 untagged_responses[PERMANENTFLAGS] 0 += ["(\Answered
\Flagged \Deleted \Draft \Seen)"]
DEBUG[imap]: 15:04.47 < * OK [UNSEEN 1] 1 is first unseen message in INBOX
DEBUG[imap]: 15:04.47 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' [UNSEEN 1] 1 is first unseen mess
age in INBOX', '[UNSEEN 1] 1 is first unseen message in INBOX')
DEBUG[imap]: 15:04.47 untagged_responses[OK] 2 += ["[UNSEEN 1] 1 is first
unseen message in INBOX"]
DEBUG[imap]: 15:04.47 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('UNSEEN', ' 1', '1')
DEBUG[imap]: 15:04.47 untagged_responses[UNSEEN] 0 += ["1"]
DEBUG[imap]: 15:04.47 < CANP4 OK [READ-WRITE] SELECT completed
DEBUG[imap]: 15:04.47 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP4', 'OK', '[READ-WRITE] SE
LECT completed')
DEBUG[imap]: 15:04.47 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('READ-WRITE', None, None)
DEBUG[imap]: 15:04.47 untagged_responses[READ-WRITE] 0 += [""]
DEBUG[imap]: 15:04.48 > CANP5 FETCH 1:2 (FLAGS UID)
DEBUG[imap]: 15:04.50 < * 1 FETCH (FLAGS (\Seen) UID 4892)
DEBUG[imap]: 15:04.50 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('1', 'FETCH', ' (FLAGS (\\
Seen) UID 4892)', '(FLAGS (\\Seen) UID 4892)')
DEBUG[imap]: 15:04.50 untagged_responses[FETCH] 0 += ["1 (FLAGS (\Seen) UID
4892)"]
DEBUG[imap]: 15:04.50 < * 2 FETCH (FLAGS (\Seen) UID 4893)
DEBUG[imap]: 15:04.50 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('2', 'FETCH', ' (FLAGS (\\
Seen) UID 4893)', '(FLAGS (\\Seen) UID 4893)')
DEBUG[imap]: 15:04.50 untagged_responses[FETCH] 1 += ["2 (FLAGS (\Seen) UID
4893)"]
DEBUG[imap]: 15:04.50 < CANP5 OK FETCH completed
DEBUG[imap]: 15:04.50 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP5', 'OK', 'FETCH completed
')
DEBUG[imap]: 15:04.50 untagged_responses[FETCH] => ['1 (FLAGS (\\Seen) UID
4892)', '2 (FLAGS (\\Seen) UID 4893)']
DEBUG[imap]: imapsplit() called with input: FLAGS (\Seen) UID 4892
DEBUG[imap]: imapsplit() returning: ['FLAGS', '(\\Seen)', 'UID', '4892']
DEBUG[imap]: options2hash called with input: ['FLAGS', '(\\Seen)', 'UID',
'4892']
DEBUG[imap]: options2hash returning: {'FLAGS': '(\\Seen)', 'UID': '4892'}
DEBUG[imap]: imapsplit() called with input: FLAGS (\Seen) UID 4893
DEBUG[imap]: imapsplit() returning: ['FLAGS', '(\\Seen)', 'UID', '4893']
DEBUG[imap]: options2hash called with input: ['FLAGS', '(\\Seen)', 'UID',
'4893']
DEBUG[imap]: options2hash returning: {'FLAGS': '(\\Seen)', 'UID': '4893'}
Deleting 1 messages (4894) in Maildir[INBOX], LocalStatus[INBOX]
Syncing Skickade brev: IMAP -> Maildir
DEBUG[imap]: 15:04.51 > CANP6 SELECT "Skickade brev"
DEBUG[imap]: 15:04.70 < * 2 EXISTS
DEBUG[imap]: 15:04.70 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('2', 'EXISTS', None, None)
DEBUG[imap]: 15:04.70 untagged_responses[EXISTS] 0 += ["2"]
DEBUG[imap]: 15:04.70 < * 0 RECENT
DEBUG[imap]: 15:04.70 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('0', 'RECENT', None, None)
DEBUG[imap]: 15:04.70 untagged_responses[RECENT] 0 += ["0"]
DEBUG[imap]: 15:04.70 < * OK [UIDVALIDITY 3907769740] UID validity status
DEBUG[imap]: 15:04.70 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' [UIDVALIDITY 3907769740] UID vali
dity status', '[UIDVALIDITY 3907769740] UID validity status')
DEBUG[imap]: 15:04.70 untagged_responses[OK] 0 += ["[UIDVALIDITY 3907769740]
UID validity status"]
DEBUG[imap]: 15:04.70 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('UIDVALIDITY', ' 3907769740', '39077
69740')
DEBUG[imap]: 15:04.70 untagged_responses[UIDVALIDITY] 0 += ["3907769740"]
DEBUG[imap]: 15:04.70 < * FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
DEBUG[imap]: 15:04.70 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('FLAGS', ' (\\Answered \\Flagged \\Delete
d \\Draft \\Seen)', '(\\Answered \\Flagged \\Deleted \\Draft \\Seen)')
DEBUG[imap]: 15:04.70 untagged_responses[FLAGS] 0 += ["(\Answered \Flagged
\Deleted \Draft \Seen)"]
DEBUG[imap]: 15:04.70 < * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted
\Draft \Seen)] Permanent flags
DEBUG[imap]: 15:04.70 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' [PERMANENTFLAGS (\\Answered \\Fla
gged \\Deleted \\Draft \\Seen)] Permanent flags', '[PERMANENTFLAGS (\\Answered
\\Flagged \\Deleted \\Draft \\Seen)] Permanent
flags')
DEBUG[imap]: 15:04.70 untagged_responses[OK] 1 += ["[PERMANENTFLAGS
(\Answered \Flagged \Deleted \Draft \Seen)] Permanent f
lags"]
DEBUG[imap]: 15:04.70 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('PERMANENTFLAGS', ' (\\Answered \\Fl
agged \\Deleted \\Draft \\Seen)', '(\\Answered \\Flagged \\Deleted \\Draft
\\Seen)')
DEBUG[imap]: 15:04.70 untagged_responses[PERMANENTFLAGS] 0 += ["(\Answered
\Flagged \Deleted \Draft \Seen)"]
DEBUG[imap]: 15:04.70 < * OK [UNSEEN 1] 1 is first unseen message in Skickade
brev
DEBUG[imap]: 15:04.70 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' [UNSEEN 1] 1 is first unseen mess
age in Skickade brev', '[UNSEEN 1] 1 is first unseen message in Skickade brev')
DEBUG[imap]: 15:04.71 untagged_responses[OK] 2 += ["[UNSEEN 1] 1 is first
unseen message in Skickade brev"]
DEBUG[imap]: 15:04.71 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('UNSEEN', ' 1', '1')
DEBUG[imap]: 15:04.71 untagged_responses[UNSEEN] 0 += ["1"]
DEBUG[imap]: 15:04.71 < CANP6 OK [READ-WRITE] SELECT completed
DEBUG[imap]: 15:04.71 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP6', 'OK', '[READ-WRITE] SE
LECT completed')
DEBUG[imap]: 15:04.71 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('READ-WRITE', None, None)
DEBUG[imap]: 15:04.71 untagged_responses[READ-WRITE] 0 += [""]
DEBUG[imap]: 15:04.71 > CANP7 FETCH 1:2 (FLAGS UID)
DEBUG[imap]: 15:04.73 < * 1 FETCH (FLAGS (\Seen) UID 4389)
DEBUG[imap]: 15:04.73 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('1', 'FETCH', ' (FLAGS (\\
Seen) UID 4389)', '(FLAGS (\\Seen) UID 4389)')
DEBUG[imap]: 15:04.73 untagged_responses[FETCH] 0 += ["1 (FLAGS (\Seen) UID
4389)"]
DEBUG[imap]: 15:04.73 < * 2 FETCH (FLAGS (\Seen) UID 4682)
DEBUG[imap]: 15:04.74 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('2', 'FETCH', ' (FLAGS (\\
Seen) UID 4682)', '(FLAGS (\\Seen) UID 4682)')
DEBUG[imap]: 15:04.74 untagged_responses[FETCH] 1 += ["2 (FLAGS (\Seen) UID
4682)"]
DEBUG[imap]: 15:04.74 < CANP7 OK FETCH completed
DEBUG[imap]: 15:04.74 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP7', 'OK', 'FETCH completed
')
DEBUG[imap]: 15:04.74 untagged_responses[FETCH] => ['1 (FLAGS (\\Seen) UID
4389)', '2 (FLAGS (\\Seen) UID 4682)']
DEBUG[imap]: imapsplit() called with input: FLAGS (\Seen) UID 4389
DEBUG[imap]: imapsplit() returning: ['FLAGS', '(\\Seen)', 'UID', '4389']
DEBUG[imap]: options2hash called with input: ['FLAGS', '(\\Seen)', 'UID',
'4389']
DEBUG[imap]: options2hash returning: {'FLAGS': '(\\Seen)', 'UID': '4389'}
DEBUG[imap]: imapsplit() called with input: FLAGS (\Seen) UID 4682
DEBUG[imap]: imapsplit() returning: ['FLAGS', '(\\Seen)', 'UID', '4682']
DEBUG[imap]: options2hash called with input: ['FLAGS', '(\\Seen)', 'UID',
'4682']
DEBUG[imap]: options2hash returning: {'FLAGS': '(\\Seen)', 'UID': '4682'}
Syncing Utkast: IMAP -> Maildir
DEBUG[imap]: 15:04.74 > CANP8 SELECT Utkast
DEBUG[imap]: 15:04.91 < * 1 EXISTS
DEBUG[imap]: 15:04.92 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('1', 'EXISTS', None, None)
DEBUG[imap]: 15:04.92 untagged_responses[EXISTS] 0 += ["1"]
DEBUG[imap]: 15:04.92 < * 0 RECENT
DEBUG[imap]: 15:04.92 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('0', 'RECENT', None, None)
DEBUG[imap]: 15:04.92 untagged_responses[RECENT] 0 += ["0"]
DEBUG[imap]: 15:04.92 < * OK [UIDVALIDITY 3907769742] UID validity status
DEBUG[imap]: 15:04.92 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' [UIDVALIDITY 3907769742] UID vali
dity status', '[UIDVALIDITY 3907769742] UID validity status')
DEBUG[imap]: 15:04.92 untagged_responses[OK] 0 += ["[UIDVALIDITY 3907769742]
UID validity status"]
DEBUG[imap]: 15:04.92 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('UIDVALIDITY', ' 3907769742', '39077
69742')
DEBUG[imap]: 15:04.92 untagged_responses[UIDVALIDITY] 0 += ["3907769742"]
DEBUG[imap]: 15:04.92 < * FLAGS (\Answered \Flagged \Deleted \Draft \Seen)
DEBUG[imap]: 15:04.92 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('FLAGS', ' (\\Answered \\Flagged \\Delete
d \\Draft \\Seen)', '(\\Answered \\Flagged \\Deleted \\Draft \\Seen)')
DEBUG[imap]: 15:04.92 untagged_responses[FLAGS] 0 += ["(\Answered \Flagged
\Deleted \Draft \Seen)"]
DEBUG[imap]: 15:04.92 < * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted
\Draft \Seen)] Permanent flags
DEBUG[imap]: 15:04.92 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' [PERMANENTFLAGS (\\Answered \\Fla
gged \\Deleted \\Draft \\Seen)] Permanent flags', '[PERMANENTFLAGS (\\Answered
\\Flagged \\Deleted \\Draft \\Seen)] Permanent
flags')
DEBUG[imap]: 15:04.92 untagged_responses[OK] 1 += ["[PERMANENTFLAGS
(\Answered \Flagged \Deleted \Draft \Seen)] Permanent f
lags"]
DEBUG[imap]: 15:04.92 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('PERMANENTFLAGS', ' (\\Answered \\Fl
agged \\Deleted \\Draft \\Seen)', '(\\Answered \\Flagged \\Deleted \\Draft
\\Seen)')
DEBUG[imap]: 15:04.92 untagged_responses[PERMANENTFLAGS] 0 += ["(\Answered
\Flagged \Deleted \Draft \Seen)"]
DEBUG[imap]: 15:04.92 < * OK [UNSEEN 1] 1 is first unseen message in Utkast
DEBUG[imap]: 15:04.92 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('OK', ' [UNSEEN 1] 1 is first unseen mess
age in Utkast', '[UNSEEN 1] 1 is first unseen message in Utkast')
DEBUG[imap]: 15:04.92 untagged_responses[OK] 2 += ["[UNSEEN 1] 1 is first
unseen message in Utkast"]
DEBUG[imap]: 15:04.92 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('UNSEEN', ' 1', '1')
DEBUG[imap]: 15:04.92 untagged_responses[UNSEEN] 0 += ["1"]
DEBUG[imap]: 15:04.92 < CANP8 OK [READ-WRITE] SELECT completed
DEBUG[imap]: 15:04.92 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP8', 'OK', '[READ-WRITE] SE
LECT completed')
DEBUG[imap]: 15:04.92 matched r'\[(?P<type>[A-Z-]+)(
(?P<data>[^\]]*))?\]' => ('READ-WRITE', None, None)
DEBUG[imap]: 15:04.92 untagged_responses[READ-WRITE] 0 += [""]
DEBUG[imap]: 15:04.92 > CANP9 FETCH 1:1 (FLAGS UID)
DEBUG[imap]: 15:04.94 < * 1 FETCH (FLAGS (\Seen) UID 4895)
DEBUG[imap]: 15:04.94 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('1', 'FETCH', ' (FLAGS (\\
Seen) UID 4895)', '(FLAGS (\\Seen) UID 4895)')
DEBUG[imap]: 15:04.94 untagged_responses[FETCH] 0 += ["1 (FLAGS (\Seen) UID
4895)"]
DEBUG[imap]: 15:04.94 < CANP9 OK FETCH completed
DEBUG[imap]: 15:04.94 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP9', 'OK', 'FETCH completed
')
DEBUG[imap]: 15:04.94 untagged_responses[FETCH] => ['1 (FLAGS (\\Seen) UID
4895)']
DEBUG[imap]: imapsplit() called with input: FLAGS (\Seen) UID 4895
DEBUG[imap]: imapsplit() returning: ['FLAGS', '(\\Seen)', 'UID', '4895']
DEBUG[imap]: options2hash called with input: ['FLAGS', '(\\Seen)', 'UID',
'4895']
DEBUG[imap]: options2hash returning: {'FLAGS': '(\\Seen)', 'UID': '4895'}
Copy message 4895 IMAP[Utkast] -> Maildir[Utkast]
DEBUG[imap]: 15:04.95 > CANP10 UID FETCH 4895 (BODY.PEEK[])
DEBUG[imap]: 15:05.24 < * 1 FETCH (UID 4895 BODY[] {862}
DEBUG[imap]: 15:05.24 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('1', 'FETCH', ' (UID 4895
BODY[] {862}', '(UID 4895 BODY[] {862}')
DEBUG[imap]: 15:05.24 matched r'.*{(?P<size>\d+)}$' => ('862',)
DEBUG[imap]: 15:05.24 read literal size 862
DEBUG[imap]: 15:05.24 untagged_responses[FETCH] 0 += ["('1 (UID 4895 BODY[]
{862}', 'X-UMSI-Transferred: Server-Id="2"; Ser
ver-Type="IMAP4"; Profile="0707443858@xxxxxxxxxxxxxxxx:143";
Original-Message-UID="26645815"; \r\nReceived: from [195.7.63.18
8] (helo=curlew.ros.ie)\r\n\tby mx.mailix.net with smtp (Exim 3.33 #1)\r\n\tid
18BDUQ-00043p-00\r\n\tfor rolf.eric@xxxxxxxxxx
; Mon, 11 Nov 2002 04:16:27 -0800\r\nReceived: from SMTP agent by mail gateway
\r\n Mon, 11 Nov 2002 12:23:11 -0000\r\nReceiv
ed: (from rosprod@localhost)\r\n\tby curlew.ros.ie (8.10.2+Sun/8.9.1) id
gAB6qG628121\r\n\tfor rolf.eric@xxxxxxxxxx; Mon, 11
Nov 2002 06:52:20 GMT\r\nDate: Mon, 11 Nov 2002 06:52:20 GMT\r\nFrom: ROS
Production Manager <rosprod@xxxxxxxxxx>\r\nMessage-
Id: <200211110652.gAB6qG628121@xxxxxxxxxxxxx>\r\nTo:
rolf.eric@xxxxxxxxxx\r\nSubject: ROS Mail Notification\r\n\r\nNew Mail h
as arrived in your ROS Inbox. Please access your ROS Services page at
http://www.ros.ie/ to view this new mail.')"]
DEBUG[imap]: 15:05.24 < )
DEBUG[imap]: 15:05.24 untagged_responses[FETCH] 1 += [")"]
DEBUG[imap]: 15:05.24 < * 1 FETCH (FLAGS (\Seen))
DEBUG[imap]: 15:05.24 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+)(
(?P<data2>.*))?' => ('1', 'FETCH', ' (FLAGS (\\
Seen))', '(FLAGS (\\Seen))')
DEBUG[imap]: 15:05.24 untagged_responses[FETCH] 2 += ["1 (FLAGS (\Seen))"]
DEBUG[imap]: 15:05.24 < CANP10 OK UID FETCH completed
DEBUG[imap]: 15:05.24 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP10', 'OK', 'UID FETCH comp
leted')
DEBUG[imap]: 15:05.24 untagged_responses[FETCH] => [('1 (UID 4895 BODY[]
{862}', 'X-UMSI-Transferred: Server-Id="2"; Server
-Type="IMAP4"; Profile="0707443858@xxxxxxxxxxxxxxxx:143";
Original-Message-UID="26645815"; \r\nReceived: from [195.7.63.188]
(helo=curlew.ros.ie)\r\n\tby mx.mailix.net with smtp (Exim 3.33 #1)\r\n\tid
18BDUQ-00043p-00\r\n\tfor rolf.eric@xxxxxxxxxx; M
on, 11 Nov 2002 04:16:27 -0800\r\nReceived: from SMTP agent by mail gateway
\r\n Mon, 11 Nov 2002 12:23:11 -0000\r\nReceived:
(from rosprod@localhost)\r\n\tby curlew.ros.ie (8.10.2+Sun/8.9.1) id
gAB6qG628121\r\n\tfor rolf.eric@xxxxxxxxxx; Mon, 11 Nov
2002 06:52:20 GMT\r\nDate: Mon, 11 Nov 2002 06:52:20 GMT\r\nFrom: ROS
Production Manager <rosprod@xxxxxxxxxx>\r\nMessage-Id:
<200211110652.gAB6qG628121@xxxxxxxxxxxxx>\r\nTo:
rolf.eric@xxxxxxxxxx\r\nSubject: ROS Mail Notification\r\n\r\nNew Mail has
arrived in your ROS Inbox. Please access your ROS Services page at
http://www.ros.ie/ to view this new mail.'), ')', '1 (FLAG
S (\\Seen))']
Copy message 4895 Maildir[Utkast] -> LocalStatus[Utkast]
DEBUG[imap]: 15:05.25 > CANP11 LOGOUT
DEBUG[imap]: 15:05.30 < * BYE umsi5-c03d2.euromail.se IMAP4rev1 server
terminating connection
DEBUG[imap]: 15:05.30 matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?'
=> ('BYE', ' umsi5-c03d2.euromail.se IMAP4rev
1 server terminating connection', 'umsi5-c03d2.euromail.se IMAP4rev1 server
terminating connection')
DEBUG[imap]: 15:05.30 untagged_responses[BYE] 0 += ["umsi5-c03d2.euromail.se
IMAP4rev1 server terminating connection"]
DEBUG[imap]: 15:05.30 BYE response: umsi5-c03d2.euromail.se IMAP4rev1 server
terminating connection
DEBUG[imap]: 15:05.30 < CANP11 OK LOGOUT completed
DEBUG[imap]: 15:05.30 matched r'(?P<tag>CANP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('CANP11', 'OK', 'LOGOUT complet
ed')
-- Attached file included as plaintext by Ecartis --
-- File: imap-message://rolf@213.15.254.22/INBOX/Voda|Utkast#4
X-UMSI-Transferred: Server-Id="2"; Server-Type="IMAP4";
Profile="0707443858@xxxxxxxxxxxxxxxx:143"; Original-Message-UID="26645815";
Received: from [195.7.63.188] (helo=curlew.ros.ie)
by mx.mailix.net with smtp (Exim 3.33 #1)
id 18BDUQ-00043p-00
for rolf.eric@xxxxxxxxxx; Mon, 11 Nov 2002 04:16:27 -0800
Received: from SMTP agent by mail gateway
Mon, 11 Nov 2002 12:23:11 -0000
Received: (from rosprod@localhost)
by curlew.ros.ie (8.10.2+Sun/8.9.1) id gAB6qG628121
for rolf.eric@xxxxxxxxxx; Mon, 11 Nov 2002 06:52:20 GMT
Date: Mon, 11 Nov 2002 06:52:20 GMT
From: ROS Production Manager <rosprod@xxxxxxxxxx>
Message-Id: <200211110652.gAB6qG628121@xxxxxxxxxxxxx>
To: rolf.eric@xxxxxxxxxx
Subject: ROS Mail Notification
-- Attached file included as plaintext by Ecartis --
-- File: imap-message://0707443858@xxxxxxxxxxxxxxxxx/Utkast#26645815
Received: from [195.7.63.188] (helo=curlew.ros.ie)
by mx.mailix.net with smtp (Exim 3.33 #1)
id 18BDUQ-00043p-00
for rolf.eric@xxxxxxxxxx; Mon, 11 Nov 2002 04:16:27 -0800
Received: from SMTP agent by mail gateway
Mon, 11 Nov 2002 12:23:11 -0000
Received: (from rosprod@localhost)
by curlew.ros.ie (8.10.2+Sun/8.9.1) id gAB6qG628121
for rolf.eric@xxxxxxxxxx; Mon, 11 Nov 2002 06:52:20 GMT
Date: Mon, 11 Nov 2002 06:52:20 GMT
From: ROS Production Manager <rosprod@xxxxxxxxxx>
Message-Id: <200211110652.gAB6qG628121@xxxxxxxxxxxxx>
To: rolf.eric@xxxxxxxxxx
Subject: ROS Mail Notification
New Mail has arrived in your ROS Inbox. Please access your ROS Services page at
http://www.ros.ie/ to view this new mail.
- eMail not syncronised completely.,
Rolf Eric <=
|
|