mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
Cleanup our Yahoo provider note
This commit is contained in:
parent
07f9abe162
commit
845cd2a4da
@ -655,7 +655,6 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin
|
||||
<string name="account_clear_dlg_title">Clear Account</string>
|
||||
<string name="account_clear_dlg_instructions_fmt">All messages in \"<xliff:g id="account">%s</xliff:g>\" will be removed from K-9 Mail, but account settings will be retained.</string>
|
||||
|
||||
<string name="provider_note_yahoo">Free Yahoo! Mail accounts only work over T-Mobile wireless networks. Yahoo! Mail Plus users should configure POP settings manually.</string>
|
||||
<string name="provider_note_live">Only some \"Plus\" accounts include POP access
|
||||
allowing this program to connect. If you are not able to sign in with
|
||||
your correct email address and password, you may not have a paid
|
||||
|
@ -72,7 +72,7 @@
|
||||
username="$email" />
|
||||
<outgoing uri="smtp://smtp.aim.com:587" username="$email" />
|
||||
</provider>
|
||||
<provider id="yahoo" label="Yahoo" domain="yahoo.com" note="@string/provider_note_yahoo">
|
||||
<provider id="yahoo" label="Yahoo" domain="yahoo.com">
|
||||
<incoming uri="imap+tls://imap.mail.yahoo.com"
|
||||
username="$user" />
|
||||
<outgoing uri="smtp+tls://smtp.mobile.mail.yahoo.com"
|
||||
|
Loading…
Reference in New Issue
Block a user