Comment by 🎲 lab6

Re: "I literally just discovered Lagrange's ability to send…"

In: s/misfin

I am probably misunderstanding something but I wonder why misfin is a new protocol rather than a specialised use of Gemini. Why not just set up a Gemini server to receive input at a particular URL, and if the sender wants to be contactable, they can send a cert with their own URL in it?

🎲 lab6

Apr 11 · 4 weeks ago

6 Later Comments ↓

🚀 cipres · Apr 11 at 21:59:

@lab6 Good question. If you were to use the Gemini protocol instead of a new protocol like misfin, one thing that would be problematic is sending and encoding the request (which contains the recipients and message body) into the URL. While it could be done, it's not very elegant, also i'm not sure about the URL's query size limit with gemini servers, if you send a large query it might just refuse it. But your point is quite valid, it could be implemented using the Gemini protocol.

🐑 zipsegv · Apr 12 at 03:34:

You could maybe use titan for sending longer messages. technically that's a different protocol but it's pretty intertwined with gemini

🎲 lab6 · Apr 12 at 06:33:

I saw the misfin message limit was 2048 bytes, with advice to send two messages if you want to send more. That’s not a whole lot longer than Gemini’s 1024 bytes limit.

For multiple recipients, does that only work if they are both handled at the same server? In which case maybe just have separate URLs for each recipient and send the message twice.

🚀 cipres · Apr 12 at 18:55:

@zipsegv So this all started with "Why not just use gemini instead of new protocol" and we're now at the "you can totally do it with gemini + titan" stage :=)

But yeah, you could do totally it with gemini + titan ...

🍀 gritty [OP] · Apr 13 at 00:48:

@cipres - is there a way to see sent items?

🚀 cipres · Apr 13 at 10:39:

@gritty No, there isn't. Will create an issue for that, wouldn't be difficult to implement.

Original Post

🌒 s/misfin

🍀 gritty:

I literally just discovered Lagrange's ability to send misfin emails right from the interface. Identities --> right-click your misfin-compliant cert --> send message Also, it looks like @cipres has been pushing out some updates lately. I just installed the newest version on my capsule.

💬 9 comments · 5 likes · Apr 11 · 4 weeks ago