# Enhancing Email Functionality using Late Bound Content

**Authors:** Haojian Jin, Vita Chen, Ritwik Rajendra, Jason Hong

arXiv: 1907.01423 · 2019-07-03

## TL;DR

The paper proposes a novel technique called late bound content that enhances email functionality by deferring content loading, enabling dynamic updates without altering existing email infrastructure.

## Contribution

It introduces a generalizable method for deferring email content binding via image lazy-loading, allowing updates and new features without infrastructure changes.

## Key findings

- Enables email content updates after delivery
- Supports new email functionalities without infrastructure modifications
- Demonstrates practical utility through four example features

## Abstract

Email is one of the most successful computer applications yet devised. Communication features in email, however, have remained relatively static in years. We investigate one way of expanding email functionality without modifying the existing email infrastructure. We introduce email late bound content, a simple and generalizable technique that defers message content binding through image lazy-loading. Parts of an email are converted into external images embedded in HTML code snippets, making it so that email clients will defer the image download (i.e. content binding) until the moment users open the email. This late bound content allows email senders and third party services to update delivered emails. To illustrate the utilities of late bound content, we present four new example features and discuss the tradeoffs of email content late binding.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.01423/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1907.01423/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1907.01423/full.md

---
Source: https://tomesphere.com/paper/1907.01423