mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Split Outlook, Live, Hotmail
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
<string name="title_setup_wizard_new">I need a new email address</string>
|
||||
<string name="title_setup_wizard_remark">Go \'back\' to go to the inbox</string>
|
||||
<string name="title_setup_gmail" translatable="false">Gmail</string>
|
||||
<string name="title_setup_outlook" translatable="false">Outlook</string>
|
||||
<string name="title_setup_outlook" translatable="false">Outlook, Live, Hotmail</string>
|
||||
<string name="title_setup_oauth" translatable="false">%1$s (OAuth)</string>
|
||||
<string name="title_setup_activesync" translatable="false">Exchange ActiveSync</string>
|
||||
<string name="title_setup_other">Other provider</string>
|
||||
|
||||
@@ -20,8 +20,37 @@
|
||||
</provider>
|
||||
<provider
|
||||
name="Outlook"
|
||||
domain="outlook\\..*,live\\..*,hotmail\\..*"
|
||||
id="outlook"
|
||||
domain="outlook\\..*"
|
||||
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
|
||||
order="2"
|
||||
partial="false">
|
||||
<imap
|
||||
host="outlook.office365.com"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="smtp.office365.com"
|
||||
port="587"
|
||||
starttls="true" />
|
||||
</provider>
|
||||
<provider
|
||||
name="Live"
|
||||
domain="live\\..*"
|
||||
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
|
||||
order="2"
|
||||
partial="false">
|
||||
<imap
|
||||
host="outlook.office365.com"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="smtp.office365.com"
|
||||
port="587"
|
||||
starttls="true" />
|
||||
</provider>
|
||||
<provider
|
||||
name="Hotmail"
|
||||
domain="hotmail\\..*"
|
||||
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq14"
|
||||
order="2"
|
||||
partial="false">
|
||||
|
||||
Reference in New Issue
Block a user