From 0f6b6bf411d16e063b9d37352d03887bf3055c26 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 13 Sep 1996 16:39:22 +0000 Subject: Add RPOP support. svn path=/trunk/; revision=94 --- fetchmail.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index d3645db1..64321b8a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -373,7 +373,10 @@ struct hostrec *queryctl; char *cp; printf(" Username = '%s'\n", queryctl->remotename); - printf(" Password = '%s'\n", queryctl->password); + if (queryctl->password) + printf(" Password = '%s'\n", queryctl->password); + if (queryctl->rpopid) + printf(" RPOP id = '%s'\n", queryctl->rpopid); printf(" Protocol is %s", showproto(queryctl->protocol)); if (queryctl->port) printf(" (using port %d)", queryctl->port); -- cgit v1.2.3