Page 1 of 6

[AddOn] Postal (Auto mail opening, multiple attachments)

PostPosted: Thu Sep 24, 2015 6:19 pm
by Bit
Note that cod only works for the first attachment. (as they're sent in separate mails due to vanilla limitations)

Right click on inventory items will add them to the attachments when in the send tab.
Also adds a right click shortcut for adding items to the trade window.

Source: https://github.com/shirsig/Postal

Image
Image
Image

Re: [AddOn] Postal (Mass mail, auto open mail)

PostPosted: Fri Sep 25, 2015 1:59 am
by Latrobe
Thank you!

Re: [AddOn] Improved Postal (Mass mail, auto open mail)

PostPosted: Sat Sep 26, 2015 12:15 pm
by Bit
Open All is now as fast as it can be. I've implemented it in a different way from Open Selected which is still slow (and probably can't be sped up).

Re: [AddOn] Improved Postal (Mass mail, auto open mail)

PostPosted: Mon Sep 28, 2015 7:19 am
by crimsonsage
Thanks, will look into using this.

Re: [AddOn] Improved Postal (Mass mail, auto open mail)

PostPosted: Mon Sep 28, 2015 1:18 pm
by Geigerkind
I will love you if you implement on top of that auto rightclick items into the mass mail option :>

Re: [AddOn] Improved Postal (Mass mail, auto open mail)

PostPosted: Mon Sep 28, 2015 3:21 pm
by Bit
Geigerkind wrote:I will love you if you implement on top of that auto rightclick items into the mass mail option :>

You mean to attach items? Alt left click already does that. Rightclick is a bit dangerous for this sort of thing I think. You don't wanna accidentally use a 100g flask when trying to mail it.

Re: [AddOn] Improved Postal (Mass mail, auto open mail)

PostPosted: Tue Sep 29, 2015 8:01 pm
by Geigerkind
Good to know, thanks dude!

Re: [AddOn] Improved Postal (Mass mail, auto open mail)

PostPosted: Sat Oct 03, 2015 11:34 am
by Geigerkind
loot selected mails is still slow

Re: [AddOn] Improved Postal (Mass mail, auto open mail)

PostPosted: Sat Oct 03, 2015 1:40 pm
by Bit
Like I've written above, it probably can't be sped up. The problem is there's no such thing as a mail-id to refer to the selected mails. You have to keep track of the indices and decrement them every time a mail is removed from the inbox. The problem is, you can only somewhat reliably know that a mail has been removed by adding a delay. Otherwise it may think it's on the next mail when it's really still on the same and decrement too many times, resulting in skipped mails.

Re: [AddOn] Improved Postal (Mass mail, auto open mail)

PostPosted: Wed Oct 07, 2015 12:47 am
by Flp1LUPh
How do we edit the speed that it opens mails, i find that with a 400ms~ ping, it still is too fast and always skips the first mail (sometimes second)