w10schools
Login Register
  • Home
  • Tutorials
    • HTML, CSS
      • HTML, HTML5
      • CSS, CSS3
    • XML
    • JavaScript, AJAX
    • PHP
    • Ruby on Rails
      • Ruby
      • Rails
    • ASP.NET
      • ASP
      • C# .NET
    • Java
      • JSP
    • Databases
      • MySQL
      • MSSQL Server
      • Oracle
    • Web Server
      • Windows
      • Linux
      • Apache
      • IIS
    • Design
      • Dreamweaver
      • Flash
      • Photoshop
      • Fireworks
      • CorelDRAW
      • Illustrator
  • References
    • HTML
      • Bootstrap
    • CSS
      • CSS Selectors
      • Sass
    • JavaScript
    • Mobile Apps
      • Cordova
    • Ruby on Rails
      • Ruby
      • Rails
    • PHP
      • Function
      • Language
      • CodeIgniter
      • Phalcon
      • PHPUnit
      • Symfony
      • Drupal
      • Yii
      • Laravel
    • Perl
      • Perl
    • Python
      • Python
      • Django
      • NumPy
      • Pandas
      • scikit-image
      • scikit-learn
      • Statsmodels
      • Matplotlib
    • Lua
      • Lua
    • C, C++
      • C
      • C++
    • Server
      • Docker
      • Apache HTTP Server
      • Nginx
    • Database
      • PostgreSQL
    • Big Data
      • TensorFlow
    • Game Development
      • Phaser
      • LÖVE
  • Articles
    • News
    • General
      • Website Promotion
      • Online Advertising
      • Make Money Online
    • Editorials
    • Interviews
    • Web Roundups
  • Resources
    • Design
      • Fonts
      • Graphics
      • Vectors
      • Templates
      • UI (User Interface)
      • Brushes
      • Patterns, Backgrounds
      • Textures
    • Web Development
      • HTML, CSS
      • XML
      • JavaScript, AJAX
      • Ruby on Rails
      • PHP
      • Java
      • .NET
      • Python
      • Perl
      • Flash
    • Mobile Application Development
      • Mobile Development Tools
      • Swift
    • Online Services
      • Online Storage
      • Web Hosting
  • Tools
    • Generators
start 2

start(account, password) Instance Public methods Starts a POP3 session. When called with block, gives a POP3 object to the block and closes the session after block call finishes. This method raises a POPAuthenticationError if authentication fails.

started?

started?() Instance Public methods true if the POP3 session has started. active?

use_ssl? 2

use_ssl?() Instance Public methods does this instance use SSL?

all

all( dest = '' ) Instance Public methods Alias for: pop

delete

delete() Instance Public methods Marks a message for deletion on the server. Deletion does not actually occur until the end of the session; deletion may be cancelled for all marked messages by calling Net::POP3#reset. This method raises a POPError if an error occurs. Example POP3.start('pop.example.com', 110, 'YourAccount, 'YourPassword') do |pop| n = 1 pop.mails.each do |popmail| File.open("inbox/#{n}", 'w') do |f| f.write popmail.pop end popmail.

delete!

delete!() Instance Public methods Alias for: delete

deleted?

deleted?() Instance Public methods True if the mail has been deleted.

header

header(dest = '') Instance Public methods Fetches the message header. The optional dest argument is obsolete. This method raises a POPError if an error occurs.

inspect

inspect() Instance Public methods Provide human-readable stringification of class state.

mail

mail( dest = '' ) Instance Public methods Alias for: pop

Popular Articles
WheelJoint:isMotorEnabled WheelJoint:isMotorEnabled Available since LÖVE 0.8.0 This method is not supported in earlier versions. Checks if the joint motor is running. Fun
tostring() tostring (v)string.format If the metatable of v has a __tostring field, then tostring calls the corresponding value with v as argument, and uses th
zlib.unzipSync() zlib.unzipSync(buf[, options]) Decompress a Buffer or string with Unzip.
perlnewmod - preparing a new module for distribution NAME DESCRIPTIONWarning What should I make into a module? Step-by-step: Preparing the ground Step-by-step: Making the module Step-by-step: Distribut
ngModel.NgModelController type in module ng NgModelController provides API for the ngModel directive. The controller contains services for data-binding, validation, CSS u


Page 644 of 11844

|< < Prev 641 642 643 644 645 646 647 Next > >|
  • Facebook
  • Tweet
  • Digg it
  • Stumbleupon
  • Delicious
  • Plus Share

Designed by : w10schools

service@w10schools.com

Our Partners: aeeble – Providing content publishing and search solutions