1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Cleanup our Yahoo provider note

This commit is contained in:
Jesse Vincent 2010-06-08 02:37:09 +00:00
parent 07f9abe162
commit 845cd2a4da
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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"