linagora / tmail-flutter

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

chibenwa commented 2 weeks ago

Summary

Given rcpt.txt containing une valid mail address per line

EG:

# Lines starting with # are ignored
bob@dgd.com
alice@dgd.com

# blank lines are ignored
cedric@dgd.com

When I drag and drop it in a recipient field (To, Cc or Bcc)

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.