You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: Airmail calls ampPileChangedRecipients with [info.localMessage GetMails] set to an array of one NSString: "[email protected]"
Actual: Airmail calls ampPileChangedRecipients with [info.localMessage GetMails] set to an array of one NSString: "[email protected]"
Subsequent calls work as expected, and checking after a delay works as expected. For example, this code will re-run ampPileChangedRecipients with the correct data after a short delay (which solves #8):
When opening the composer to reply to a message,
AMPComposerInfo.localMessage.GetMails
only returns the "from" address. This leads to bugs like #8.Repro
Expected: Airmail calls
ampPileChangedRecipients
with[info.localMessage GetMails]
set to an array of one NSString: "[email protected]"Actual: Airmail calls
ampPileChangedRecipients
with[info.localMessage GetMails]
set to an array of one NSString: "[email protected]"Subsequent calls work as expected, and checking after a delay works as expected. For example, this code will re-run
ampPileChangedRecipients
with the correct data after a short delay (which solves #8):The text was updated successfully, but these errors were encountered: