replicant-packages_apps_Email/emailcommon/src/com/android/emailcommon/utility
Martin Hibdon 601700a61e Get SSLSocketFactory from GmsCore
b/15721931
This follows an example pattern from GoogleHttpClient.
It tries to get the SSLCertificateSocketFactory from
GmsCore using reflection. If that fails, (because GmsCore
is not installed on the device) then it will fall back
to the platform implementation.
MailApplication sets a static object in SSLUtils that
allows it to get an externally created SSLCertifcateSocketFactory.
If this method is set, then it will use it, otherwise it
will fall back to the platform factory. This way there
is no reference to GmsCore in the AOSP email.

Change-Id: I0890fe4c3d79283fb98a4dc5a62a32efd320e52a
2014-10-02 10:54:52 -07:00
..
AttachmentUtilities.java Catch empty mime type and substitute application/octet-stream 2014-05-05 13:26:22 -07:00
CertificateRequestor.java Clean up cert activity handling 2014-06-05 13:21:08 -07:00
CountingOutputStream.java Fix IMAP message upsync to include attachments. 2014-03-26 11:49:38 -07:00
DelayedOperations.java Introducing DelayedOperations 2011-06-27 17:00:50 -07:00
EOLConvertingOutputStream.java More work on Imap2 2012-07-19 14:27:17 -07:00
EmailAsyncTask.java Mark otherwise unused method as @VisibleForTesting 2014-02-18 15:59:03 -08:00
EmailClientConnectionManager.java Switch null checks to TextUtils.isEmpty() 2014-08-07 14:11:02 -07:00
IntentUtilities.java Keep on getting a couldn't sign-in notification 2014-03-07 16:38:47 -08:00
LoggingInputStream.java Unify LogTag 2013-06-05 20:06:15 -07:00
SSLSocketFactory.java Revert "email: add support for Server Name Indication (SNI)" 2014-04-01 20:21:05 +00:00
SSLUtils.java Get SSLSocketFactory from GmsCore 2014-10-02 10:54:52 -07:00
Utility.java Move account backup/restore to userdata in AccountManager 2014-05-14 15:15:49 -07:00