bd68145460
Rollup of CL's 140586, 140598, 140600, 140655, 140656 (partial), 141082 (partial). All unit tests pass. Simple functional tests: Create IMAP & POP3 accounts. For each account: Download messages. Send message. Check account settings. Delete account. Original author: stadler Merged from: //branches/donutburger/... Automated import of CL 143282
19 lines
653 B
XML
19 lines
653 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Email stores that are considered "universal" and are appropriate for *all* android
|
|
platform devices should be defined in senders.xml.
|
|
|
|
Entries that are device, product or carrier-specific should be added as overlays
|
|
in the appropriate senders_product.xml file.
|
|
|
|
Because overlays must correspond to an existing platform resource, this empty placeholder
|
|
is included in the platform build.
|
|
-->
|
|
|
|
<senders_products>
|
|
|
|
<!-- THIS SECTION MUST REMAIN EMPTY -->
|
|
<!-- Actual entries should be in the overlay files found elsewhere -->
|
|
|
|
</senders_products>
|