Improved wording
This commit is contained in:
parent
0c1d48736c
commit
aa23cc0eb1
|
@ -28,7 +28,7 @@ val mailsWithEInvoices = mailReader.listAllMessagesWithEInvoice(MailAccount(
|
||||||
username = "", // your mail account username
|
username = "", // your mail account username
|
||||||
password = "", // your mail account username
|
password = "", // your mail account username
|
||||||
serverAddress = "", // IMAP server address
|
serverAddress = "", // IMAP server address
|
||||||
port = null // IMAP server port, leave null if default port 993
|
port = null // IMAP server port, can be left null for default port 993
|
||||||
))
|
))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ class Demonstration {
|
||||||
username = "", // your mail account username
|
username = "", // your mail account username
|
||||||
password = "", // your mail account username
|
password = "", // your mail account username
|
||||||
serverAddress = "", // IMAP server address
|
serverAddress = "", // IMAP server address
|
||||||
port = null // IMAP server port, leave null if default port 993
|
port = null // IMAP server port, can be left null for default port 993
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ class MailReaderTest {
|
||||||
username = "",
|
username = "",
|
||||||
password = "",
|
password = "",
|
||||||
serverAddress = "",
|
serverAddress = "",
|
||||||
port = null // can be left as null if default port 993 is used
|
port = null // IMAP server port, can be left null for default port 993
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue