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