Daniel van den Eijkel <[email protected]> wrote: > While re-reading posts on the Haskell art mailing list I realized > that I should not send html mails and attachments. Any > recommendations how to share example code and scripts best? > Attachments are fine, it's always been the way to do it. Keep an eye on mail size, though. Inline attachments are great for short code, even better is an .lhs attached inline: You can put the bulk of the mail in there.
html just doesn't make sense in emails, and most readers won't display it, anyway... my client just strips tags and displays the rest. utf8 text is fine on the haskell lists, and, as it seems by now, also in the whole internet. Last, but certainly not least, don't even think of considering to use Outlook. So, yes, basically nothing has changed in at least 15 years, except UTF availability. -- (c) this sig last receiving data processing entity. Inspect headers for copyright history. All rights reserved. Copying, hiring, renting, performance and/or quoting of this signature prohibited. _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
