[go-nuts] Get attachment filename for quirky mailers

2023-11-13 Thread Reinhard Wobst
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

[go-nuts] webasm and goroutines

2023-03-09 Thread Reinhard Wobst
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