mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Merge pull request #329 from sjbarag/FastmailProviderConfig
Add IMAP provider info for fastmail.fm
This commit is contained in:
commit
463b33855b
@ -198,6 +198,11 @@
|
||||
<outgoing uri="smtp+ssl+://smtp.mail.yahoo.com" username="$email" />
|
||||
</provider>
|
||||
|
||||
<!-- Australia -->
|
||||
<provider id="fastmail-fm" label="Fastmail" domain="fastmail.fm">
|
||||
<incoming uri="imap+ssl+://mail.messagingengine.com" username="$email" />
|
||||
<outgoing uri="smtp+ssl+://mail.messagingengine.com" username="$email" />
|
||||
</provider>
|
||||
|
||||
<!-- UK -->
|
||||
<provider id="aol-uk" label="AOL" domain="aol.co.uk">
|
||||
|
Loading…
Reference in New Issue
Block a user