aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-30 17:48:13 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-30 17:48:13 +0000
commit3a842b296792850080bae4a4fa0db900421cbc06 (patch)
tree3b96fecaf14cbe0199d122b9a2e36202279dff1b /socket.c
parent453e03466352e99d3cfabce60e1d4d21a50972a7 (diff)
downloadfetchmail-3a842b296792850080bae4a4fa0db900421cbc06.tar.gz
fetchmail-3a842b296792850080bae4a4fa0db900421cbc06.tar.bz2
fetchmail-3a842b296792850080bae4a4fa0db900421cbc06.zip
Better documentation.
svn path=/trunk/; revision=438
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index 52f88e95..5033ed45 100644
--- a/socket.c
+++ b/socket.c
@@ -4,6 +4,12 @@
* These were designed and coded by Carl Harris <ceharris@mal.com>
* and are essentially unchanged from the ancestral popclient.
*
+ * Actually, this library shouldn't exist. We ought to be using
+ * stdio to buffer the socket descriptors. If that worked, we
+ * could have separate buffers for the mailserver and SMTP sockets,
+ * and we'd be able to handle responses longer than the socket
+ * atomic read size.
+ *
* For license terms, see the file COPYING in this directory.
*/