Project

General

Profile

Actions

Feature #5198

closed

IMAP -- would like fucntions that return the default ports

Added by art.lussos (art lussos) over 12 years ago. Updated over 12 years ago.

Status:
Closed
Target version:
[ruby-core:38997]

Description

POP and SMTP have functions like this and it would be nice to have them in IMAP as well.

The default port for IMAP connections, port 143

def self.default_imap_port
PORT
end

The default port for POP3S connections, port 993

def self.default_imap_ssl_port
SSL_PORT
end

Actions

Also available in: Atom PDF

Like0
Like0Like0