Changeset 5454:cc67b008038c
- Timestamp:
- 2008-07-11 02:34:42 (3 months ago)
- Author:
- Rocco Rutte <pdmef@…>
- Branch:
- HEAD
- Message:
-
Mention that @ can be used in usernames in URLs
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5423
|
r5454
|
|
| 5804 | 5804 | Since all protocols by mutt support authentication, the username may be |
| 5805 | 5805 | given directly in the URL instead of using the <literal>pop_user</literal> or |
| 5806 | | <literal>imap_user</literal> variables. A password can be given, too but |
| 5807 | | is not recommended if the URL is specified in a configuration file on |
| 5808 | | disk. |
| | 5806 | <literal>imap_user</literal> variables. It may contain the ``@'' symbol |
| | 5807 | being used by many mail systems as part of the login name. A password can be |
| | 5808 | given, too but is not recommended if the URL is specified in a configuration |
| | 5809 | file on disk. |
| 5809 | 5810 | </para> |
| 5810 | 5811 | |