If you're checking the number of messages migrated in the web interface then
you're probably getting thrown off because it displays the number of
conversations rather than number of messages.

There might be more to it than message ID but in my experience (170000
accounts & many millions of messages migrated) it's been enough. That said,
we were never relying on our message ID tracking but only using it to reduce
the amount of mail we pushed up (local disk + CPU is faster than network +
API latency). If the occasional duplicate got through we trusted that Gmail
would sort it out, and we weren't disappointed.



On Thu, Jun 9, 2011 at 6:24 AM, Tomas Hajek <[email protected]> wrote:

> Hi Rob,
>   Thanks for the additional information.  I actually am tracking duplicate
> message-ids but there must be more to it.  During my migration where I have
> 199 messages that aren't in the web interface in "All Mail", my duplicate
> message detection found 1354 unique duplicates with 3456 total duplicate
> message-ids which is much greater than the 199 so if it is duplicate
> message-id it's only getting a subset or my duplicate message-id detection
> is faulty.
>   I'm basically looking for the first occurrence of "Message-id:" and then
> the next <.*>  either on the same line as "Message-id:" or the next line
> while reading the files from the file system and putting that into a Hash
> Table as the key and then the value in the Hash Table gets updated when I
> find another occurrence of the same message id key.
>   I will look at my code again and see if I have something odd there.
>
> thanks,
>
>  -Tomas
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Apps Domain Information and Management APIs" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-apps-mgmt-apis/-/bTFZbG8xZHBLSTBK.
>
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Apps Domain Information and Management APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-apps-mgmt-apis?hl=en.

Reply via email to