Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy load message text and attachments data #285

Merged
merged 1 commit into from
May 5, 2019

Commits on Mar 29, 2019

  1. Lazy load message text and attachments data

    fixes barbushin#150 barbushin#167 barbushin#122  as discussed at barbushin#284 instead of trying to avoid loading attachments rather put it off until it is needed.
    we can do the same for text plain and text html as well, what you don't need won't be retrieved.
    solution remains non breaking, public lazy load properties are implemented as property magic getter
    nickl- committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    585e422 View commit details
    Browse the repository at this point in the history