Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. I/System.out(815): --------Inside onReceive of CallReceiver--------
  2. D/CallReceiver(815): Inside onReceive
  3. D/CallReceiver(815): -----Criteria matched-----
  4. D/EmailService(815): -----Inside On Start Command-----
  5. I/System.out(815): DEBUG: setDebug: JavaMail version 1.4.1
  6. D/GmailSenderService(815): from = 24adithya@gmail.com,
  7. D/GmailSenderService(815): recipient = 24adithya@gmail.com,
  8. D/GmailSenderService(815): replyTo = 24adithya@gmail.com,
  9. I/System.out(815): DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc.,1.4.1]
  10. I/System.out(815): DEBUG SMTP: useEhlo true, useAuth true
  11. I/System.out(815): DEBUG SMTP: useEhlo true, useAuth true
  12. I/System.out(815): DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 465, isSSL false
  13. I/System.out(815): 220 mx.google.com ESMTP qn3sm3719992pbc.6
  14. I/System.out(815): DEBUG SMTP: connected to host "smtp.gmail.com", port: 465
  15. I/System.out(815): EHLO localhost
  16. I/System.out(815): 250-mx.google.com at your service, [117.195.44.162]
  17. I/System.out(815): 250-SIZE 35882577
  18. I/System.out(815): 250-8BITMIME
  19. I/System.out(815): 250-AUTH LOGIN PLAIN XOAUTH
  20. I/System.out(815): 250 ENHANCEDSTATUSCODES
  21. I/System.out(815): DEBUG SMTP: Found extension "SIZE", arg "35882577"
  22. I/System.out(815): DEBUG SMTP: Found extension "8BITMIME", arg ""
  23. I/System.out(815): DEBUG SMTP: Found extension "AUTH", arg "LOGIN PLAIN XOAUTH"
  24. I/System.out(815): DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
  25. I/System.out(815): DEBUG SMTP: Attempt to authenticate
  26. I/System.out(815): AUTH LOGIN
  27. I/System.out(815): 334 VXNlcm5hbWU6
  28. I/System.out(815): MjRhZGl0aHlh
  29. I/System.out(815): 334 UGFzc3dvcmQ6
  30. I/System.out(815): I2EsZmF3a2VzKzE=
  31. I/System.out(815): 235 2.7.0 Accepted
  32. I/System.out(815): DEBUG SMTP: use8bit false
  33. I/System.out(815): MAIL FROM:<24adithya@gmail.com>
  34. I/System.out(815): 250 2.1.0 OK qn3sm3719992pbc.6
  35. I/System.out(815): RCPT TO:<24adithya@gmail.com>
  36. I/System.out(815): 250 2.1.5 OK qn3sm3719992pbc.6
  37. I/System.out(815): DEBUG SMTP: Verified Addresses
  38. I/System.out(815): DEBUG SMTP: 24adithya@gmail.com
  39. I/System.out(815): DATA
  40. I/System.out(815): 354 Go ahead qn3sm3719992pbc.6
  41. I/System.out(815): Sender: 24adithya@gmail.com
  42. I/System.out(815): To: 24adithya@gmail.com
  43. I/System.out(815): Message-ID: <1079654112.1.1344795799196.JavaMail.javamailuser@localhost>
  44. I/System.out(815): Subject: Test Subject
  45. I/System.out(815): MIME-Version: 1.0
  46. I/System.out(815): Content-Type: text/plain; charset=us-ascii
  47. I/System.out(815): Content-Transfer-Encoding: 7bit
  48. I/System.out(815):
  49. I/System.out(815): Hi, This is 5554
  50. I/System.out(815): .
  51. I/System.out(815): 250 2.0.0 OK 1344795807 qn3sm3719992pbc.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement