My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
AppsForYourDomainMigrationClient: A simple application that
demonstrates how to migrate email messages to a Google Apps
email account.

To migrate mail as a Google Apps user, invoke as follows:

java AppsForYourDomainMigrationClient --username <user>
--password <password> --domain <domain>

For example:

java AppsForYourDomainMigrationClient --username jdoe
--password mypass --domain example.com

To migrate mail as a Google Apps administrator, also specify
the destination mailbox (username) for the mail upload:

java AppsForYourDomainMigrationClient --username <user>
--password <password> --domain <domain>
--destination_user <username>

For example:

java AppsForYourDomainMigrationClient --username admin
--password mypass --domain example.com --destination_user jdoe

By default, the sample application will migrate a simple,
example email message. You can also specify a message on disk,
assuming it is already in the RFC822 standard format, by passing
the --data_file argument:

java AppsForYourDomainMigrationClient --username jdoe
--password mypass --domain example.com
--data_file /home/jdoe/my_rfc822_message.txt

Change log

r27 by vbarathan on Nov 15, 2007   Diff
Added Google Apps Email Migration API.
Increment version to v1.15.0
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1193 bytes, 35 lines
Powered by Google Project Hosting