pop3

Tiny pop3 client designed to be tunneled through ssh
git clone git://jacobedwards.org/pop3
Log | Files | Refs

commit 09b800be74cc3a017ed8760d90c9d9fa948df252
parent 17f6a5ade0d4673e039561af2ab2bf205ea662e4
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Sun, 10 Nov 2024 07:40:29 -0800

Remove CVS $$ tags

Until now this program used CVS so I could try it out, but I think
I'll stick with git for now, so I've converted it to a git repository.

Diffstat:
MMakefile | 2--
Mpop3.1 | 2--
Mpop3.c | 2--
3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,3 @@ -# $Id: Makefile,v 1.3 2023/05/14 06:09:51 jacob Exp $ - name = pop3 src = pop3.c obj = ${src:.c=.o} diff --git a/pop3.1 b/pop3.1 @@ -1,5 +1,3 @@ -.\" $Id: pop3.1,v 1.6 2022/04/04 14:59:27 jacob Exp $ -.\" .\" Copyright (c) 2022 Jacob R. Edwards .\" .\" Permission to use, copy, modify, and distribute this software for any diff --git a/pop3.c b/pop3.c @@ -1,5 +1,3 @@ -/* $Id: pop3.c,v 1.16 2023/05/18 21:07:01 jacob Exp $ */ - /* * Copyright (c) 2022, 2023 Jacob R. Edwards <jacob@jacobedwards.org> *