]> Cypherpunks.ru repositories - nncp.git/blob - doc/usecases/pop.texi
Unify @ref and @command usage
[nncp.git] / doc / usecases / pop.texi
1 @node UsecasePOP
2 @cindex POP3 replacement
3 @cindex IMAP4 replacement
4 @section Lightweight fast POP3/IMAP4 replacement
5
6 @command{@ref{nncp-daemon}} can be connected with
7 @command{@ref{nncp-caller}} for a long time -- it can create TCP
8 connection that lasts for many hours. When SMTP server receives mail, it
9 will call @command{@ref{nncp-exec}} creating an outbound encrypted
10 packet. Daemon checks outbound directory each second and immediately
11 sends notification about undelivered packets to remote side, that also
12 downloads it at once.
13
14 There are only dozens of bytes notifying about incoming packets, dozens
15 of bytes telling to download those packets. Mail packets are compressed
16 (POP3 and IMAP4 as a rule do not). You have lightweight, compressed,
17 low-delay, reliable link for the mail with strong encryption and mutual
18 sides authentication!