From 6904db79f00fd4b605e941a54e91b7f771680e15 Mon Sep 17 00:00:00 2001 From: lucielle Date: Wed, 25 Feb 2026 04:06:55 -0600 Subject: [PATCH] Init --- .gitignore | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7cf04ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +JustAMailProtocol/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..16b5a10 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Just A Mail Protocol + +JAMP, or Just A Mail Protocol, is, you guessed it, an email protocol. + +Just A fun project to work on. +Just A chance to learn and grow. +Just A cool take on network communication.