GET/users/{userId}/mail/migration/imap
Gets the status of IMAP email migration for a specified email account.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
mail
mail.read
| Parameter | Type | Description |
|---|---|---|
| userId | string | Member ID (must be URL-encoded)
required example : me |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| startedTime | string | Migration start time required |
| totalMailCount | integer | Number of migrated messages required |
| port | integer | IMAP port required |
| completedTime | string | Migration end time |
| importedEmail | string | IMAP email address |
| useSsl | boolean | Indicates whether to use SSL. required |
| status | string | Migration status
required |
example
1{2 "startedTime": "2024-03-12 13:43:58",3 "totalMailCount": 0,4 "port": 993,5 "completedTime": "",6 "importedEmail": "user1@example.com",7 "email": "",8 "useSsl": true,9 "status": "In progress"10}Bad Request
Forbidden
Request Timeout