Subversion Repositories SmartDukaan

Rev

Rev 10058 | Rev 10065 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10058 Rev 10061
Line 45... Line 45...
45
import org.apache.thrift.transport.TTransportException;
45
import org.apache.thrift.transport.TTransportException;
46
 
46
 
47
 
47
 
48
public class FlipkartInventoryReconcillation {
48
public class FlipkartInventoryReconcillation {
49
 
49
 
50
 
50
	
51
	public static void main(String... args) throws ClientProtocolException, IOException, TException{
51
	public static void main(String... args) throws ClientProtocolException, IOException, TException{
52
		SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
52
		SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
53
		String emailFromAddress = "build@shop2020.in";
53
		String emailFromAddress = "build@shop2020.in";
54
		String password = "cafe@nes";
54
		String password = "cafe@nes";
55
		GmailUtils mailer = new GmailUtils();
55
		GmailUtils mailer = new GmailUtils();