Robert Wolfe ha scritto:
At first i try to use virtualbox os/2 image but ultimail lite/2 is difficult to find online,
i have original 2.1 3.0 4.0 cd + bonuspack..... should be there........i'm too lazy to search.
In the end i write a little c program following the sageconv.cmd rexx utility,
is quite straight forward because ultimail use a MIME like format with header in a file
and body text/attachments in different files referenced by header.
Reference in header is codepage 437 and name in filesystem is UTF-8 (in my case linux mint 19.2) so matching is
bit difficult (I make a pivot table).
Attachment file is simpler because you can open it directly.
I put all piece toghether and import them in seamoneky with importexporttool as mail message.
Giulia