-
Notifications
You must be signed in to change notification settings - Fork 1
Rmail
Rmail allows for any project to have access to a working emails system!
You could make your own email client, integrate emails into your own os, or just mess around :P
This Hat will fire whenever your account receives a new email, allowing you to refresh your email client when needed
This block allows you to send an Rmail to any user on rotur
"Mail sent to [username]"
Attempted to send more than 100 characters in the title of the Rmail
"Cannot Send Mail With Title Longer Than 100 Characters"
Attempted to send more than 50,000 characters in the body of the Rmail
"Cannot Send Mail Thats More Than 50kb"
This block return an array of mail items
Here is an example of some mail:
[
{
"title":"Subject",
"recipient":"user",
"timestamp":1723684583612,
"from":"temp"
}
]
This block is how you actually read the Rmails, it returns the Rmail body at a specific index of the mail list array
An example response for this block is below:
{
"body":"Message",
"info":{
"title":"Subject",
"recipient":"user",
"timestamp":1723684583612,
"from":"temp"
}
}
This block works the same as the get body
reporter, except it will delete an Rmail from your account and shift the rest along
This block will entirely clear your account of all Rmails