mailslurp_client 15.19.1 → 15.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mailslurp_client/api/imap_controller_api.rb +65 -0
- data/lib/mailslurp_client/models/alias_projection.rb +29 -29
- data/lib/mailslurp_client/models/attachment_projection.rb +29 -29
- data/lib/mailslurp_client/models/bounce_projection.rb +19 -19
- data/lib/mailslurp_client/models/bounce_recipient_projection.rb +15 -15
- data/lib/mailslurp_client/models/connector_projection.rb +15 -15
- data/lib/mailslurp_client/models/connector_sync_event_projection.rb +15 -15
- data/lib/mailslurp_client/models/contact_projection.rb +10 -10
- data/lib/mailslurp_client/models/email_projection.rb +19 -19
- data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +15 -15
- data/lib/mailslurp_client/models/imap_email_projection.rb +25 -1
- data/lib/mailslurp_client/models/imap_mailbox_status.rb +367 -0
- data/lib/mailslurp_client/models/imap_server_status_options.rb +241 -0
- data/lib/mailslurp_client/models/imap_server_status_result.rb +207 -0
- data/lib/mailslurp_client/models/inbox_forwarder_event_projection.rb +10 -10
- data/lib/mailslurp_client/models/inbox_replier_event_projection.rb +14 -14
- data/lib/mailslurp_client/models/list_unsubscribe_recipient_projection.rb +15 -15
- data/lib/mailslurp_client/models/missed_email_projection.rb +14 -14
- data/lib/mailslurp_client/models/page_alias.rb +15 -15
- data/lib/mailslurp_client/models/page_attachment_entity.rb +15 -15
- data/lib/mailslurp_client/models/page_bounced_email.rb +15 -15
- data/lib/mailslurp_client/models/page_bounced_recipients.rb +15 -15
- data/lib/mailslurp_client/models/page_complaint.rb +15 -15
- data/lib/mailslurp_client/models/page_connector.rb +15 -15
- data/lib/mailslurp_client/models/page_connector_sync_events.rb +15 -15
- data/lib/mailslurp_client/models/page_contact_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_delivery_status.rb +15 -15
- data/lib/mailslurp_client/models/page_email_preview.rb +15 -15
- data/lib/mailslurp_client/models/page_email_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_email_validation_request.rb +15 -15
- data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_group_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_forwarder_events.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_replier_dto.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_replier_events.rb +15 -15
- data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +15 -15
- data/lib/mailslurp_client/models/page_list_unsubscribe_recipients.rb +15 -15
- data/lib/mailslurp_client/models/page_missed_email_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_phone_number_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_scheduled_jobs.rb +15 -15
- data/lib/mailslurp_client/models/page_sent_email_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_sent_email_with_queue_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_sms_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_template_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_thread_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_webhook_projection.rb +15 -15
- data/lib/mailslurp_client/models/page_webhook_result.rb +15 -15
- data/lib/mailslurp_client/models/phone_number_projection.rb +15 -15
- data/lib/mailslurp_client/models/sent_email_projection.rb +27 -27
- data/lib/mailslurp_client/models/sms_projection.rb +29 -29
- data/lib/mailslurp_client/models/template_projection.rb +17 -17
- data/lib/mailslurp_client/models/thread_projection.rb +35 -35
- data/lib/mailslurp_client/models/tracking_pixel_projection.rb +15 -15
- data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +13 -13
- data/lib/mailslurp_client/models/webhook_projection.rb +25 -25
- data/lib/mailslurp_client/version.rb +1 -1
- data/lib/mailslurp_client.rb +3 -0
- metadata +5 -2
@@ -15,6 +15,8 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Tracking pixel data
|
17
17
|
class TrackingPixelProjection
|
18
|
+
attr_accessor :created_at
|
19
|
+
|
18
20
|
attr_accessor :inbox_id
|
19
21
|
|
20
22
|
attr_accessor :user_id
|
@@ -27,8 +29,6 @@ module MailSlurpClient
|
|
27
29
|
|
28
30
|
attr_accessor :seen_at
|
29
31
|
|
30
|
-
attr_accessor :created_at
|
31
|
-
|
32
32
|
attr_accessor :name
|
33
33
|
|
34
34
|
attr_accessor :id
|
@@ -36,13 +36,13 @@ module MailSlurpClient
|
|
36
36
|
# Attribute mapping from ruby-style variable name to JSON key.
|
37
37
|
def self.attribute_map
|
38
38
|
{
|
39
|
+
:'created_at' => :'createdAt',
|
39
40
|
:'inbox_id' => :'inboxId',
|
40
41
|
:'user_id' => :'userId',
|
41
42
|
:'sent_email_id' => :'sentEmailId',
|
42
43
|
:'recipient' => :'recipient',
|
43
44
|
:'seen' => :'seen',
|
44
45
|
:'seen_at' => :'seenAt',
|
45
|
-
:'created_at' => :'createdAt',
|
46
46
|
:'name' => :'name',
|
47
47
|
:'id' => :'id'
|
48
48
|
}
|
@@ -51,13 +51,13 @@ module MailSlurpClient
|
|
51
51
|
# Attribute type mapping.
|
52
52
|
def self.openapi_types
|
53
53
|
{
|
54
|
+
:'created_at' => :'DateTime',
|
54
55
|
:'inbox_id' => :'String',
|
55
56
|
:'user_id' => :'String',
|
56
57
|
:'sent_email_id' => :'String',
|
57
58
|
:'recipient' => :'String',
|
58
59
|
:'seen' => :'Boolean',
|
59
60
|
:'seen_at' => :'DateTime',
|
60
|
-
:'created_at' => :'DateTime',
|
61
61
|
:'name' => :'String',
|
62
62
|
:'id' => :'String'
|
63
63
|
}
|
@@ -84,6 +84,10 @@ module MailSlurpClient
|
|
84
84
|
h[k.to_sym] = v
|
85
85
|
}
|
86
86
|
|
87
|
+
if attributes.key?(:'created_at')
|
88
|
+
self.created_at = attributes[:'created_at']
|
89
|
+
end
|
90
|
+
|
87
91
|
if attributes.key?(:'inbox_id')
|
88
92
|
self.inbox_id = attributes[:'inbox_id']
|
89
93
|
end
|
@@ -108,10 +112,6 @@ module MailSlurpClient
|
|
108
112
|
self.seen_at = attributes[:'seen_at']
|
109
113
|
end
|
110
114
|
|
111
|
-
if attributes.key?(:'created_at')
|
112
|
-
self.created_at = attributes[:'created_at']
|
113
|
-
end
|
114
|
-
|
115
115
|
if attributes.key?(:'name')
|
116
116
|
self.name = attributes[:'name']
|
117
117
|
end
|
@@ -125,6 +125,10 @@ module MailSlurpClient
|
|
125
125
|
# @return Array for valid properties with the reasons
|
126
126
|
def list_invalid_properties
|
127
127
|
invalid_properties = Array.new
|
128
|
+
if @created_at.nil?
|
129
|
+
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
130
|
+
end
|
131
|
+
|
128
132
|
if @user_id.nil?
|
129
133
|
invalid_properties.push('invalid value for "user_id", user_id cannot be nil.')
|
130
134
|
end
|
@@ -133,10 +137,6 @@ module MailSlurpClient
|
|
133
137
|
invalid_properties.push('invalid value for "seen", seen cannot be nil.')
|
134
138
|
end
|
135
139
|
|
136
|
-
if @created_at.nil?
|
137
|
-
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
138
|
-
end
|
139
|
-
|
140
140
|
if @id.nil?
|
141
141
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
142
142
|
end
|
@@ -147,9 +147,9 @@ module MailSlurpClient
|
|
147
147
|
# Check to see if the all the properties in the model are valid
|
148
148
|
# @return true if the model is valid
|
149
149
|
def valid?
|
150
|
+
return false if @created_at.nil?
|
150
151
|
return false if @user_id.nil?
|
151
152
|
return false if @seen.nil?
|
152
|
-
return false if @created_at.nil?
|
153
153
|
return false if @id.nil?
|
154
154
|
true
|
155
155
|
end
|
@@ -159,13 +159,13 @@ module MailSlurpClient
|
|
159
159
|
def ==(o)
|
160
160
|
return true if self.equal?(o)
|
161
161
|
self.class == o.class &&
|
162
|
+
created_at == o.created_at &&
|
162
163
|
inbox_id == o.inbox_id &&
|
163
164
|
user_id == o.user_id &&
|
164
165
|
sent_email_id == o.sent_email_id &&
|
165
166
|
recipient == o.recipient &&
|
166
167
|
seen == o.seen &&
|
167
168
|
seen_at == o.seen_at &&
|
168
|
-
created_at == o.created_at &&
|
169
169
|
name == o.name &&
|
170
170
|
id == o.id
|
171
171
|
end
|
@@ -179,7 +179,7 @@ module MailSlurpClient
|
|
179
179
|
# Calculates hash code according to all attributes.
|
180
180
|
# @return [Integer] Hash code
|
181
181
|
def hash
|
182
|
-
[inbox_id, user_id, sent_email_id, recipient, seen, seen_at,
|
182
|
+
[created_at, inbox_id, user_id, sent_email_id, recipient, seen, seen_at, name, id].hash
|
183
183
|
end
|
184
184
|
|
185
185
|
# Builds the object from hash
|
@@ -15,11 +15,11 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Unknown missed email projection
|
17
17
|
class UnknownMissedEmailProjection
|
18
|
-
attr_accessor :
|
18
|
+
attr_accessor :created_at
|
19
19
|
|
20
20
|
attr_accessor :to
|
21
21
|
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :subject
|
23
23
|
|
24
24
|
attr_accessor :id
|
25
25
|
|
@@ -28,9 +28,9 @@ module MailSlurpClient
|
|
28
28
|
# Attribute mapping from ruby-style variable name to JSON key.
|
29
29
|
def self.attribute_map
|
30
30
|
{
|
31
|
-
:'subject' => :'subject',
|
32
|
-
:'to' => :'to',
|
33
31
|
:'created_at' => :'createdAt',
|
32
|
+
:'to' => :'to',
|
33
|
+
:'subject' => :'subject',
|
34
34
|
:'id' => :'id',
|
35
35
|
:'from' => :'from'
|
36
36
|
}
|
@@ -39,9 +39,9 @@ module MailSlurpClient
|
|
39
39
|
# Attribute type mapping.
|
40
40
|
def self.openapi_types
|
41
41
|
{
|
42
|
-
:'subject' => :'String',
|
43
|
-
:'to' => :'Array<String>',
|
44
42
|
:'created_at' => :'DateTime',
|
43
|
+
:'to' => :'Array<String>',
|
44
|
+
:'subject' => :'String',
|
45
45
|
:'id' => :'String',
|
46
46
|
:'from' => :'String'
|
47
47
|
}
|
@@ -68,8 +68,8 @@ module MailSlurpClient
|
|
68
68
|
h[k.to_sym] = v
|
69
69
|
}
|
70
70
|
|
71
|
-
if attributes.key?(:'
|
72
|
-
self.
|
71
|
+
if attributes.key?(:'created_at')
|
72
|
+
self.created_at = attributes[:'created_at']
|
73
73
|
end
|
74
74
|
|
75
75
|
if attributes.key?(:'to')
|
@@ -78,8 +78,8 @@ module MailSlurpClient
|
|
78
78
|
end
|
79
79
|
end
|
80
80
|
|
81
|
-
if attributes.key?(:'
|
82
|
-
self.
|
81
|
+
if attributes.key?(:'subject')
|
82
|
+
self.subject = attributes[:'subject']
|
83
83
|
end
|
84
84
|
|
85
85
|
if attributes.key?(:'id')
|
@@ -119,9 +119,9 @@ module MailSlurpClient
|
|
119
119
|
def ==(o)
|
120
120
|
return true if self.equal?(o)
|
121
121
|
self.class == o.class &&
|
122
|
-
subject == o.subject &&
|
123
|
-
to == o.to &&
|
124
122
|
created_at == o.created_at &&
|
123
|
+
to == o.to &&
|
124
|
+
subject == o.subject &&
|
125
125
|
id == o.id &&
|
126
126
|
from == o.from
|
127
127
|
end
|
@@ -135,7 +135,7 @@ module MailSlurpClient
|
|
135
135
|
# Calculates hash code according to all attributes.
|
136
136
|
# @return [Integer] Hash code
|
137
137
|
def hash
|
138
|
-
[
|
138
|
+
[created_at, to, subject, id, from].hash
|
139
139
|
end
|
140
140
|
|
141
141
|
# Builds the object from hash
|
@@ -15,6 +15,10 @@ require 'date'
|
|
15
15
|
module MailSlurpClient
|
16
16
|
# Representation of a webhook
|
17
17
|
class WebhookProjection
|
18
|
+
attr_accessor :created_at
|
19
|
+
|
20
|
+
attr_accessor :updated_at
|
21
|
+
|
18
22
|
attr_accessor :url
|
19
23
|
|
20
24
|
attr_accessor :inbox_id
|
@@ -23,10 +27,6 @@ module MailSlurpClient
|
|
23
27
|
|
24
28
|
attr_accessor :phone_number_id
|
25
29
|
|
26
|
-
attr_accessor :created_at
|
27
|
-
|
28
|
-
attr_accessor :updated_at
|
29
|
-
|
30
30
|
attr_accessor :name
|
31
31
|
|
32
32
|
attr_accessor :id
|
@@ -56,12 +56,12 @@ module MailSlurpClient
|
|
56
56
|
# Attribute mapping from ruby-style variable name to JSON key.
|
57
57
|
def self.attribute_map
|
58
58
|
{
|
59
|
+
:'created_at' => :'createdAt',
|
60
|
+
:'updated_at' => :'updatedAt',
|
59
61
|
:'url' => :'url',
|
60
62
|
:'inbox_id' => :'inboxId',
|
61
63
|
:'event_name' => :'eventName',
|
62
64
|
:'phone_number_id' => :'phoneNumberId',
|
63
|
-
:'created_at' => :'createdAt',
|
64
|
-
:'updated_at' => :'updatedAt',
|
65
65
|
:'name' => :'name',
|
66
66
|
:'id' => :'id'
|
67
67
|
}
|
@@ -70,12 +70,12 @@ module MailSlurpClient
|
|
70
70
|
# Attribute type mapping.
|
71
71
|
def self.openapi_types
|
72
72
|
{
|
73
|
+
:'created_at' => :'DateTime',
|
74
|
+
:'updated_at' => :'DateTime',
|
73
75
|
:'url' => :'String',
|
74
76
|
:'inbox_id' => :'String',
|
75
77
|
:'event_name' => :'String',
|
76
78
|
:'phone_number_id' => :'String',
|
77
|
-
:'created_at' => :'DateTime',
|
78
|
-
:'updated_at' => :'DateTime',
|
79
79
|
:'name' => :'String',
|
80
80
|
:'id' => :'String'
|
81
81
|
}
|
@@ -102,6 +102,14 @@ module MailSlurpClient
|
|
102
102
|
h[k.to_sym] = v
|
103
103
|
}
|
104
104
|
|
105
|
+
if attributes.key?(:'created_at')
|
106
|
+
self.created_at = attributes[:'created_at']
|
107
|
+
end
|
108
|
+
|
109
|
+
if attributes.key?(:'updated_at')
|
110
|
+
self.updated_at = attributes[:'updated_at']
|
111
|
+
end
|
112
|
+
|
105
113
|
if attributes.key?(:'url')
|
106
114
|
self.url = attributes[:'url']
|
107
115
|
end
|
@@ -118,14 +126,6 @@ module MailSlurpClient
|
|
118
126
|
self.phone_number_id = attributes[:'phone_number_id']
|
119
127
|
end
|
120
128
|
|
121
|
-
if attributes.key?(:'created_at')
|
122
|
-
self.created_at = attributes[:'created_at']
|
123
|
-
end
|
124
|
-
|
125
|
-
if attributes.key?(:'updated_at')
|
126
|
-
self.updated_at = attributes[:'updated_at']
|
127
|
-
end
|
128
|
-
|
129
129
|
if attributes.key?(:'name')
|
130
130
|
self.name = attributes[:'name']
|
131
131
|
end
|
@@ -139,10 +139,6 @@ module MailSlurpClient
|
|
139
139
|
# @return Array for valid properties with the reasons
|
140
140
|
def list_invalid_properties
|
141
141
|
invalid_properties = Array.new
|
142
|
-
if @url.nil?
|
143
|
-
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
144
|
-
end
|
145
|
-
|
146
142
|
if @created_at.nil?
|
147
143
|
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
148
144
|
end
|
@@ -151,6 +147,10 @@ module MailSlurpClient
|
|
151
147
|
invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
|
152
148
|
end
|
153
149
|
|
150
|
+
if @url.nil?
|
151
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
152
|
+
end
|
153
|
+
|
154
154
|
if @id.nil?
|
155
155
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
156
156
|
end
|
@@ -161,11 +161,11 @@ module MailSlurpClient
|
|
161
161
|
# Check to see if the all the properties in the model are valid
|
162
162
|
# @return true if the model is valid
|
163
163
|
def valid?
|
164
|
+
return false if @created_at.nil?
|
165
|
+
return false if @updated_at.nil?
|
164
166
|
return false if @url.nil?
|
165
167
|
event_name_validator = EnumAttributeValidator.new('String', ["EMAIL_RECEIVED", "NEW_EMAIL", "NEW_CONTACT", "NEW_ATTACHMENT", "EMAIL_OPENED", "EMAIL_READ", "DELIVERY_STATUS", "BOUNCE", "BOUNCE_RECIPIENT", "NEW_SMS"])
|
166
168
|
return false unless event_name_validator.valid?(@event_name)
|
167
|
-
return false if @created_at.nil?
|
168
|
-
return false if @updated_at.nil?
|
169
169
|
return false if @id.nil?
|
170
170
|
true
|
171
171
|
end
|
@@ -185,12 +185,12 @@ module MailSlurpClient
|
|
185
185
|
def ==(o)
|
186
186
|
return true if self.equal?(o)
|
187
187
|
self.class == o.class &&
|
188
|
+
created_at == o.created_at &&
|
189
|
+
updated_at == o.updated_at &&
|
188
190
|
url == o.url &&
|
189
191
|
inbox_id == o.inbox_id &&
|
190
192
|
event_name == o.event_name &&
|
191
193
|
phone_number_id == o.phone_number_id &&
|
192
|
-
created_at == o.created_at &&
|
193
|
-
updated_at == o.updated_at &&
|
194
194
|
name == o.name &&
|
195
195
|
id == o.id
|
196
196
|
end
|
@@ -204,7 +204,7 @@ module MailSlurpClient
|
|
204
204
|
# Calculates hash code according to all attributes.
|
205
205
|
# @return [Integer] Hash code
|
206
206
|
def hash
|
207
|
-
[url, inbox_id, event_name, phone_number_id,
|
207
|
+
[created_at, updated_at, url, inbox_id, event_name, phone_number_id, name, id].hash
|
208
208
|
end
|
209
209
|
|
210
210
|
# Builds the object from hash
|
data/lib/mailslurp_client.rb
CHANGED
@@ -143,12 +143,15 @@ require 'mailslurp_client/models/image_issue'
|
|
143
143
|
require 'mailslurp_client/models/imap_access_details'
|
144
144
|
require 'mailslurp_client/models/imap_email_projection'
|
145
145
|
require 'mailslurp_client/models/imap_flag_operation_options'
|
146
|
+
require 'mailslurp_client/models/imap_mailbox_status'
|
146
147
|
require 'mailslurp_client/models/imap_server_fetch_item'
|
147
148
|
require 'mailslurp_client/models/imap_server_fetch_result'
|
148
149
|
require 'mailslurp_client/models/imap_server_list_options'
|
149
150
|
require 'mailslurp_client/models/imap_server_list_result'
|
150
151
|
require 'mailslurp_client/models/imap_server_search_options'
|
151
152
|
require 'mailslurp_client/models/imap_server_search_result'
|
153
|
+
require 'mailslurp_client/models/imap_server_status_options'
|
154
|
+
require 'mailslurp_client/models/imap_server_status_result'
|
152
155
|
require 'mailslurp_client/models/imap_smtp_access_details'
|
153
156
|
require 'mailslurp_client/models/imap_update_flags_options'
|
154
157
|
require 'mailslurp_client/models/inbox_by_email_address_result'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mailslurp_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 15.19.
|
4
|
+
version: 15.19.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mailslurp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Create emails addresses in Ruby then send and receive real emails and
|
14
14
|
attachments. See https://www.mailslurp.com/ruby/ for full Ruby documentation. Get
|
@@ -181,12 +181,15 @@ files:
|
|
181
181
|
- lib/mailslurp_client/models/imap_access_details.rb
|
182
182
|
- lib/mailslurp_client/models/imap_email_projection.rb
|
183
183
|
- lib/mailslurp_client/models/imap_flag_operation_options.rb
|
184
|
+
- lib/mailslurp_client/models/imap_mailbox_status.rb
|
184
185
|
- lib/mailslurp_client/models/imap_server_fetch_item.rb
|
185
186
|
- lib/mailslurp_client/models/imap_server_fetch_result.rb
|
186
187
|
- lib/mailslurp_client/models/imap_server_list_options.rb
|
187
188
|
- lib/mailslurp_client/models/imap_server_list_result.rb
|
188
189
|
- lib/mailslurp_client/models/imap_server_search_options.rb
|
189
190
|
- lib/mailslurp_client/models/imap_server_search_result.rb
|
191
|
+
- lib/mailslurp_client/models/imap_server_status_options.rb
|
192
|
+
- lib/mailslurp_client/models/imap_server_status_result.rb
|
190
193
|
- lib/mailslurp_client/models/imap_smtp_access_details.rb
|
191
194
|
- lib/mailslurp_client/models/imap_update_flags_options.rb
|
192
195
|
- lib/mailslurp_client/models/inbox_by_email_address_result.rb
|