Registry / networking / net-imap

net-imap

JSON →
library0.6.4rbrubygemsunverified

Ruby client api for Internet Message Access Protocol

gem install net-imap
INSTALL
IMPORT
SIG · NET-IMAP
N
net-imap
networkingrubyv0.6.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Net::IMAP
require 'net/imap'

Connect to IMAP server and list email subjects

require 'net/imap' imap = Net::IMAP.new('imap.example.com') imap.login('user', 'password') imap.select('INBOX') imap.search(['ALL']).each { |id| puts imap.fetch(id, 'ENVELOPE')[0].attr['ENVELOPE'].subject }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
net-imap — gem install net-imap · libregistry