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

LateInitializationError: Field '_serverInfo@740481704' has not been initialized. #211

Closed klienn closed 1 year ago

klienn commented 1 year ago

This is really bugging me since yesterday. Any suggestion is much appreciated

robert-virkus commented 1 year ago

Sorry for the late response, probably your initialization code is not awaiting the connect call or similar. Please show me the code so that I can help.