[git commit master] popmaildir: give examples in help text. +91 byte

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Mar 10 13:50:26 UTC 2010


On Wed, Mar 10, 2010 at 01:01:14PM +0100, Denys Vlasenko wrote:
>
>commit: http://git.busybox.net/busybox/commit/?id=eae697fb93362dd51365fdd5283128cb339b91c2
>branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Denys,

we have popmaildir_example_usage for examples, why did you put that into
the help-text?

>
>Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
>---
> include/usage.h |    9 +++++++--
> 1 files changed, 7 insertions(+), 2 deletions(-)
>
>diff --git a/include/usage.h b/include/usage.h
>index 4af90c4..f4259a1 100644
>--- a/include/usage.h
>+++ b/include/usage.h
>@@ -3484,13 +3484,18 @@
> /*   "\n	-c		Use tcpclient. Ignored" */ \
> /*   "\n	-a		Use APOP protocol. Implied. If server supports APOP -> use it" */ \
>      "\n	-s		Skip authorization" \
>-     "\n	-T		Get messages with TOP instead with RETR" \
>+     "\n	-T		Get messages with TOP instead of RETR" \
>      "\n	-k		Keep retrieved messages on the server" \
>      "\n	-t SEC		Network timeout" \
> 	IF_FEATURE_POPMAILDIR_DELIVERY( \
>-     "\n	-F \"PROG ARGS\"	Filter program. May be multiple" \
>+     "\n	-F \"PROG ARGS\"	Filter program (may be repeated)" \
>      "\n	-M \"PROG ARGS\"	Delivery program" \
> 	) \
>+     "\n" \
>+     "\nFetch from plain POP3 server:" \
>+     "\npopmaildir -k DIR nc pop3.server.com 110 <user_and_pass.txt" \
>+     "\nFetch from SSLed POP3 server and delete fetched emails:" \
>+     "\npopmaildir DIR -- openssl s_client -quiet -connect pop3.server.com:995 <user_and_pass.txt"
> /*   "\n	-R BYTES	Remove old messages on the server >= BYTES. Ignored" */
> /*   "\n	-Z N1-N2	Remove messages from N1 to N2 (dangerous). Ignored" */
> /*   "\n	-L BYTES	Don't retrieve new messages >= BYTES. Ignored" */


More information about the busybox-cvs mailing list