Fixing vibe coding and adding more features

Going through code to ensure readability and removing redundancy's from Claude Code, also adding more mail services for forwarding and receiving.
This commit is contained in:
Tyler
2026-03-25 21:27:28 -04:00
committed by GitHub
parent 7ca1ebd466
commit a8dfb048fe
3 changed files with 157 additions and 16 deletions
+3 -2
View File
@@ -72,6 +72,7 @@ echo ""
green "Setup complete!"
echo ""
echo " Activate the environment: source .venv/bin/activate"
echo " Run first-time setup: python main.py --setup"
echo " Start MailRelay: python main.py"
echo " Run first-time setup: python mailrelay.py --setup"
echo " Start with Debug Logs: python mailrelay.py --debug"
echo " Start MailRelay: python mailrelay.py"
echo ""