What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Recent content by uknowwhoibe

  1. U

    [REQ] Mail Tracker Addon

    How far off am I with this? public void logMails(){ int i = 0; foreach(var mail in getAllMails()){ //mail contains the data of the mail writeLog(i, "sender", mail.sender); writeLog(i, "sendDate", mail.sendDate); writeLog(i, "recDate", mail.openDate); writeLog(i, "Title"...
  2. U

    [REQ] Mail Tracker Addon

    Greetings, I'm looking for guidance on making my own addon. I'm familiar with code structures but it seems that it will take me a lot longer without a little bit of help getting started. The addon is fairly simple (I believe). The addon would do the following: Add button upon opening...
Back
Top