Versions in this module Expand all Collapse all v0 v0.9.9 Jun 4, 2026 v0.9.8 Jun 4, 2026 Changes in this version + type Inbox []Message + type Message struct + Body string + DateSent time.Time + FromName string + FromUserId int + Gold int + Item *items.Item + Read bool + func (m Message) DateString() string + type MudmailModule struct + func (m *MudmailModule) SendMudMail(userId int, fromName string, message string, gold int, itm *items.Item)