Hi! Accordingly to Email Migration API docs - https://developers.google.com/google-apps/email-migration/, I can use following properties:
IS_DRAFTThe message should be marked as a draft when inserted. IS_INBOXThe message should appear in the Inbox, regardless of its labels. (By default, a migrated mail message will appear in the Inbox only if it has no labels.) IS_SENTThe message should be marked as "Sent Mail" when inserted. IS_STARREDThe message should be starred<https://support.google.com/mail/bin/answer.py?hl=en&answer=5904> when inserted. IS_TRASHThe message should be marked as "Trash" when inserted. IS_UNREADThe message should be marked as unread when inserted. Without this property, a migrated mail message is marked as read. I did a lot of email uploads, and from my tests I see that only IS_UNREAD, IS_STARRED, IS_DRAFT properties are works. All other properties: IS_INBOX, IS_TRASH, IS_SENT do nothing. Is this bug in Email Migration API? If not, how I can use IS_INBOX, IS_TRASH, IS_SENT properties? Thanks. -- 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/-/St_hL6G97IQJ. 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.
