<p>FairEmail uses services and alarms, provides widgets and listens for the boot completed event to be started on device start, so it is not possible to store the app on external storage media, like an sdcard. See also <ahref="https://developer.android.com/guide/topics/data/install-location">here</a>.</p>
<p>FairEmail uses services and alarms, provides widgets and listens for the boot completed event to be started on device start, so it is not possible to store the app on external storage media, like an sdcard. See also <ahref="https://developer.android.com/guide/topics/data/install-location">here</a>.</p>
<p>Since the app is small anyway and the data files will be stored in the same place, the benefit would be limited anyway.</p>
<p>Messages, attachments, etc stored on external storage media, like an sdcard, can be accessed by other apps and is therefore not safe. See <ahref="https://developer.android.com/training/data-storage">here</a> for the details. Instead, consider to use <ahref="https://source.android.com/devices/storage/adoptable">adoptable storage</a>.</p>
<p>Messages, attachments, etc stored on external storage media, like an sdcard, can be accessed by other apps and is therefore not safe. See <ahref="https://developer.android.com/training/data-storage">here</a> for the details. Instead, consider to use <ahref="https://source.android.com/devices/storage/adoptable">adoptable storage</a>.</p>
<p>Since version 1.1829 is it possible to store attachments to external storage space private to the app (except for file managers) via an option in the debug panel. You can enable the debug panel by enabling debug mode in the miscellaneous settings (last option). To prevent ongoing operations from storing attachments at the old location you should disable receiving messages in the receive settings and wait until all operations have been completed before changing this option. Please be aware that removing the storage space will inevitably result in problems, which is one of the reasons why this option is hidden.</p>
<p>Since version 1.1829 is it possible to store attachments to external storage space private to the app (except for file managers) via an option in the debug panel. You can enable the debug panel by enabling debug mode in the miscellaneous settings (last option). To prevent ongoing operations from storing attachments at the old location you should disable receiving messages in the receive settings and wait until all operations have been completed before changing this option. Please be aware that removing the storage space will inevitably result in problems, which is one of the reasons why this option is hidden.</p>
<p>Moving messages to an sdcard is not an option because this would significantly reduce the response times of the app.</p>
<p>Moving messages to an sdcard is not an option because this would significantly reduce the response times of the app.</p>