Registry / networking / net-pop

net-pop

JSON →
library0.1.2rbrubygemsunverified

Ruby client library for the POP3 email retrieval protocol.

gem install net-pop
INSTALL
IMPORT
SIG · NET-POP
N
net-pop
networkingrubyv0.1.2
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::POP3
require 'net/pop'

Connect to a POP3 server and list the number of emails.

require 'net/pop' Net::POP3.start('pop.example.com', 110, 'user', 'password') do |pop| puts pop.mails.length end
Debug
Known issues
gotchaPOP3 is considered insecure; use IMAP with TLS instead.
fix
Switch to Net::IMAP with SSL for secure email retrieval.
affects: >= 0.1.0
Upgrade
Version history
0.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
net-pop — gem install net-pop · libregistry