mirror of
https://github.com/vlang/v.git
synced 2025-09-18 20:07:02 -04:00
net.smtp: make public the Attachment fields (to be used as plain structs in initialisation) (#23477)
This commit is contained in:
parent
db8d2510a2
commit
d680c4227b
@ -61,9 +61,10 @@ pub:
|
||||
}
|
||||
|
||||
pub struct Attachment {
|
||||
pub:
|
||||
cid string
|
||||
filename string
|
||||
bytes []u8
|
||||
cid string
|
||||
}
|
||||
|
||||
// new_client returns a new SMTP client and connects to it
|
||||
|
Loading…
x
Reference in New Issue
Block a user