Enough-Software / enough_mail

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Mozilla Public License 2.0
100 stars 56 forks source link

Prefer the Mailbox pathSeparator over the MailAccount pathSeparator #227

Closed nruzzu closed 8 months ago

nruzzu commented 8 months ago

226

As a proposal prefer the pathSeparator of the first Mailbox. The else path is quite useless because for an empty MailBox list the pathSeparator has no meaning.

robert-virkus commented 8 months ago

Many thanks - additionally I will try finding out why the incoming path does not seem to get updated.