


  1> Install BeyondInboxCommander on MAC. 
 	Refer: http://www.beyondinbox.com/documentation/mail-backup--how-to-install-beyond-inbox-commander.html
 	
  2> Get License. 
  
  
  
  
  
	       A. Download Trail License-

			1.On unzipping BeyondInboxCommander-<version>.zip file, you will get BeyondInboxCommander.jar.
			2.You need to run BeyondInboxCommander.jar.
			3.Go to System>>Application>>Utility>>Terminal.
			4.It will open command prompt. Run commander on Terminal.

					e.g if you have extracted BeyondInboxCommander on Desktop 
				Go to cd \Users\Tom\Desktop\BeyondInboxCommander-<version>
				Then ~\Users\Tom\Desktop\BeyondInboxCommander-<version>\java -Xmx512m -jar BeyondInboxCommander.jar -action:backup 


			5.Then it prompt messages as-
				Sorry, we did not find license for BeyondInboxCommander at location \Users\Tom\Desktop\BeyondInboxCommander-<version>
				Do you want to use trial version [YES/NO] : YES
				Do you need to set proxy setting  [YES/NO] : NO
			6.In few minutes you get trail license at home folder of BeyondInboxCommander.

		B. For Activating Commander-

			1.On unzip BeyondInboxCommander-<version>.zip you will get BeyondInboxCommander.jar in BBeyondInboxCommander-<version> folder.
			2.You need to run BeyondInboxCommander.jar.
			3.Go to System>>Application>>Utility>>Terminal.
			4.It will open command prompt. Run commander on Terminal.
				e.g if you have extracted BeyondInboxCommander on Desktop 
				Go to cd \Users\Tom\Desktop\BeyondInboxCommander-<version>
				Then ~\Users\Tom\Desktop\BeyondInboxCommander-<version>\java -Xmx512m -jar BeyondInboxCommander.jar -action:backup 
			5.If you want to activate then follow-
				Do you want to use trial version [YES/NO] : NO  (Type No to get Valid license.)
				Do you want to activate the product [YES/NO] : YES  (Type Yes to get Valid license.)
				Please enter your email id : <email_id-by-which-you-activated>
				Please enter activation key : <activation_key-which-you-got-in-mail-account>
				Do you need to set proxy setting [YES/NO] : NO
			6.You will get the valid license at home directory. 
  

  


  3> Edit BeyondInboxCommander configuration file.

	1. If BeyondInboxCommander configuration file does not exist it will show the message : 
		Configuration file '<BeyondInboxCommander Home>\config\BeyondInbox.xml' does not exist.
		Either use Beyond Inbox to configure BeyondInbox.xml file and then copy it at location <BeyondInboxCommander Home> or Edit BeyondInbox.xml manually.
		
		
        2. To edit BeyondInbox.xml manually
           
           1. open and edit the BeyondInbox.XML.
           2. You will find the <ImapConfig> tag in XML
	  like this 
	  
	  <ImapConfig Name="imapprofilename">
	  	<EmailId>example@example.com</EmailId>
	  	<Password>PlainText:Password</Password>
	  	<ImapServer>example.imapserver.com</ImapServer>
	  	<Port>993</Port>
	  	<SavedWithPassword>false</SavedWithPassword>
	  	<Index>OnlyHeaders</Index>
	  	<CommanderPwd>PlainText:Password</CommanderPwd>
          </ImapConfig>
          
          3. Replace "example@example.com" with the email id like john@gmail.com
          4. <Password> PlainText:Password </Password> and <CommanderPwd> PlainText:Password </CommanderPwd>- Provide the password of email id in place of Password  text, leave PlainText:  as it is.
          5. Replace "example.imapserver.com" with the corresponding IMAP server.
          6. Set the path where you want to take backup with the help of <DownloadPath> tag.
        
 
 
  4> For sendiing email report  for commander operation through BeyondInboxCommander, you need to create Email Configuration Profile. 
     To  save Email Configuration follow the given steps 
  	1.open and edit the BeyondInbox.XML.
	2.You will find the <SMTPServers> tag in XML
	  like this 
	    <SMTPServers>
                   <SMTPServer Name="emailprofilename" Status="ON">
                   <From>example1@example.com</From>
                   <To>example2@example.com</To>
                   <Cc>example3@example.com</Cc>
                   <Bcc>example4@example.com</Bcc>
                   <Port>25</Port>
                   <Secure>Yes</Secure>
                   <ServerName>example.server.com</ServerName>
                   <Password>PlainText:Password</Password>
       </SMTPServer>
	4.You will find <Password> tag with value "PlainText:Password"
	5.Now replace the Password with your desired Password.
	6.Now replace other given tag with desired value.
	7.Save your changes and close the  BeyondInbox.XML.
	
    
    
   5> Run BeyondInboxCommander at terminal and give command like this 
       e.g.	
    
       java -Xmx512m -jar BeyondInboxCommander.jar -action:backup  -imapprofilename:<IMAP Profile> -emailprofile:<Email Profile Name>
       
     Refer : http://www.beyondinbox.com/documentation/mail-backup--how-to-backup-emails-using-commander.html
       
       
	
	

 


