• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

EasyMail from Cosmos

 

Project Updated:
Files Updated: Wed, Aug 12 2009
Supports Game Version: 3.2.0
Category: Mail
Tags:

[Edit Tags]

Project Manager: Yarko
Additional Authors: No additional authors
Current Version: 3.1.5b
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 138
Downloads Total: 145,020
Favorites: 396
Comments: 49
  • About EasyMail from Cosmos
  •  

Cosmos died. But life is not over! This is the bona-fide update to the original Cosmos version. Accept no substitutes!

Modifications to the World of Warcraft mail frame.

- For each character, remembers the last addressee to whom mail was sent and defaults that name into the addressee field when a new blank mail is displayed.

- Remembers a user-configurable number of recently-mailed addressees by realm, and allows the player to select from the list to fill in the addressee field by clicking on a drop-down button displayed to the right of the addressee field. If the list is at maximum length, the addressee least recently mailed is removed to add a new addressee. Right-clicking a name in the drop-down list prompts the user to delete that name from the addressee list.

- A check box in the options window allows the player to use Blizzard's new standard auto-complete functionality. Clearing this check box causes the addressee field to use EasyMail's custom auto-complete functionality.

- Names from the player's friends list and members of the player's guild can be displayed in the addressee drop-down list by setting the appropriate options.

- Automatically fills in the mail subject line if it is empty when entering money to send.

- A Take All button is added to the Open Mail window that allows the player to move all the item and money attachments for the open mail into the player's bags with a single click. This button is disabled on COD mails until the user clicks one item and confirms the COD. The button will not take existing mail text as an attachment. The Take All process will time out if it is unable to take an attachment for 8 seconds.  Closing the mail window will also cancel the process.

- A Get Attachments button is added to the inbox that allows the user to get all attachments from all mails that have been selected using checkboxes positioned to the left of each mail entry. A second button has been added to the inbox that allows the user to either mark or clear all mails for attachment retrieval. COD mails will be ignored until the COD is confirmed manually for each mail by the user. To cancel the attachment retrieval process, close the mailbox.

- Right-click attachment retrieval and mail deletion from the inbox. Right-clicking a mail item with attachments in the inbox will cause the take all process to attempt to retrieve all attachments from the mail. If the mail has text but no attachments, right-clicking will delete the mail. If the mail has both attachments and text, right-clicking will cause the take all to retrieve the attachments. Then, right-clicking again will delete the mail. The right-click does not affect COD mails until after the user chooses to accept the COD manually. The user can opt to disable the deletion prompt for mails marked as read. EasyMail will always prompt on the deletion of unread mails.

- Displays mail text in the inbox item tooltip. WARNING: Mails will be immediately marked as read once the tooltip has been displayed. Due to Blizzard's API design, mail text may take a few seconds to appear in the tooltip.

- A Forward button is added to the open mail window. Clicking this button opens a new mail with "FW:" + <subject> coied into the subject line and the text of the open mail body copied into the new mail body. IMPORTANT NOTE: Blizzard's mail system design complicates the automatic forwarding of mail attachments. Therefore, attachments cannot be forwarded using this button at this time. Only the text of the open mail will be copied into the new mail. Attachments must still be moved to the new mail manually. However, this new forwarding functionality makes the process a bit less cumbersome, since the new mail will be visible while you are still viewing the mail with attachments.

See the Readme.txt for configuration information.

  • Downloads (2)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  EasyMail from Cosmos 3.1.5b Release 3.2.0 29,437 8/12/2009
  EasyMail from Cosmos 3.1.5 Release 3.2.0 67 8/12/2009
  • 1 page(s)
  • Screenshots (2)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Hi Yarko, The standard inbox has always made me crazy. Thank you for an excellent addon that, uh, makes me less crazy? Something like that ;-)

    Reply Report Permalink
  • BBear309 said 

    Hey Yarko! I have some toons with and alt code first char. I noticed that you attempt to uppercase it but, since it doesn't have one, it just leaves it off. In your easymail_upper function, I changed it to this:

    ---------------------------------------------------
    -- EasyMail_Upper
    -- Upper case only if casing is used in locale
    ---------------------------------------------------
    function EasyMail_Upper(str)
    if (strfind("ABCDEFGHIJKLMNOPQRSTUVWXYZ", strupper(str)) ~= nil) then
    return ((strfind("koKRzhCNzhTW", GetLocale()) and str) or strupper(str));
    else
    return str;
    end;
    end

    And seems to work pretty good. Think you might add it to your addon for distribution?

    Thanks for my personal fave mail addon!

    Reply Report Permalink
  • It also leaves out the characters "æ" "ø" and "å". Sending a mail to eg. "Ædt" will then be known as "Dt" in EasyMail.

    Reply Report Permalink
  • BBear309 said 

    It was formatted when I pasted it. :(

    Reply Report Permalink
  • Arogtar said 

    THANKS! :D

    I was already wondering when for god's sake I updated my mailing addon o.O

    Blizz really has to have a finger in every pie >_<

    Reply Report Permalink
  • Yarko said 

    Mmmmm.... PIE!

    Reply Report Permalink
  • Yarko said 

    Put the old auto-complete stuff back in. There is a new option checkbox that allows the user to select to use the new blizzard auto-complete stuff or the old custom stuff.

    Reply Report Permalink
  • Derpo said 

    Thank you Yarko for updating this most welcome mod ever!

    Reply Report Permalink
  • moldavia said 

    omg thank you Yarko you really are my hero lol it works perfect now just like before.

    Reply Report Permalink
  • I loaded this as an out-of-date addon and it seems to work fine so far. Can't live without the 'take all' feature so had to try. Not promising you won't get errors or nothing but at least until there's a fix it should help.

    Reply Report Permalink
  • moldavia said 

    any word on possible update I already sent mail to some weirdo because im used to autofill...lol at least gm sent it back to me.

    Reply Report Permalink
  • moldavia said 

    autofill of names broken with 3.2 with their cheesy version of it lol

    Reply Report Permalink
  • Yarko said 

    I saw that dropdown they added and was like "oh great, i probably gotta fix EasyMail too...".

    Reply Report Permalink
  • Whew, that's a load of my mind. I'm going crazy with their crappy attempt of creating something that is less than useful without the autofilling.

    Thanks :)

    Reply Report Permalink
  • moldavia said 

    yes please master yarko fix the autofill blizzard one sucks since its not technically autofill..

    Reply Report Permalink
  • So yea, this AddOn has deleted over 1k worth of gold sent from one char to another. Get on that.

    Reply Report Permalink
  • Yarko said 

    You know, I don't know what to think of posts like this. The only way money can be "deleted" is by deleting the mail the money is attached to. My add-on does NOT delete mail explicitly. Mail is deleted with the API function DeleteInboxItem(index), and my add-on NEVER calls this function. EVER. My add-on does not send money to other accounts, which people have accused it of. My add-on doesn't create mail, EVER. The only thing my add-on does with mail is to retrieve attachments automatically. That is, all it does is transfer items or money from the currently open mail into your bags. I don't even do the transfer myself. I simply execute a CLICK on the attachment button as if the player clicked the button manually to get the attachment. There is no magic going on here. No special sneaky dangerous API calls. Just automation of what people do everyday.

    Emails DO get deleted as a result of the activity of my add-on, but this is done by the standard UI automatically once all attachments have been retreived. My add-on does not delete anything explicitly.

    I'm very sorry you lost gold. Please contact a GM. They can figure out what happened.

    Reply Report Permalink
  • Derpo said 

    Yarko, do not mind comments like that. He probably sent a bunch of items and/or gold while not checking the auto-filled name; thus sending to someone greedy enough not saying/warning he did. Unfortunately I had that happen too one day, but I just slapped my forehead a few times hard and went on. Blaming the author of one of the most usefull small addons of the game was never an option for me, lol.

    Please keep up the good work!

    Reply Report Permalink
  • moldavia said 

    ya and last week thrall sent my FREE tickets to italy...

    seriosuly this has been brought up in the past and its horsecrap the mod does not delete money plain and simple. I have been using this since the day yarko released this fine mod to the community and I can assure you with 5 people using it daily never once has a piece of mail failed to process correctly.

    you either sent it to wrong character or not paying attention to your gold totals or just plain stupid and feel like throwing around lies.

    Reply Report Permalink
  • moldavia said 

    oh and on a note if you really think you lost over 1k gold I have a solution for you..... COMPLAIN TO A GM......wow that was so hard to do....take screen shots of your chat proving this mod was the problem...never happen but hey its a shot after all a GM will tell you how you supposedly "lost" your money because everything you delete/sell/buy/trade etc is recorded permanently.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 4,928 Auctioneer Auction & Economy, Mail, and...
  2. 3,245 Postal Mail
  3. 1,438 Altoholic Guild, Bags & Inventory, Mail...
  4. 264 MailGet Mail
  5. 189 FuBar_MailFu Mail