Help

JebusMail

Mail Login to Add Favorites
  • 1 Like
  • World of Warcraft
  • 34,122 Downloads
  • Supports: 4.3
  • 10 Average Daily Downloads
  • Comments
  • Created 4/16/2008 8:48:35 AM
  • Updated 11/29/2011 5:05:23 PM
  • 105 Favorites
  • Project Site
  • License: All Rights Reserved
  • Release Type: Beta
  • Newest File: v4.3.0a
or
Support development! **
Donate

About JebusMail

Easily mail friends, guild members, alts and others.

Features:

  • Remembers last recipient and fills it in each time
  • Adds a drop-down menu to the recipient box. This drops down 4 categories: Alts, Friends, Guild, Other
  • Log in as each alt to get it listed in the Alts list
  • Delivery notification (sound optional) for items sent to non-alts
  • Right-click on a message in the summary window to collect items and money (one at a time)
  • Displays total money received once the mailbox window is closed
  • Options are found in the new 2.4 Interface Options - AddOns window

------------------------------------------------------------------------
r113 | jebus905 | 2011-11-29 23:03:58 +0000 (Tue, 29 Nov 2011) | 2 lines
Changed paths:
   A /tags/v4.3.0a (from /trunk:112)

JebusMail:
- TOC bump for 4.3
------------------------------------------------------------------------
r112 | jebus905 | 2011-11-29 23:03:23 +0000 (Tue, 29 Nov 2011) | 2 lines
Changed paths:
   M /trunk/JebusMail.toc

JebusMail:
- TOC bump for 4.3
------------------------------------------------------------------------
r110 | jebus905 | 2011-11-23 21:08:38 +0000 (Wed, 23 Nov 2011) | 2 lines
Changed paths:
   M /trunk/JebusMail.lua

JebusMail:
- minor calculation adjustment
------------------------------------------------------------------------

Comments

First Previous Page 1 of 3 Next Last
  • #46
    One of my characters, the first to use this addon, is showing twice in the alts menu.
    I fixed it by deleting from the savedvariables file.
    Appears this will happen once per server per faction that I have characters on.
  • #45
    Hi, awesome mod, just one issue, if you load the addon alone with no other addon that loads the ACE3 library, the addon doesn't work, but if I load the ACE3 library separately, it loads fine. Find it weird that the included ace3 library in merged mode download is not working properly. Thx
  • #44
    Maillog. I used to be able to type (or macro) "/jebusmail" or "/jm" but neither seems to be working anymore. It comes up with wow text to type /? for help, indicating the command is not found. Does anyone else have this issue? Thx
  • #40
    Is it possible to send to all Guild Members at once? Instead of having to individually select them and resend the mail over and over?
  • #43
    I doubt I'd get this done anytime soon. Wasn't in the original design and I don't have a tonne of time to put forth in complex new features.
  • #42
    i second this,a reply will be nice
  • #39
    getting ne next lua error after the latest update:

    Message: Interface\AddOns\JebusMail\localization.lua:55: attempt to index local 'L' (a nil value)
    Time: 10/31/10 20:49:55
    Count: 1
    Stack: Interface\AddOns\JebusMail\localization.lua:55: in main chunk

    Locals: L = {
    }
    L = nil
    (*temporary) = {
    apps = {
    }
    GetLocale = defined @Interface\AddOns\Ace3\AceLocale-3.0\AceLocale-3.0.lua:131
    NewLocale = defined @Interface\AddOns\Ace3\AceLocale-3.0\AceLocale-3.0.lua:93
    appnames = {
    }
    }
    (*temporary) = "JebusMail"
    (*temporary) = "frFR"
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "enUS"
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to index local 'L' (a nil value)"
  • #41
    This should be fixed with v4.0.1d
  • #37
    Thanks for corrections.

    1.The file encoding "localization.lua" is now correct. But the data "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU")" is not loaded. If to arrange the data in such order "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "enUS", true), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU"), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "frFR"), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "deDE") ... " the data "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU")" is loaded.

    If the data is located in such order that "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "enUS", true), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "frFR"), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "deDE"), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU") ... " the data "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU")" not loaded.

    2. Parameter is "true" only for "enUS", for other languages do not need it.
  • #38
    Should (hopefully) be fixed now. :)
  • #36
    1. Localization on "ruRU" does not work. Instead of the data "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU", true)" the data "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "enUS", true)" is loaded only. Possibly, it is necessary to divide the given localizations into separate files (http://www.wowace.com/addons/ace3/pages/api/ace-locale-3-0/).

    2. Data for "ruRU" is specified in the wrong coding. Coding UTF-8 without BOM is necessary.
  • #35
    Since WoW patch 4.0.1, Ace2 is dead. I'm in the process of converting JebusMail to Ace3. There is an alpha available that should be fairly stable.
  • #34
    Error on Login:
    Date: 2010-10-15 12:12:18
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ...ce\AddOns\JebusMail\Libs\AceComm-2.0\AceComm-2.0.lua line 157:
    attempt to index local 'text' (a nil value)
    Debug:
    (tail call): ?
    ...\AtlasLoot\Libs\DewdropLib\AceLibrary\AceLibrary.lua:66:
    ...\AtlasLoot\Libs\DewdropLib\AceLibrary\AceLibrary.lua:64
    ...\AtlasLoot\Libs\DewdropLib\AceLibrary\AceLibrary.lua:611: Register()
    ...ce\AddOns\JebusMail\Libs\AceComm-2.0\AceComm-2.0.lua:2339: in main chunk

    (ck=29f)

  • #31
    1x JebusMail-3.30e\JebusMail.lua:372: bad argument #1 to 'getn' (table expected, got nil)
    AceAddon-2.0-91096 (AuldLangSyne):541: in function
    : ?
    AceEvent-2.0-91097 (AuldLangSyne):298: in function `TriggerEvent'
    AceEvent-2.0-91097 (AuldLangSyne):910: in function

    ---

    and there ist a other mistake in deDE
    File: localization.lua
    Line: L:RegisterTranslations("deDE", function() reutrn {
    Mistake: reutrn should be return
  • #33
    To clean an error:

    "1x JebusMail-3.30e\JebusMail.lua:372: bad argument #1 to 'getn' (table expected, got nil)"

    It is necessary to register in a file ebusMail.lua between
    "local PlayerFaction = (race == "Tauren" or race == "Orc" or race == "Troll" or race == "Scourge" or race == "BloodElf" or race == "Goblin") and FACTION_HORDE or FACTION_ALLIANCE"

    and

    "local PlayerOppositeFaction = PlayerFaction == "Horde" and "Alliance" or "Horde""

    following lines:

    if (PlayerFaction == FACTION_ALLIANCE) then
    PlayerFaction = "Alliance"
    else
    PlayerFaction = "Horde"
    end
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »