@@ -57,9 +57,7 @@ def self.[](config) # :nodoc: unfinished API
57
57
58
58
# The debug mode (boolean)
59
59
#
60
- # | Starting with version | The default value is |
61
- # |-----------------------|----------------------|
62
- # | _original_ | +false+ |
60
+ # The default value is +false+.
63
61
attr_accessor :debug , type : :boolean
64
62
65
63
# method: debug?
@@ -72,17 +70,13 @@ def self.[](config) # :nodoc: unfinished API
72
70
# If the IMAP object cannot open a connection within this time,
73
71
# it raises a Net::OpenTimeout exception. See Net::IMAP.new.
74
72
#
75
- # | Starting with version | The default value is |
76
- # |-----------------------|----------------------|
77
- # | _original_ | +30+ seconds |
73
+ # The default value is +30+ seconds.
78
74
attr_accessor :open_timeout , type : Integer
79
75
80
76
# Seconds to wait until an IDLE response is received, after
81
77
# the client asks to leave the IDLE state. See Net::IMAP#idle_done.
82
78
#
83
- # | Starting with version | The default value is |
84
- # |-----------------------|----------------------|
85
- # | _original_ | +5+ seconds |
79
+ # The default value is +5+ seconds.
86
80
attr_accessor :idle_response_timeout , type : Integer
87
81
88
82
# Creates a new config object and initialize its attribute with +attrs+.
0 commit comments