APOP(isapop)
Class Public methods
Returns the APOP class if isapop
is
true; otherwise, returns the POP class. For example:
1 2 3 4 5 6 7 | # Example 1 pop = Net:: POP3 :: APOP ( $is_apop ). new (addr, port) # Example 2 Net:: POP3 :: APOP ( $is_apop ).start(addr, port) do |pop| .... end |
Please login to continue.