MorphOS Developer
Posts: 3191 from 2003/3/5
From: Canada
Quote:
Amigaharry2 wrote:
Mails are stored as numbers - is it possible to store such outdropped mails with their subject as filename?
Those are hashes. If you need to use something custom, I can only suggest you use Iris' rexx API to save the current message to the path of your choice. You can also ask Iris to return the subject of the message currently being viewed.
Using subjects is problematic because a) they are not unique, b) they may contain unprintable characters, c) they'd often be too long.
I've just done a pass on https://iris-morphos.com/faq and updated all supported Arexx commands there.