nylas / sync-engine

:incoming_envelope: IMAP/SMTP sync system with modern APIs
https://nylas.com/docs/platform
GNU Affero General Public License v3.0
3.5k stars 354 forks source link

Fixes bug where MAX_ADDRESS_LENGTH is missing in flanker library #459

Closed Seitanas closed 6 years ago

Seitanas commented 6 years ago

Fixes: Fixes bug where MAX_ADDRESS_LENGTH is missing in flanker library

Summary: It appears, that some of flanker library versions do not provide MAX_ADDRESS_LENGTH constant, this patch fixes this issue.

Test Plan:

Reviewers: Please add the reviewer as an assignee to this PR on the right

time-river commented 6 years ago

I have submitted patch in #458. What I want to say is that MAX_ADDRESS_LENGTH defined in flanker.addresslib.address.

Seitanas commented 6 years ago

Closing as there is patch available already. (#458)