![]() |
https://www.wowinterface.com/downloads/info18867
https://www.wowace.com/projects/bulkmail-inbox
Turns your mailbox into another bank, plus a whole lot more.
With Bulk Mail Inbox and Bulk Mail, I can use my mailbox as an unlimited-slot bank. The one problem is that you will run into a full mailbox issue, where you cannot see the attachments of backlogged mails until you empty out your current stuff. This is an intentional limitation in the game. Nothing is ever deleted or lost until it reaches its normal mail expiry date.
Though I first thought I had never lost items or gold, I do think I’ve lost items but hadn’t nailed the problem down. I thought I was being too stupid to double-check after typing. I still do trust it.
- Shows a dialog with all items and money in your mailbox.
- Allows you to take individual items even if they were all sent in one email.
-
Mark multiple items to take without taking all.
- 2016-04-24 – bugged
—
/bm-
See also Bulk Mail
The default slash command is /bm .. the most useful ones are:
/bm autosend edit /bm defaultdest [character] /bm inbox takeall
![]() |
![]() |
- 2024-10-14 – 3.0.2 on Project Ascension 3.5.5
-
2020-10-05 – 7.0.0 on World of Warcraft 9 (Shadowlands) beta 9.0.2.36086 x64
-
2020-10-05 – 7.0.0 on World of Warcraft 8 (BfA)
- I hadn’t been using this in some time because it broke. The author returned to programming during this time.
-
2016-08-03 – 7.0.0 on World of Warcraft 7 (Legion) 7.0.3 (22345) x64
- Seems to work okay, but either this or Bulk Mail is throwing the occasional non-fatal error while using the mailbox.
- 2016-07-22 – 7.0.0 on World of Warcraft 7 (Legion) 7.0.3 (22248)
-
2016-07-19 – (version not recorded) on World of Warcraft 7 (Legion) 7.0.3 (22248)
- Did not work.
-
2016-07-18 – (version not recorded) on World of Warcraft 6 (WoD)
- This, and earlier versions, worked just fine before World of Warcraft 7 (Legion). No notes were taken.
- 2016-04-24 – (version not recorded) on (version not recorded)
2016-07-22 – 7.0.0 ∞
I updated, overwriting my previous edits.
-
It is unusable until the freezing issue is fixed:
- #26 – Fix searching
2016-04-24 – (version not recorded) ∞
-
now bugged: Mark multiple items to take without taking all.
- I did not record the last version that this worked on. This can be learned from the various ticket requests or comments.
TODO – Old notes ∞
nutcounter update ∞
my edit, tested and works 2016-04-22 on whatever I have installed and has been hacked/updated.
www.wowace.com/projects/bulkmail-inbox/?comment=38
For anyone using tekkub’s NutCounter, to move the pane to the right so it’s not overtop of the nuts/shiny/all block, you can make a change to BulkMailInbox.lua
tooltip:SetPoint("TOPLEFT", UIParent, "TOPLEFT", MailFrame:GetRight()*MailFrame:GetScale()/scale, -offx/scale)
->
tooltip:SetPoint("TOPLEFT", UIParent, "TOPLEFT", ( MailFrame:GetRight()*MailFrame:GetScale()/scale ) + 60, -offx/scale)
fix libraries ∞
TODO – re-test
www.wowace.com/projects/bulkmail-inbox/?comment=40
I have tentatively resolved errors with BulkMail2/BulkMail2Inbox when opening the mailbox by updating some of the ace libraries. I downloaded the (as of now) latest ace release and replaced the following directories:
www.wowace.com/projects/ace3/files/703458
- AceTimer-3.0
- AceEvent-3.0
-
CallbackHandler-1.0
unconfirmed ∞
BulkMailInbox/BulkMailInbox.lua
www.wowace.com/projects/bulkmail-inbox/?comment=111
local offx = math.min[ 1 ]+barHeight
->
local offx = (uiHeight - tipHeight - barHeight)/2+barHeight if (MailFrame:GetTop()) ~= nil then offx = math.min(offx, uiHeight + 12 - MailFrame:GetTop()*MailFrame:GetScale()+barHeight) end local mailRight = 0 if (MailFrame:GetRight()) ~= nil then mailRight = MailFrame:GetRight() end
attempt to perform arithmetic on a nil value ∞
Interface\AddOns\BulkMail2Inbox\BulkMailInbox.lua:913: attempt to perform arithmetic on a nil value
this is probably the wrong thing to do:
local offx = math.min[ 2 ]+barHeight
->
local offx = math.min[ 3 ]
2014-07-07 or earlier ∞
Moving its initial position to the right (60 px) so it’s out of the way of Bean Counter.
Modify BulkMailInbox.lua and change:
tooltip:SetPoint("TOPLEFT", UIParent, "TOPLEFT", MailFrame:GetRight()*MailFrame:GetScale()/scale, -offx/scale) => tooltip:SetPoint("TOPLEFT", UIParent, "TOPLEFT", ( MailFrame:GetRight()*MailFrame:GetScale()/scale ) + 60, -offx/scale)
I think these notes are old:
1) Install these:
LibAbacus-3.0Ace2-
TabletLib
2) Change the .toc file with:
## OptionalDeps: Ace2, TabletLib, DewdropLib, LibAbacus-3.0, FuBar, FuBarPlugin-2.0, BulkMail2 ## X-Embeds: Ace2, TabletLib, DewdropLib, LibAbacus-3.0, FuBarPlugin-2.0
Alternatives ∞
-
- makes the inbox into a scrollable list.


