A multi-platform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!
GNU Affero General Public License v3.0
327
stars
75
forks
source link
[TN-DGD] List of recipients from file #3268
Open
chibenwa opened 2 weeks ago
Summary
Given
rcpt.txt
containing une valid mail address per lineEG:
When I drag and drop it in a recipient field (
To
,Cc
orBcc
)Then the field is filled with content of the file
Note: If an email is invalid an error toast message is displayed and the line number of the error is shown.