ATTENTION
This project is abandoned ... but you should (and must!) take a look of EnderMail
.. my new and complete mail plugin.. far beter than this ever could become
Near reality mail system (experimental)

this idea comes to my mind when i wanted to leave offline messages, so searched mail plugins but all of them went complicated and lacks features
MailCraft is planned to have familiar an easy interface and mechanics, like gmail, hotmail, outlook, eudora, mail linux command and smtp .. the spirit of this plugin is to be intuitive, easy and useful
it is in experimental stage so WELCOME IF YOU WANT TO TESTING, currently it lacks a lot of features, please report bugs and make suggestions at the tickets tab above
Installation and config
- currently you must have mysql (sqlite planned)
- like all other plugins, copy jar into plugin folder and reload/restart
- then edit generated config file and restart again
Usage
| command | alias | description | example |
| /mail | /m | list your inbox content | /m |
| /mail help | /m h | get a help page like this ingame | /m h |
| /mail (number) | /m (id) | read the mail which id is (number) | /m 13 |
| /mail delete (number1) (number2)... | /m d (n1) (n2)... | deletes (recycles) mails with specifies ids | /m d 12 15 21 |
| /mail send (to1,to2...) (subject) \ (message) | /m s to1,to1 (subj) \ (msg) | compose and sent an email to to1,to2 (no spaces), backslashes will be replaced by newlines, subject in first line | /m s swiftMiner,bobBuilder hello folks \ check your chest, i gave you some items \ bye |
| /mail reply additional message | /m r (add msg) | reply the last viewed mail with an optional additional message | /m r was thinking the same |
| /mail replyall (additional message) | /m ra (add msg) | same as reply but reply for all recipients | /m ra good idea \ lets go |
| /mail forward (to1,to2...) (additional message) | /m f (to1,to2...) (add msg) | same as reply but you specify recipient(s) | /m f theChief help us with this |
Source
HERE ON GITHUB