/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Network/Protocols/apop.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
POP authorisation
 
2
-----------------
 
3
user <user name>
 
4
password <password>
 
5
 
 
6
APOP authorisation
 
7
------------------
 
8
Server banner: +OK <####.############@hostname.domain>
 
9
apop <user name> MD5(<####.########@hostname.domain>password);
 
10
                '<' '>' included in MD5 summ
 
11