emailler icon indicating copy to clipboard operation
emailler copied to clipboard

Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card

Results 11 emailler issues
Sort by recently updated
recently updated
newest added

Bobbi, I added in the change I made to the main.cf after our discussion in chat today.

In `edit.c` there is a bunch of inline asm. the cc65 optimizer needs to be turned off (on a per function basis) using: ``` #pragma optimize (push,off) ... #pragma optimize...

bug

HI, I was testing the Uthernet II emulation in AppleWin and configured the pop and smtp with hostnames. Only after a bit of debugging, I realised it was trying to...

enhancement

When prompted to enter the mailbox directory, delete key does not enter a block character instead of deleting. Correcting this using the arrow keys afterword results in it unable to...

bug

When quitting `EDIT.SYSTEM` with OA-Q, it leaves the sytem in a bad state. This is shown by the fact that as subsequent Ctrl-Reset boot crashes to the monitor. It is...

bug

OA-P print function should use `get_email_body()` to format a message for printing, save to a file and invoke PRINT65.

enhancement

Try to optimize the 'fast path' so keystrokes don't get dropped with a fast(ish) typist and a 1MHz machine.

enhancement

Faster pussycat kill kill kill!

enhancement

It would be nice to be able to search in a more flexible way: - Case insensitive - Whole words

enhancement