class Store
- Store
- Reference
- Object
Overview
Message storage This is basically a wrapper around Array to support the API used by POP and SMTP.
Defined in:
devmail/store.crConstructors
Instance Method Summary
-
#add(_mail_from, _rcpt_to, message_data)
Save message in storage
- #count
- #each_index(&)
- #get(index)
- #messages : Array(String?)
-
#remove(index)
Remove message from storage
-
#size(index)
message size
-
#total_size
total size of all messages
-
#truncate
Remove empty messages