This is not a question, just a hint. Recently I wrote a program which
extracts attachments from multipart mime mails stored as files. I did
this since there are often mails with many attachments (e.g., pictures),
and before all, they have unwanted filenames - windows-encoded, strange
characters, w
I made some experiments with go and webasm. I know that it is
experimental, I know that webasm runs in one thread only (at least on
one core only), and that a "Sleep" will block or even crash if applied
without care.
But I read that goroutines can be used, and I wanted to test myself. Yes,
it wor