# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 9
# self = https://watcher.sour.is/conv/3wbhefq
iii-xvi/go-localmail: STMP/IMAP server for testing purposes

Found this nice nifty little local SMTP + IMAP server and hacked it a little to work with Delta.Chat -- Which wasn't very hard to get going...

Rethinking our previous failed attempt at "Private Messaging" for Yarn.social 🤔
iii-xvi/go-localmail: STMP/IMAP server for testing purposes

Found this nice nifty little local SMTP + IMAP server and hacked it a little to work with Delta.Chat -- Which wasn't very hard to get going...

Rethinking our previous failed attempt at "Private Messaging" for Yarn.social 🤔
@prologic from the repo, "WARNING: not a real SMTP/IMAP server - not for production usage".
@fastidious Well obviously 😂
@fastidious Well obviously 😂
@prologic I've always used: docker run -p 1025:1025 -p 8025:8025 mailhog/mailhog
@lyse Ahh yesh in this case I wasn't using it for "testing" per se but to quickly validate some basic ideas around Delta.Chat -- Which if you read my other Yarn over at https://twtxt.net/conv/5bfu4hq you'll note that I'm changing my mind about DC's "worth" and "value".
@lyse Ahh yesh in this case I wasn't using it for "testing" per se but to quickly validate some basic ideas around Delta.Chat -- Which if you read my other Yarn over at https://twtxt.net/conv/5bfu4hq you'll note that I'm changing my mind about DC's "worth" and "value".
@prologic Yeah, working through the log I noticed this too. :-D