First commit w/ Email app support

* Add accounts hackishly (as per Gmail)

Change-Id: Ia809dbb351adcde67e973bdac3a93a0eefed5377
diff --git a/src/com/android/mail/providers/protos/boot/README b/src/com/android/mail/providers/protos/boot/README
new file mode 100644
index 0000000..2c80883
--- /dev/null
+++ b/src/com/android/mail/providers/protos/boot/README
@@ -0,0 +1,9 @@
+This is a temporary directory that is being used to enable content to be shown in the
+UnifiedEmail application
+
+This code should only be used for development.  For shipping, this code (or something similar)
+should go in the Gmail/Email overlay of UnifiedEmail.  But for now, this allows us to use a single
+application to test multiple content sources
+
+This code is just a shim to register existing accounts (Gmail and Email) from the device with the
+AccountCacheProvider.  All subsequent uris will actually be handled by the appropriate application.