"The specified message set is invalid (NO)" Exception when trying to move Messages through IMAP

0

Hi,

I am using your BounceInspector component, but I am running into some irratic behaviour, when I try to move the MailMessages using the IMAPClient.

First I am processing all the messages I get back in the Bounce Result collection and collecting all the Sequence ID's I Want to move, on two lists - 1 list of identified messages, and 1 list of non-identified messages.

Then I Call the overload of the MoveMessage() that takes a MessageSet:

set = new ImapMessageIdSet(MoveToIdentified.ToArray());
client.MoveMessage(set, IdentifiedMailBox);

"MoveToIdentified" is a List<int> Which contains all the Sequence ID's. But I keep getting this exception:ComponentPro.Net.Mail.ImapException: The specified message set is invalid (NO).

I have also tried to move the messages one by one during processing - but gets the same error. Some messages gets moved and some does not. I have not yet seen a particular pattern to the error.

I have also tried to move the messages, using the unique ID (result.MailMessage.MessageId), but that Method throws an "Invalid Parameter" exception on every message.

I have full access on the Folders I am connecting to (my own MailBox), and I am connecting to an Exchange Server.

Am I missing something here?

Hope you can help me out!

Kind Regards,
Michael

edited 11/28/2017 4:01:35 PM
asked 11/7/2011 1:15:54 PM
add a comment

9 Answers

0
What's the type of your mail server? Did you see any changes to your messages? Did it get copied, moved, or deleted after the call? It would be great if you can also send us a log file generated by our component. Please see this topic: Adding log
edited 12/5/2017 4:38:58 PM
answered 11/16/2017 12:41:36 AM
add a comment
0
Dear Support,

We have now changed the Back-end, so we can accomodate for re-iterating the same messages more than once - and also changed the behavior so we only process a few hundred messages on each Batch-run. And this seems to do the trick. We still have issues with a couple of messages not being moved correctly, but it could also be a server issue, im not quite sure.

Thanks for the help.

regards,
Michael
 
answered 11/16/2017 12:41:36 AM
add a comment
0
Hi again Support,

We have now ensured that no .Purge() method is called or any manipulation of messages takes place before the two .MoveMessages() Methods is called.

On the first run with the 755 messages we got a time-out Exception from the IMAPClient. Is there a way of setting up the time-out value in the Client? (when we go live, we need to process thousands of messages in one run).

On the second run, we got the "The specified message set is invalid (NO)" Exception again. But I am not sure, if it is caused by some kind of folder synchronization issue on the server-side? I Have copied the trace log below

Hope you can help us once again.

Thanks
Michael

ImapClient [11-15-2011 13:19:16.29] Information - Response: * 755 EXISTS

ImapClient [11-15-2011 13:19:16.29] Information - Response: * 0 RECENT

ImapClient [11-15-2011 13:19:16.29] Information - Response: * FLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)

ImapClient [11-15-2011 13:19:16.29] Information - Response: * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)] Permanent flags

ImapClient [11-15-2011 13:19:16.29] Information - Response: * OK [UIDVALIDITY 4778] UIDVALIDITY value

ImapClient [11-15-2011 13:19:16.29] Information - Response: * OK [UIDNEXT 2036] The next unique identifier value

ImapClient [11-15-2011 13:19:16.29] Information - Response: R002FA OK [READ-WRITE] SELECT completed.

ImapClient [11-15-2011 13:19:19.44] Information - Command: R002FB EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Verbose - Info: Data received from the server:

2A 20 37 35 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 35 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 35 33 20

45 58 50 55 4E 47 45 0D 0A 2A 20 37 35 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 35 31 20 45 58 50 55 4E 47

45 0D 0A 2A 20 37 35 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 34 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37

34 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 34 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 34 34 20 45 58 50

55 4E 47 45 0D 0A 2A 20 37 34 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 34 32 20 45 58 50 55 4E 47 45 0D 0A

2A 20 37 34 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 34 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 33 39 20

45 58 50 55 4E 47 45 0D 0A 2A 20 37 33 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 33 37 20 45 58 50 55 4E 47

45 0D 0A 2A 20 37 33 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 33 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37

33 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 33 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 33 32 20 45 58 50

55 4E 47 45 0D 0A 2A 20 37 33 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 33 30 20 45 58 50 55 4E 47 45 0D 0A

2A 20 37 32 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 32 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 32 37 20

45 58 50 55 4E 47 45 0D 0A 2A 20 37 32 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 32 35 20 45 58 50 55 4E 47

45 0D 0A 2A 20 37 32 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 32 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37

32 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 32 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 32 30 20 45 58 50

55 4E 47 45 0D 0A 2A 20 37 31 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 31 38 20 45 58 50 55 4E 47 45 0D 0A

2A 20 37 31 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 31 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 31 35 20

45 58 50 55 4E 47 45 0D 0A 2A 20 37 31 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 31 33 20 45 58 50 55 4E 47

45 0D 0A 2A 20 37 31 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 31 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37

31 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 30 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 30 38 20 45 58 50

55 4E 47 45 0D 0A 2A 20 37 30 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 30 36 20 45 58 50 55 4E 47 45 0D 0A

2A 20 37 30 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 30 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 30 33 20

45 58 50 55 4E 47 45 0D 0A 2A 20 37 30 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 30 31 20 45 58 50 55 4E 47

45 0D 0A 2A 20 37 30 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 39 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

39 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 39 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 39 36 20 45 58 50

55 4E 47 45 0D 0A 2A 20 36 39 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 39 34 20 45 58 50 55 4E 47 45 0D 0A

2A 20 36 39 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 39 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 39 31 20

45 58 50 55 4E 47 45 0D 0A 2A 20 36 39 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 38 39 20 45 58 50 55 4E 47

45 0D 0A 2A 20 36 38 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 38 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

38 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 38 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 38 34 20 45 58 50

55 4E 47 45 0D 0A 2A 20 36 38 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 38 32 20 45 58 50 55 4E 47 45 0D 0A

2A 20 36 38 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 38 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 37 39 20

45 58 50 55 4E 47 45 0D 0A 2A 20 36 37 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 37 37 20 45 58 50 55 4E 47

45 0D 0A 2A 20 36 37 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 37 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

37 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 37 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 37 32 20 45 58 50

55 4E 47 45 0D 0A 2A 20 36 37 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 37 30 20 45 58 50 55 4E 47 45 0D 0A

2A 20 36 36 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 36 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 36 37 20

45 58 50 55 4E 47 45 0D 0A 2A 20 36 36 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 36 35 20 45 58 50 55 4E 47

45 0D 0A 2A 20 36 36 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 36 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

36 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 36 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 36 30 20 45 58 50

55 4E 47 45 0D 0A 2A 20 36 35 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 35 38 20 45 58 50 55 4E 47 45 0D 0A

2A 20 36 35 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 35 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 35 35 20

45 58 50 55 4E 47 45 0D 0A 2A 20 36 35 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 35 33 20 45 58 50 55 4E 47

45 0D 0A 2A 20 36 35 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 35 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

35 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 34 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 34 38 20 45 58 50

55 4E 47 45 0D 0A 2A 20 36 34 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 34 36 20 45 58 50 55 4E 47 45 0D 0A

2A 20 36 34 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 34 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 34 33 20

45 58 50 55 4E 47 45 0D 0A 2A 20 36 34 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 34 31 20 45 58 50 55 4E 47

45 0D 0A 2A 20 36 34 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 33 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

33 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 33 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 33 36 20 45 58 50

55 4E 47 45 0D 0A 2A 20 36 33 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 33 34 20 45 58 50 55 4E 47 45 0D 0A

2A 20 36 33 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 33 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 33 31 20

45 58 50 55 4E 47 45 0D 0A 2A 20 36 33 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 32 39 20 45 58 50 55 4E 47

45 0D 0A 2A 20 36 32 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 32 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

32 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 32 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 32 34 20 45 58 50

55 4E 47 45 0D 0A 2A 20 36 32 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 32 32 20 45 58 50 55 4E 47 45 0D 0A

2A 20 36 32 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 32 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 31 39 20

45 58 50 55 4E 47 45 0D 0A 2A 20 36 31 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 31 37 20 45 58 50 55 4E 47

45 0D 0A 2A 20 36 31 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 31 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

31 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 31 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 31 32 20 45 58 50

55 4E 47 45 0D 0A 2A 20 36 31 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 31 30 20 45 58 50 55 4E 47 45 0D 0A

2A 20 36 30 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 30 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 30 37 20

45 58 50 55 4E 47 45 0D 0A 2A 20 36 30 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 30 35 20 45 58 50 55 4E 47

45 0D 0A 2A 20 36 30 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 30 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

30 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 30 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 30 30 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 39 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 39 38 20 45 58 50 55 4E 47 45 0D 0A

2A 20 35 39 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 39 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 39 35 20

45 58 50 55 4E 47 45 0D 0A 2A 20 35 39 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 39 33 20 45 58 50 55 4E 47

45 0D 0A 2A 20 35 39 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 39 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35

39 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 38 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 38 38 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 38 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 38 36 20 45 58 50 55 4E 47 45 0D 0A

2A 20 35 38 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 38 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 38 33 20

45 58 50 55 4E 47 45 0D 0A 2A 20 35 38 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 38 31 20 45 58 50 55 4E 47

45 0D 0A 2A 20 35 38 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 37 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35

37 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 37 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 37 36 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 37 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 37 34 20 45 58 50 55 4E 47 45 0D 0A

2A 20 35 37 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 37 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 37 31 20

45 58 50 55 4E 47 45 0D 0A 2A 20 35 37 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 36 39 20 45 58 50 55 4E 47

45 0D 0A 2A 20 35 36 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 36 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35

36 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 36 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 36 34 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 36 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 36 32 20 45 58 50 55 4E 47 45 0D 0A

2A 20 35 36 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 36 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 35 39 20

45 58 50 55 4E 47 45 0D 0A 2A 20 35 35 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 35 37 20 45 58 50 55 4E 47

45 0D 0A 2A 20 35 35 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 35 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35

35 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 35 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 35 32 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 35 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 35 30 20 45 58 50 55 4E 47 45 0D 0A

2A 20 35 34 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 34 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 34 37 20

45 58 50 55 4E 47 45 0D 0A 2A 20 35 34 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 34 35 20 45 58 50 55 4E 47

45 0D 0A 2A 20 35 34 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 34 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35

34 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 34 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 34 30 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 33 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 33 38 20 45 58 50 55 4E 47 45 0D 0A

2A 20 35 33 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 33 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 33 35 20

45 58 50 55 4E 47 45 0D 0A 2A 20 35 33 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 33 33 20 45 58 50 55 4E 47

45 0D 0A 2A 20 35 33 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 33 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35

33 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 32 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 32 38 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 32 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 32 36 20 45 58 50 55 4E 47 45 0D 0A

2A 20 35 32 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 32 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 32 33 20

45 58 50 55 4E 47 45 0D 0A 2A 20 35 32 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 32 30 20 45 58 50 55 4E 47

45 0D 0A 2A 20 35 31 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 31 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35

31 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 31 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 31 35 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 31 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 31 33 20 45 58 50 55 4E 47 45 0D 0A

2A 20 35 31 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 31 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 31 30 20

45 58 50 55 4E 47 45 0D 0A 2A 20 35 30 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 30 38 20 45 58 50 55 4E 47

45 0D 0A 2A 20 35 30 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 30 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35

30 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 30 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 30 33 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 30 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 30 31 20 45 58 50 55 4E 47 45 0D 0A

2A 20 35 30 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 39 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 39 38 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 39 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 39 36 20 45 58 50 55 4E 47

45 0D 0A 2A 20 34 39 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 39 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34

39 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 39 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 39 31 20 45 58 50

55 4E 47 45 0D 0A 2A 20 34 39 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 38 39 20 45 58 50 55 4E 47 45 0D 0A

2A 20 34 38 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 38 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 38 36 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 38 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 38 34 20 45 58 50 55 4E 47

45 0D 0A 2A 20 34 38 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 38 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34

38 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 38 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 37 39 20 45 58 50

55 4E 47 45 0D 0A 2A 20 34 37 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 37 37 20 45 58 50 55 4E 47 45 0D 0A

2A 20 34 37 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 37 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 37 34 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 37 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 37 32 20 45 58 50 55 4E 47

45 0D 0A 2A 20 34 37 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 37 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34

36 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 36 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 36 37 20 45 58 50

55 4E 47 45 0D 0A 2A 20 34 36 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 36 35 20 45 58 50 55 4E 47 45 0D 0A

2A 20 34 36 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 36 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 36 32 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 36 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 36 30 20 45 58 50 55 4E 47

45 0D 0A 2A 20 34 35 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 35 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34

35 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 35 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 35 35 20 45 58 50

55 4E 47 45 0D 0A 2A 20 34 35 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 35 33 20 45 58 50 55 4E 47 45 0D 0A

2A 20 34 35 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 35 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 35 30 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 34 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 34 38 20 45 58 50 55 4E 47

45 0D 0A 2A 20 34 34 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 34 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34

34 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 34 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 34 33 20 45 58 50

55 4E 47 45 0D 0A 2A 20 34 34 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 34 31 20 45 58 50 55 4E 47 45 0D 0A

2A 20 34 34 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 33 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 33 38 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 33 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 33 36 20 45 58 50 55 4E 47

45 0D 0A 2A 20 34 33 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 33 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34

33 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 33 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 33 31 20 45 58 50

55 4E 47 45 0D 0A 2A 20 34 33 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 32 39 20 45 58 50 55 4E 47 45 0D 0A

2A 20 34 32 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 32 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 32 36 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 32 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 32 34 20 45 58 50 55 4E 47

45 0D 0A 2A 20 34 32 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 32 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34

32 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 32 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 31 39 20 45 58 50

55 4E 47 45 0D 0A 2A 20 34 31 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 31 37 20 45 58 50 55 4E 47 45 0D 0A

2A 20 34 31 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 31 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 31 34 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 31 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 31 32 20 45 58 50 55 4E 47

45 0D 0A 2A 20 34 31 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 31 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34

30 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 30 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 30 37 20 45 58 50

55 4E 47 45 0D 0A 2A 20 34 30 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 30 35 20 45 58 50 55 4E 47 45 0D 0A

2A 20 34 30 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 30 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 30 32 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 30 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 30 30 20 45 58 50 55 4E 47

45 0D 0A 2A 20 33 39 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 39 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

39 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 39 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 39 35 20 45 58 50

55 4E 47 45 0D 0A 2A 20 33 39 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 39 33 20 45 58 50 55 4E 47 45 0D 0A

2A 20 33 39 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 39 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 39 30 20

45 58 50 55 4E 47 45 0D 0A 2A 20 33 38 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 38 38 20 45 58 50 55 4E 47

45 0D 0A 2A 20 33 38 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 38 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

38 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 38 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 38 33 20 45 58 50

55 4E 47 45 0D 0A 2A 20 33 38 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 38 31 20 45 58 50 55 4E 47 45 0D 0A

2A 20 33 38 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 37 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 37 38 20

45 58 50 55 4E 47 45 0D 0A 2A 20 33 37 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 37 36 20 45 58 50 55 4E 47

45 0D 0A 2A 20 33 37 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 37 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

37 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 37 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 37 31 20 45 58 50

55 4E 47 45 0D 0A 2A 20 33 37 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 36 39 20 45 58 50 55 4E 47 45 0D 0A

2A 20 33 36 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 36 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 36 36 20

45 58 50 55 4E 47 45 0D 0A 2A 20 33 36 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 36 34 20 45 58 50 55 4E 47

45 0D 0A 2A 20 33 36 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 36 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

36 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 36 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 35 39 20 45 58 50

55 4E 47 45 0D 0A 2A 20 33 35 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 35 37 20 45 58 50 55 4E 47 45 0D 0A

2A 20 33 35 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 35 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 35 34 20

45 58 50 55 4E 47 45 0D 0A 2A 20 33 35 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 35 32 20 45 58 50 55 4E 47

45 0D 0A 2A 20 33 35 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 35 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

34 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 34 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 34 37 20 45 58 50

55 4E 47 45 0D 0A 2A 20 33 34 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 34 35 20 45 58 50 55 4E 47 45 0D 0A

2A 20 33 34 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 34 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 34 32 20

45 58 50 55 4E 47 45 0D 0A 2A 20 33 34 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 34 30 20 45 58 50 55 4E 47

45 0D 0A 2A 20 33 33 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 33 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

33 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 33 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 33 35 20 45 58 50

55 4E 47 45 0D 0A 2A 20 33 33 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 33 33 20 45 58 50 55 4E 47 45 0D 0A

2A 20 33 33 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 33 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 33 30 20

45 58 50 55 4E 47 45 0D 0A 2A 20 33 32 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 32 38 20 45 58 50 55 4E 47

45 0D 0A 2A 20 33 32 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 32 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

32 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 32 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 32 33 20 45 58 50

55 4E 47 45 0D 0A 2A 20 33 32 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 32 31 20 45 58 50 55 4E 47 45 0D 0A

2A 20 33 32 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 31 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 31 38 20

45 58 50 55 4E 47 45 0D 0A 2A 20 33 31 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 31 36 20 45 58 50 55 4E 47

45 0D 0A 2A 20 33 31 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 31 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

31 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 31 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 31 31 20 45 58 50

55 4E 47 45 0D 0A 2A 20 33 31 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 30 39 20 45 58 50 55 4E 47 45 0D 0A

2A 20 33 30 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 30 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 30 36 20

45 58 50 55 4E 47 45 0D 0A 2A 20 33 30 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 30 34 20 45 58 50 55 4E 47

45 0D 0A 2A 20 33 30 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 30 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

30 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 30 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 39 39 20 45 58 50

55 4E 47 45 0D 0A 2A 20 32 39 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 39 37 20 45 58 50 55 4E 47 45 0D 0A

2A 20 32 39 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 39 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 39 34 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 39 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 39 32 20 45 58 50 55 4E 47

45 0D 0A 2A 20 32 39 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 39 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32

38 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 38 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 38 37 20 45 58 50

55 4E 47 45 0D 0A 2A 20 32 38 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 38 35 20 45 58 50 55 4E 47 45 0D 0A

2A 20 32 38 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 38 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 38 32 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 38 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 38 30 20 45 58 50 55 4E 47

45 0D 0A 2A 20 32 37 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 37 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32

37 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 37 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 37 35 20 45 58 50

55 4E 47 45 0D 0A 2A 20 32 37 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 37 33 20 45 58 50 55 4E 47 45 0D 0A

2A 20 32 37 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 37 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 37 30 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 36 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 36 38 20 45 58 50 55 4E 47

45 0D 0A 2A 20 32 36 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 36 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32

36 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 36 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 36 33 20 45 58 50

55 4E 47 45 0D 0A 2A 20 32 36 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 36 31 20 45 58 50 55 4E 47 45 0D 0A

2A 20 32 36 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 35 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 35 38 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 35 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 35 36 20 45 58 50 55 4E 47

45 0D 0A 2A 20 32 35 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 35 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32

35 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 35 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 35 31 20 45 58 50

55 4E 47 45 0D 0A 2A 20 32 35 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 34 39 20 45 58 50 55 4E 47 45 0D 0A

2A 20 32 34 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 34 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 34 36 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 34 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 34 34 20 45 58 50 55 4E 47

45 0D 0A 2A 20 32 34 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 34 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32

34 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 34 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 33 39 20 45 58 50

55 4E 47 45 0D 0A 2A 20 32 33 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 33 37 20 45 58 50 55 4E 47 45 0D 0A

2A 20 32 33 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 33 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 33 34 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 33 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 33 32 20 45 58 50 55 4E 47

45 0D 0A 2A 20 32 33 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 33 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32

32 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 32 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 32 37 20 45 58 50

55 4E 47 45 0D 0A 2A 20 32 32 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 32 35 20 45 58 50 55 4E 47 45 0D 0A

2A 20 32 32 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 32 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 32 32 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 32 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 32 30 20 45 58 50 55 4E 47

45 0D 0A 2A 20 32 31 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 31 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32

31 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 31 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 31 35 20 45 58 50

55 4E 47 45 0D 0A 2A 20 32 31 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 31 33 20 45 58 50 55 4E 47 45 0D 0A

2A 20 32 31 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 31 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 31 30 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 30 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 30 38 20 45 58 50 55 4E 47

45 0D 0A 2A 20 32 30 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 30 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32

30 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 30 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 30 33 20 45 58 50

55 4E 47 45 0D 0A 2A 20 32 30 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 30 31 20 45 58 50 55 4E 47 45 0D 0A

2A 20 32 30 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 39 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 39 38 20

45 58 50 55 4E 47 45 0D 0A 2A 20 31 39 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 39 36 20 45 58 50 55 4E 47

45 0D 0A 2A 20 31 39 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 39 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31

39 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 39 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 39 31 20 45 58 50

55 4E 47 45 0D 0A 2A 20 31 39 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 38 39 20 45 58 50 55 4E 47 45 0D 0A

2A 20 31 38 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 38 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 38 36 20

45 58 50 55 4E 47 45 0D 0A 2A 20 31 38 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 38 34 20 45 58 50 55 4E 47

45 0D 0A 2A 20 31 38 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 38 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31

38 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 38 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 37 39 20 45 58 50

55 4E 47 45 0D 0A 2A 20 31 37 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 37 37 20 45 58 50 55 4E 47 45 0D 0A

2A 20 31 37 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 37 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 37 34 20

45 58 50 55 4E 47 45 0D 0A 2A 20 31 37 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 37 32 20 45 58 50 55 4E 47

45 0D 0A 2A 20 31 37 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 37 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31

36 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 36 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 36 37 20 45 58 50

55 4E 47 45 0D 0A 2A 20 31 36 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 36 35 20 45 58 50 55 4E 47 45 0D 0A

2A 20 31 36 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 36 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 36 32 20

45 58 50 55 4E 47 45 0D 0A 2A 20 31 36 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 36 30 20 45 58 50 55 4E 47

45 0D 0A 2A 20 31 35 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 35 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31

35 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 35 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 35 34 20 45 58 50

55 4E 47 45 0D 0A 2A 20 31 35 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 35 32 20 45 58 50 55 4E 47 45 0D 0A

2A 20 31 35 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 35 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 34 39 20

45 58 50 55 4E 47 45 0D 0A 2A 20 31 34 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 34 37 20 45 58 50 55 4E 47

45 0D 0A 2A 20 31 34 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 34 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31

34 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 34 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 34 32 20 45 58 50

55 4E 47 45 0D 0A 2A 20 31 34 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 34 30 20 45 58 50 55 4E 47 45 0D 0A

2A 20 31 33 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 33 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 33 37 20

45 58 50 55 4E 47 45 0D 0A 2A 20 31 33 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 33 35 20 45 58 50 55 4E 47

45 0D 0A 2A 20 31 33 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 33 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31

33 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 33 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 33 30 20 45 58 50

55 4E 47 45 0D 0A 2A 20 31 32 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 32 38 20 45 58 50 55 4E 47 45 0D 0A

2A 20 31 32 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 32 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 32 35 20

45 58 50 55 4E 47 45 0D 0A 2A 20 31 32 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 32 33 20 45 58 50 55 4E 47

45 0D 0A 2A 20 31 32 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 32 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31

31 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 31 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 31 37 20 45 58 50

55 4E 47 45 0D 0A 2A 20 31 31 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 31 35 20 45 58 50 55 4E 47 45 0D 0A

2A 20 31 31 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 31 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 31 32 20

45 58 50 55 4E 47 45 0D 0A 2A 20 31 31 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 31 30 20 45 58 50 55 4E 47

45 0D 0A 2A 20 31 30 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 30 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31

30 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 30 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 30 35 20 45 58 50

55 4E 47 45 0D 0A 2A 20 31 30 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 30 33 20 45 58 50 55 4E 47 45 0D 0A

2A 20 31 30 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 30 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 30 30 20

45 58 50 55 4E 47 45 0D 0A 2A 20 39 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 39 38 20 45 58 50 55 4E 47 45 0D

0A 2A 20 39 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 39 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 39 35 20 45 58

50 55 4E 47 45 0D 0A 2A 20 39 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 39 33 20 45 58 50 55 4E 47 45 0D 0A 2A

20 39 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 39 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 38 39 20 45 58 50 55

4E 47 45 0D 0A 2A 20 38 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 38 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 38

36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 38 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 38 34 20 45 58 50 55 4E 47

45 0D 0A 2A 20 38 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 38 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 38 31 20

45 58 50 55 4E 47 45 0D 0A 2A 20 38 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 39 20 45 58 50 55 4E 47 45 0D

0A 2A 20 37 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 36 20 45 58

50 55 4E 47 45 0D 0A 2A 20 37 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 34 20 45 58 50 55 4E 47 45 0D 0A 2A

20 37 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 31 20 45 58 50 55

4E 47 45 0D 0A 2A 20 37 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36

38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 36 20 45 58 50 55 4E 47

45 0D 0A 2A 20 36 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 33 20

45 58 50 55 4E 47 45 0D 0A 2A 20 36 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 31 20 45 58 50 55 4E 47 45 0D

0A 2A 20 36 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 38 20 45 58

50 55 4E 47 45 0D 0A 2A 20 35 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 36 20 45 58 50 55 4E 47 45 0D 0A 2A

20 35 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 33 20 45 58 50 55

4E 47 45 0D 0A 2A 20 35 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35

30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 38 20 45 58 50 55 4E 47

45 0D 0A 2A 20 34 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 35 20

45 58 50 55 4E 47 45 0D 0A 2A 20 34 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 31 20 45 58 50 55 4E 47 45 0D

0A 2A 20 34 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 38 20 45 58

50 55 4E 47 45 0D 0A 2A 20 33 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 36 20 45 58 50 55 4E 47 45 0D 0A 2A

20 33 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 33 20 45 58 50 55

4E 47 45 0D 0A 2A 20 33 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33

30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 38 20 45 58 50 55 4E 47

45 0D 0A 2A 20 32 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 35 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 33 20 45 58 50 55 4E 47 45 0D

0A 2A 20 32 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 32 30 20 45 58

50 55 4E 47 45 0D 0A 2A 20 31 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 38 20 45 58 50 55 4E 47 45 0D 0A 2A

20 31 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 36 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 35 20 45 58 50 55

4E 47 45 0D 0A 2A 20 31 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31

32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 31 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 30 20 45 58 50 55 4E 47

45 0D 0A 2A 20 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 20 45 58 50 55 4E 47 45 0D 0A 2A 20 36 20 45 58 50

55 4E 47 45 0D 0A 2A 20 35 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 20 45 58 50 55 4E 47 45 0D 0A 2A 20 33 20

45 58 50 55 4E 47 45 0D 0A 2A 20 32 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 20 45 58 50 55 4E 47 45 0D 0A 2A

20 39 20 45 58 49 53 54 53 0D 0A 52 30 30 32 46 42 20 4F 4B 20 45 58 50 55 4E 47 45 20 63 6F 6D 70 6C 65 74

65 64 2E 0D 0A

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 755 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 754 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 753 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 752 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 751 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 750 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 749 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 747 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 746 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 744 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 743 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 742 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 741 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 740 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 739 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 738 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 737 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 736 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 735 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 734 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 733 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 732 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 731 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 730 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 729 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 728 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 727 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 726 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 725 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 724 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 723 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 722 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 721 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 720 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 719 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 718 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 717 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 716 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 715 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 714 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 713 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 712 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 711 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 710 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 709 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 708 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 707 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 706 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 705 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 704 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 703 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 702 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 701 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 700 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 699 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 698 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 697 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 696 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 695 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 694 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 693 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 692 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 691 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 690 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 689 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 688 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 687 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 686 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 685 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 684 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 683 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 682 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 681 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 680 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 679 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 678 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 677 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 676 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 675 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 674 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 673 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 672 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 671 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 670 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 669 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 668 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 667 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 666 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 665 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 664 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 663 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 662 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 661 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 660 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 659 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 658 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 657 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 656 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 655 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 654 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 653 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 652 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 651 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 650 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 649 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 648 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 647 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 646 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 645 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 644 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 643 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 642 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 641 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 640 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 639 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 638 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 637 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 636 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 635 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 634 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 633 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 632 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 631 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 630 EXPUNGE

ImapClient [11-15-2011 13:19:25.65] Information - Response: * 629 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 628 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 627 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 626 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 625 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 624 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 623 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 622 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 621 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 620 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 619 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 618 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 617 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 616 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 615 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 614 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 613 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 612 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 611 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 610 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 609 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 608 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 607 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 606 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 605 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 604 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 603 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 602 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 601 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 600 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 599 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 598 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 597 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 596 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 595 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 594 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 593 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 592 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 591 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 590 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 589 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 588 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 587 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 586 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 585 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 584 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 583 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 582 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 581 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 580 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 579 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 578 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 577 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 576 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 575 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 574 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 573 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 572 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 571 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 570 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 569 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 568 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 567 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 566 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 565 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 564 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 563 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 562 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 561 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 560 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 559 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 558 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 557 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 556 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 555 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 554 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 553 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 552 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 551 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 550 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 549 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 548 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 547 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 546 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 545 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 544 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 543 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 542 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 541 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 540 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 539 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 538 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 537 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 536 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 535 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 534 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 533 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 532 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 531 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 530 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 529 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 528 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 527 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 526 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 525 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 524 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 523 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 522 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 520 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 519 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 518 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 517 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 516 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 515 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 514 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 513 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 512 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 511 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 510 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 509 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 508 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 507 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 506 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 505 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 504 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 503 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 502 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 501 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 500 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 499 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 498 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 497 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 496 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 495 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 494 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 493 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 492 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 491 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 490 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 489 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 488 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 487 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 486 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 485 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 484 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 483 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 482 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 481 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 480 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 479 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 478 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 477 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 476 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 475 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 474 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 473 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 472 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 471 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 470 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 469 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 468 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 467 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 466 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 465 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 464 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 463 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 462 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 461 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 460 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 459 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 458 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 457 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 456 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 455 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 454 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 453 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 452 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 451 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 450 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 449 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 448 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 447 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 446 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 445 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 444 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 443 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 442 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 441 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 440 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 439 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 438 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 437 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 436 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 435 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 434 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 433 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 432 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 431 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 430 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 429 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 428 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 427 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 426 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 425 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 424 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 423 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 422 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 421 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 420 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 419 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 418 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 417 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 416 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 415 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 414 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 413 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 412 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 411 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 410 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 409 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 408 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 407 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 406 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 405 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 404 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 403 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 402 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 401 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 400 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 399 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 398 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 397 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 396 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 395 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 394 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 393 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 392 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 391 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 390 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 389 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 388 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 387 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 386 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 385 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 384 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 383 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 382 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 381 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 380 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 379 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 378 EXPUNGE

ImapClient [11-15-2011 13:19:25.67] Information - Response: * 377 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 376 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 375 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 374 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 373 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 372 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 371 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 370 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 369 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 368 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 367 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 366 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 365 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 364 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 363 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 362 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 361 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 360 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 359 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 358 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 357 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 356 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 355 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 354 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 353 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 352 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 351 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 350 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 349 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 348 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 347 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 346 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 345 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 344 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 343 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 342 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 341 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 340 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 339 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 338 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 337 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 336 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 335 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 334 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 333 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 332 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 331 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 330 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 329 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 328 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 327 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 326 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 325 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 324 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 323 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 322 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 321 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 320 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 319 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 318 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 317 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 316 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 315 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 314 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 313 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 312 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 311 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 310 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 309 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 308 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 307 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 306 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 305 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 304 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 303 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 302 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 301 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 300 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 299 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 298 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 297 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 296 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 295 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 294 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 293 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 292 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 291 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 290 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 289 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 288 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 287 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 286 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 285 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 284 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 283 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 282 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 281 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 280 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 279 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 278 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 277 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 276 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 275 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 274 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 273 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 272 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 271 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 270 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 269 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 268 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 267 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 266 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 265 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 264 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 263 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 262 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 261 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 260 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 259 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 258 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 257 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 256 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 255 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 254 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 253 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 252 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 251 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 250 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 249 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 248 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 247 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 246 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 245 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 244 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 243 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 242 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 241 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 240 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 239 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 238 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 237 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 236 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 235 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 234 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 233 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 232 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 231 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 230 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 229 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 228 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 227 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 226 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 225 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 224 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 223 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 222 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 221 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 220 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 219 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 218 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 217 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 216 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 215 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 214 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 213 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 212 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 211 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 210 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 209 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 208 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 207 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 206 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 205 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 204 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 203 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 202 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 201 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 200 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 199 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 198 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 197 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 196 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 195 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 194 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 193 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 192 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 191 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 190 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 189 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 188 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 187 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 186 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 185 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 184 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 183 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 182 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 181 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 180 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 179 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 178 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 177 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 176 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 175 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 174 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 173 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 172 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 171 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 170 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 169 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 168 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 167 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 166 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 165 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 164 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 163 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 162 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 161 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 160 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 159 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 158 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 157 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 155 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 154 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 153 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 152 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 151 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 150 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 149 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 148 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 147 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 146 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 145 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 144 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 143 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 142 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 141 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 140 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 139 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 138 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 137 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 136 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 135 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 134 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 133 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 132 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 131 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 130 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 129 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 128 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 127 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 126 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 125 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 124 EXPUNGE

ImapClient [11-15-2011 13:19:25.68] Information - Response: * 123 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 122 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 120 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 119 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 118 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 117 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 116 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 115 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 114 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 113 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 112 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 111 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 110 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 109 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 108 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 107 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 106 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 105 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 104 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 103 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 102 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 101 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 100 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 99 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 98 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 97 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 96 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 95 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 94 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 93 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 91 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 90 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 89 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 88 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 87 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 86 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 85 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 84 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 83 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 82 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 81 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 80 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 79 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 78 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 77 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 76 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 75 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 74 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 73 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 72 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 71 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 70 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 69 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 68 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 67 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 66 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 65 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 64 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 63 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 62 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 61 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 60 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 59 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 58 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 57 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 56 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 55 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 54 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 53 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 52 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 51 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 50 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 49 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 48 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 47 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 46 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 45 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 42 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 41 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 40 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 39 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 38 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 37 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 36 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 35 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 34 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 33 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 32 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 31 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 30 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 29 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 28 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 27 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 26 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 25 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 24 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 23 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 22 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 21 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 20 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 19 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 18 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 17 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 16 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 15 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 14 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 13 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 12 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 11 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 10 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 8 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 7 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 6 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 5 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 4 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 3 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 2 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 1 EXPUNGE

ImapClient [11-15-2011 13:19:25.70] Information - Response: * 9 EXISTS

ImapClient [11-15-2011 13:19:25.70] Information - Response: R002FB OK EXPUNGE completed.

ImapClient [11-15-2011 13:19:31.94] Information - Command: R002FC COPY 1:8,10:42,45:91,93:120,122:155,157:520,522:744,746,747,749:755 Bounces-Identified

ImapClient [11-15-2011 13:19:31.94] Verbose - Info: Data received from the server:

52 30 30 32 46 43 20 4E 4F 20 54 68 65 20 73 70 65 63 69 66 69 65 64 20 6D 65 73 73 61 67 65 20 73 65 74 20

69 73 20 69 6E 76 61 6C 69 64 2E 0D 0A

ImapClient [11-15-2011 13:19:31.94] Information - Response: R002FC NO The specified message set is invalid.

ImapClient [11-15-2011 13:19:31.94] Error - Info: ComponentPro.Net.Mail.ImapException: The specified message set is invalid (NO).

at ComponentPro.Net.Mail.ImapClient.(String , ImapResponse , Boolean )

at ComponentPro.Net.Mail.ImapClient.(String , ImapResponse )

at ComponentPro.Net.Mail.ImapClient.(String , MailMessage , Object[] )

at ComponentPro.Net.Mail.ImapClient.CopyMessage(ImapMessageIdSet messageSet, String destinationFolder)

ImapClient [11-15-2011 13:19:55.36] Information - Command: R002FD COPY 1:8,10:42,45:91,93:120,122:155,157:520,522:744,746,747,749:755 Bounces-Identified

ImapClient [11-15-2011 13:19:55.36] Verbose - Info: Data received from the server:

52 30 30 32 46 44 20 4E 4F 20 54 68 65 20 73 70 65 63 69 66 69 65 64 20 6D 65 73 73 61 67 65 20 73 65 74 20

69 73 20 69 6E 76 61 6C 69 64 2E 0D 0A

ImapClient [11-15-2011 13:19:55.36] Information - Response: R002FD NO The specified message set is invalid.

ImapClient [11-15-2011 13:19:55.36] Error - Info: ComponentPro.Net.Mail.ImapException: The specified message set is invalid (NO).

at ComponentPro.Net.Mail.ImapClient.(String , ImapResponse , Boolean )

at ComponentPro.Net.Mail.ImapClient.(String , ImapResponse )

at ComponentPro.Net.Mail.ImapClient.(String , MailMessage , Object[] )

at ComponentPro.Net.Mail.ImapClient.CopyMessage(ImapMessageIdSet messageSet, String destinationFolder)

 
answered 11/16/2017 12:41:36 AM
add a comment
0
Hi Support,

Have you had a chance to review the log output you requested?

I can also create a .pst file with the messages that caused the exception if you like!

Kind regards,
Michael
 
answered 11/16/2017 12:41:36 AM
add a comment
0
Hi,

The mail server is Exchange Server 2007.

Some of the messages gets moved, if I move them one-by-one using MoveMessage(SequenceID), but at some point the respons starts to be the "The specified message set is invalid...". That error is returned some times, and then the IMAP4 connection itself closes (maybe due to the number of errors?).

If I instead, collect all the Sequence Id's, convert them to a MessageSet and try to move them all in one MoveMessage call, the exception is consistently "The specified message set is invalid...".

regards,
michael
 
answered 11/16/2017 12:41:36 AM
add a comment
0
Hi Support,

Below is the last part of the Trace file, where we try to move the messages. Note, that it seems that it is some certain kind of messages that throws the exception in your component. In the run Below, I have pulled out 755 messages to iterate:

ImapClient [11-14-2011 11:08:48.05] Information - Response: ...39105 bytes...

ImapClient [11-14-2011 11:08:48.05] Verbose - Info: Data received from the server:

20 46 4C 41 47 53 20 28 5C 53 65 65 6E 20 5C 52 65 63 65 6E 74 29 29 0D 0A

ImapClient [11-14-2011 11:08:48.05] Information - Response: FLAGS (\Seen \Recent))

ImapClient [11-14-2011 11:08:48.20] Verbose - Info: Data received from the server:

52 30 30 33 30 34 20 4F 4B 20 46 45 54 43 48 20 63 6F 6D 70 6C 65 74 65 64 2E 0D 0A

ImapClient [11-14-2011 11:08:48.20] Information - Response: R00304 OK FETCH completed.

ComponentPro.Net.Mail.BounceInspector [11-14-2011 11:08:48.20] Verbose - Info: Message file:, 0 signature(s) have been tested

ImapClient [11-14-2011 11:08:48.22] Information - Command: R00305 EXPUNGE

ImapClient [11-14-2011 11:08:48.65] Verbose - Info: Data received from the server:

2A 20 34 37 38 20 45 58 50 55 4E 47 45 0D 0A 2A 20 34 37 30 20 45 58 50 55 4E 47 45 0D 0A 2A 20 35 35 20 45

58 50 55 4E 47 45 0D 0A 2A 20 34 39 20 45 58 50 55 4E 47 45 0D 0A 2A 20 31 33 20 45 58 50 55 4E 47 45 0D 0A

2A 20 33 20 45 58 50 55 4E 47 45 0D 0A 2A 20 37 35 35 20 45 58 49 53 54 53 0D 0A 52 30 30 33 30 35 20 4F 4B

20 45 58 50 55 4E 47 45 20 63 6F 6D 70 6C 65 74 65 64 2E 0D 0A

ImapClient [11-14-2011 11:08:48.65] Information - Response: * 478 EXPUNGE

ImapClient [11-14-2011 11:08:48.65] Information - Response: * 470 EXPUNGE

ImapClient [11-14-2011 11:08:48.65] Information - Response: * 55 EXPUNGE

ImapClient [11-14-2011 11:08:48.65] Information - Response: * 49 EXPUNGE

ImapClient [11-14-2011 11:08:48.65] Information - Response: * 13 EXPUNGE

ImapClient [11-14-2011 11:08:48.65] Information - Response: * 3 EXPUNGE

ImapClient [11-14-2011 11:08:48.65] Information - Response: * 755 EXISTS

ImapClient [11-14-2011 11:08:48.65] Information - Response: R00305 OK EXPUNGE completed.

ImapClient [11-14-2011 11:08:48.67] Information - Command: R00306 STATUS Bounces2 (UNSEEN)

ImapClient [11-14-2011 11:08:48.67] Verbose - Info: Data received from the server:

2A 20 53 54 41 54 55 53 20 42 6F 75 6E 63 65 73 32 20 28 55 4E 53 45 45 4E 20 30 29 20 0D 0A 52 30 30 33 30

36 20 4F 4B 20 53 54 41 54 55 53 20 63 6F 6D 70 6C 65 74 65 64 2E 0D 0A

ImapClient [11-14-2011 11:08:48.67] Information - Response: * STATUS Bounces2 (UNSEEN 0)

ImapClient [11-14-2011 11:08:48.67] Information - Response: R00306 OK STATUS completed.

ImapClient [11-14-2011 11:08:48.69] Information - Command: R00307 SELECT Bounces2

ImapClient [11-14-2011 11:08:48.81] Verbose - Info: Data received from the server:

2A 20 37 35 35 20 45 58 49 53 54 53 0D 0A 2A 20 30 20 52 45 43 45 4E 54 0D 0A 2A 20 46 4C 41 47 53 20 28 5C

53 65 65 6E 20 5C 41 6E 73 77 65 72 65 64 20 5C 46 6C 61 67 67 65 64 20 5C 44 65 6C 65 74 65 64 20 5C 44 72

61 66 74 20 24 4D 44 4E 53 65 6E 74 29 0D 0A 2A 20 4F 4B 20 5B 50 45 52 4D 41 4E 45 4E 54 46 4C 41 47 53 20

28 5C 53 65 65 6E 20 5C 41 6E 73 77 65 72 65 64 20 5C 46 6C 61 67 67 65 64 20 5C 44 65 6C 65 74 65 64 20 5C

44 72 61 66 74 20 24 4D 44 4E 53 65 6E 74 29 5D 20 50 65 72 6D 61 6E 65 6E 74 20 66 6C 61 67 73 0D 0A 2A 20

4F 4B 20 5B 55 49 44 56 41 4C 49 44 49 54 59 20 34 37 37 38 5D 20 55 49 44 56 41 4C 49 44 49 54 59 20 76 61

6C 75 65 0D 0A 2A 20 4F 4B 20 5B 55 49 44 4E 45 58 54 20 32 30 33 36 5D 20 54 68 65 20 6E 65 78 74 20 75 6E

69 71 75 65 20 69 64 65 6E 74 69 66 69 65 72 20 76 61 6C 75 65 0D 0A 52 30 30 33 30 37 20 4F 4B 20 5B 52 45

41 44 2D 57 52 49 54 45 5D 20 53 45 4C 45 43 54 20 63 6F 6D 70 6C 65 74 65 64 2E 0D 0A

ImapClient [11-14-2011 11:08:48.81] Information - Response: * 755 EXISTS

ImapClient [11-14-2011 11:08:48.81] Information - Response: * 0 RECENT

ImapClient [11-14-2011 11:08:48.81] Information - Response: * FLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)

ImapClient [11-14-2011 11:08:48.81] Information - Response: * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)] Permanent flags

ImapClient [11-14-2011 11:08:48.81] Information - Response: * OK [UIDVALIDITY 4778] UIDVALIDITY value

ImapClient [11-14-2011 11:08:48.81] Information - Response: * OK [UIDNEXT 2036] The next unique identifier value

ImapClient [11-14-2011 11:08:48.81] Information - Response: R00307 OK [READ-WRITE] SELECT completed.

ImapClient [11-14-2011 11:08:49.62] Information - Command: R00308 EXPUNGE

ImapClient [11-14-2011 11:08:50.12] Verbose - Info: Data received from the server:

52 30 30 33 30 38 20 4F 4B 20 45 58 50 55 4E 47 45 20 63 6F 6D 70 6C 65 74 65 64 2E 0D 0A

ImapClient [11-14-2011 11:08:50.12] Information - Response: R00308 OK EXPUNGE completed.

ImapClient [11-14-2011 11:08:50.14] Information - Command: R00309 COPY 1:9,11:44,47:95,97:124,126:159,161:526,528:750,752,753,755:761 Bounces-Identified

ImapClient [11-14-2011 11:08:50.14] Verbose - Info: Data received from the server:

52 30 30 33 30 39 20 4E 4F 20 54 68 65 20 73 70 65 63 69 66 69 65 64 20 6D 65 73 73 61 67 65 20 73 65 74 20

69 73 20 69 6E 76 61 6C 69 64 2E 0D 0A

ImapClient [11-14-2011 11:08:50.14] Information - Response: R00309 NO The specified message set is invalid.

ImapClient [11-14-2011 11:08:50.15] Error - Info: ComponentPro.Net.Mail.ImapException: The specified message set is invalid (NO).

at ComponentPro.Net.Mail.ImapClient.(String , ImapResponse , Boolean )

at ComponentPro.Net.Mail.ImapClient.(String , ImapResponse )

at ComponentPro.Net.Mail.ImapClient.(String , MailMessage , Object[] )

at ComponentPro.Net.Mail.ImapClient.CopyMessage(ImapMessageIdSet messageSet, String destinationFolder)



The Code where we move the messages, looks like this:

ImapMessageIdSet set = null;

if (MoveToIdentified.Count > 0 && !string.IsNullOrEmpty(IdentifiedMailBox))

{

Trace.TraceInformation("{0} Messages will be moved to the Identified Folder {1}", MoveToIdentified.Count, IdentifiedMailBox);

set = new ImapMessageIdSet(MoveToIdentified.ToArray());

client.MoveMessage(set, IdentifiedMailBox);

}

if (MoveToNonIdentified.Count > 0 && !string.IsNullOrEmpty(NonIdentifiedMailBox))

{

Trace.TraceInformation("{0} Messages will be moved to the Non-Identified Folder {1}", MoveToNonIdentified.Count, NonIdentifiedMailBox);

set = new ImapMessageIdSet(MoveToNonIdentified.ToArray());

client.MoveMessage(set, NonIdentifiedMailBox);

}


If you need more information, please contact me here or on email.

Kind Regards,
Michael

 
answered 11/16/2017 12:41:36 AM
add a comment
0
It would be great if you can also send us a log file generated by our component. Please see this topic: /Adding log
edited 12/5/2017 5:03:06 PM
answered 11/16/2017 12:41:36 AM
add a comment
0
The log shows that a command EXPUNGE (remove all marked messages) was issued prior to your code segment that has MoveMessage usage. If one or more messages in the list have been removed before calling MoveMessage, you will get that error.
 
answered 11/16/2017 12:41:36 AM
add a comment
0
A new version is hopefully coming in this month if there is no urgent fix. It has many improvements and bug fixes (including some bug fixes for MSExchange) in both the Bounce Inspector and Mail components.
 
answered 11/16/2017 12:41:36 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged imap or ask your own question.