View Single Post
03/12/17, 03:44 AM   #2
manavortex
 
manavortex's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 138
Yeah, the mail implementation deserves some love, I think:

- there's still the issue where I have to switch zone (which does not always work) or re-log (works almost always) to force a mail that was sent to me to arrive. More reliability on that front would be very welcome.
- also, it happens quite often that the internal mail array is screwed up and that I can see, but not access mails. The AddOn Postmaster takes care of that somehow (haven't opened the hood), but a function like RebuildInternalMailTable() that does that automagickally would be awesome - even more awesome if it was called upon EVENT_MAIL_CLOSE_MAILBOX, so that closing and re-opening would at least fix stuck mails.