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