= private = protected
n_bytes()
Returns the total size in bytes of all the messages on the POP server.
# File lib/net/pop.rb, line 631 def n_bytes return @n_bytes if @n_bytes @n_mails, @n_bytes = command().stat @n_bytes end