mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Fix typos
This commit is contained in:
parent
ab9968e71f
commit
ef8fbb427e
@ -36,18 +36,18 @@
|
|||||||
|
|
||||||
Valid incoming uri schemes are:
|
Valid incoming uri schemes are:
|
||||||
imap+tls+ IMAP with required TLS transport security.
|
imap+tls+ IMAP with required TLS transport security.
|
||||||
If TLS is not available the conneciton fails.
|
If TLS is not available the connection fails.
|
||||||
imap+ssl+ IMAP with required SSL transport security.
|
imap+ssl+ IMAP with required SSL transport security.
|
||||||
If SSL is not available the connection fails.
|
If SSL is not available the connection fails.
|
||||||
|
|
||||||
pop3+tls+ POP3 with required TLS transport security.
|
pop3+tls+ POP3 with required TLS transport security.
|
||||||
If TLS is not available the conneciton fails.
|
If TLS is not available the connection fails.
|
||||||
pop3+ssl+ POP3 with required SSL transport security.
|
pop3+ssl+ POP3 with required SSL transport security.
|
||||||
If SSL is not available the connection fails.
|
If SSL is not available the connection fails.
|
||||||
|
|
||||||
Valid outgoing uri schemes are:
|
Valid outgoing uri schemes are:
|
||||||
smtp+tls+ SMTP with required TLS transport security.
|
smtp+tls+ SMTP with required TLS transport security.
|
||||||
If TLS is not available the conneciton fails.
|
If TLS is not available the connection fails.
|
||||||
smtp+ssl+ SMTP with required SSL transport security.
|
smtp+ssl+ SMTP with required SSL transport security.
|
||||||
If SSL is not available the connection fails.
|
If SSL is not available the connection fails.
|
||||||
|
|
||||||
@ -64,7 +64,7 @@
|
|||||||
Valid substitution values for the username attribute are:
|
Valid substitution values for the username attribute are:
|
||||||
$email - the email address the user entered
|
$email - the email address the user entered
|
||||||
$user - the value before the @ sign in the email address the user entered
|
$user - the value before the @ sign in the email address the user entered
|
||||||
$domain - the value after the @ signin the email address the user entered
|
$domain - the value after the @ sign in the email address the user entered
|
||||||
|
|
||||||
The username attribute MUST be specified for the incoming element, so the POP3 or IMAP
|
The username attribute MUST be specified for the incoming element, so the POP3 or IMAP
|
||||||
server can identify the mailbox to be opened.
|
server can identify the mailbox to be opened.
|
||||||
|
Loading…
Reference in New Issue
Block a user