in reply to Re^2: Need ideas about better ways to manage private messages.
in thread Need ideas about better ways to manage private messages.

You can write code to do all that in your ticker client, can’t you? Ie sort by dates, group by sender, etc; whatever you want. There is a unique ID per message that the client can use in opcodes sent to the server if you click a delete button, hopefully? As a bonus, you get to beat around UI ideas in a working application to see if any of them are simple enough that they’re worth implementing on PerlMonks.

Makeshifts last the longest.

  • Comment on Re^3: Need ideas about better ways to manage private messages.