]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/usecases/pop.texi
Split usecases pages
[nncp.git] / doc / usecases / pop.texi
diff --git a/doc/usecases/pop.texi b/doc/usecases/pop.texi
new file mode 100644 (file)
index 0000000..5edc3e8
--- /dev/null
@@ -0,0 +1,15 @@
+@node UsecasePOP
+@section Lightweight fast POP3/IMAP4 replacement
+
+@ref{nncp-daemon} can be connected with @ref{nncp-caller} for a long
+time -- it can create TCP connection that lasts for many hours. When
+SMTP server receives mail, it will call @ref{nncp-exec} creating an
+outbound encrypted packet. Daemon checks outbound directory each second
+and immediately sends notification about undelivered packets to remote
+side, that also downloads it at once.
+
+There are only dozens of bytes notifying about incoming packets, dozens
+of bytes telling to download those packets. Mail packets are compressed
+(POP3 and IMAP4 as a rule do not). You have lightweight, compressed,
+low-delay, reliable link for the mail with strong encryption and mutual
+sides authentication!