summaryrefslogtreecommitdiff
path: root/src/net/eathena/mail2recv.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-14/+14
2018-07-26Add support for changed item id size in packets.Andrei Karas1-16/+15
2018-03-14Add expired field into mailmessage.Andrei Karas1-2/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-10-18Add packet SMSG_MAIL2_MAIL_LIST_PAGE 0x0ac2.Andrei Karas1-16/+45
2017-09-15Fix code style.Andrei Karas1-1/+1
2017-09-05Fix send date in mails.Andrei Karas1-1/+2
2017-09-05Fix receiving half broken packet with mail message (SMSG_MAIL2_READ_MAIL).Andrei Karas1-0/+3
2017-09-05Fix adding stackable items to mail.Andrei Karas1-16/+26
2017-09-01Fix code style.Andrei Karas1-4/+5
2017-08-30Remove some cards number to constants.Andrei Karas1-2/+2
2017-08-28Remove extra includes.Andrei Karas1-7/+0
2017-08-26Mark Mail2Recv::processMailIcon as implemented.Andrei Karas1-2/+2
2017-08-26Add support for getting attached money from mail message.Andrei Karas1-3/+24
2017-08-26Add support for getting attached items from mail message.Andrei Karas1-3/+24
2017-08-26Show/hide get attach button in mail view window based on attached items and m...Andrei Karas1-0/+1
2017-08-26Allow request to load old mail messages by pages.Andrei Karas1-1/+3
2017-08-26Add support for mail deletion.Andrei Karas1-2/+7
2017-08-26Close mail edit window on success send.Andrei Karas1-2/+24
2017-08-25Validate destination name after it entered in mail edit window.Andrei Karas1-2/+20
2017-08-25Add basic support for view mail message.Andrei Karas1-14/+77
2017-08-25Show message information in mail list.Andrei Karas1-1/+2
2017-08-25Add support for show mail list for new mail system.Andrei Karas1-9/+20
2017-08-25Update item container after each change in mail edit window.Andrei Karas1-0/+2
2017-08-25Fix error messages about adding item to mail.Andrei Karas1-23/+5
2017-08-24Add support for removing item from mail.Andrei Karas1-5/+60
2017-08-24Add attach items to new mail.Andrei Karas1-13/+107
2017-08-23Add support for /mailto chat command in new mail system.Andrei Karas1-1/+5
2017-08-23Add mailqueuetype enum for mail queue types.Andrei Karas1-9/+13
2017-08-23Add ability to send new mail by /sendmail chat command.Andrei Karas1-3/+43
2017-08-11Add packet SMSG_RODEX_REQUEST_ITEMS 0x09f4.Andrei Karas1-0/+8
2017-08-11Add packet SMSG_RODEX_REQUEST_MONEY 0x09f2.Andrei Karas1-0/+8
2017-08-11Add packet SMSG_RODEX_MAIL_DELETE 0x09f6.Andrei Karas1-0/+7
2017-08-11Add packet SMSG_RODEX_READ_MAIL 0x09eb.Andrei Karas1-0/+31
2017-08-11Add packet SMSG_RODEX_MAIL_LIST_PAGE 0x09f0.Andrei Karas1-0/+19
2017-08-11Add packet SMSG_RODEX_SEND_RESULT 0x09ed.Andrei Karas1-0/+6
2017-08-11Add packet SMSG_RODEX_CHECK_NAME_RESULT 0x0a14.Andrei Karas1-0/+10
2017-08-11Add packet SMSG_RODEX_REMOVE_ITEM_RESULT 0x0a07.Andrei Karas1-0/+9
2017-08-11Add packet SMSG_RODEX_ADD_ITEM_RESULT 0x0a05.Andrei Karas1-0/+29
2017-08-11Add packet SMSG_RODEX_OPEN_NEW_MAIL_WINDOW 0x0a12.Andrei Karas1-0/+7
2017-08-11Add packet SMSG_MAIL2_ICON 0x09e7.Andrei Karas1-0/+38