Server IP : 66.29.132.122 / Your IP : 18.118.166.130 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/thread-self/root/proc/self/root/proc/self/root/opt/alt/ruby18/share/ri/1.8/system/Net/IMAP/ |
Upload File : |
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Sends a STATUS command, and returns the status of the indicated <tt>mailbox</tt>. <tt>attr</tt> is a list of one or more attributes that we are request the status of. Supported attributes include:" - !ruby/struct:SM::Flow::VERB body: " MESSAGES:: the number of messages in the mailbox.\n RECENT:: the number of recent messages in the mailbox.\n UNSEEN:: the number of unseen messages in the mailbox.\n" - !ruby/struct:SM::Flow::P body: "The return value is a hash of attributes. For example:" - !ruby/struct:SM::Flow::VERB body: " p imap.status("inbox", ["MESSAGES", "RECENT"])\n #=> {"RECENT"=>0, "MESSAGES"=>44}\n" - !ruby/struct:SM::Flow::P body: A Net::IMAP::NoResponseError is raised if status values for <tt>mailbox</tt> cannot be returned, for instance because it does not exist. full_name: Net::IMAP#status is_singleton: false name: status params: (mailbox, attr) visibility: public