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
105 stars 55 forks source link

Prefer the Mailbox pathSeparator over the MailAccount pathSeparator #227

Closed nruzzu closed 1 year ago

nruzzu commented 1 year 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 1 year ago

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