Local Email Archive Store for Offline Access

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing email archive systems face issues such as slow retrieval times for archived emails, limited user access when offline, and inadequate support for email features like previewing archived content, leading to a suboptimal user experience.

Innovation Solution

Implementing a local email archive store on the user's client computer that intercepts requests for archived emails, allowing local retrieval and display of content in a preview pane, with configurable storage size management and backfilling to enhance performance and accessibility.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If emails are archived to reduce storage requirements, then storage efficiency is improved, but retrieval time increases

Engineering Contradiction:
Improvestorage requirementsVSAvoidretrieval time
Core Design Contradiction:
Quantity of substanceVSLoss of time

Solution Approach 1:

The email system is segmented into active email store and archived email store, with the archived store further divided into remote archive and local cache. This segmentation allows frequently accessed emails to be cached locally while less frequently accessed emails remain in remote storage, thus reducing retrieval time for important emails while maintaining overall storage efficiency.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary actions by proactively caching archived emails that are likely to be needed in the future to the local archive store before they are actually requested. This predictive caching mechanism reduces retrieval time by having emails ready in advance, while maintaining storage efficiency by only caching emails that meet certain criteria.

Inventive Principle:
Principle #10Preliminary action

2Quantity of substance

If archived emails are stored remotely, then storage efficiency is improved, but offline access capability deteriorates

Engineering Contradiction:
Improvestorage efficiencyVSAvoidoffline access capability
Core Design Contradiction:
Quantity of substanceVSReliability

Solution Approach 1:

The archived email storage is segmented into remote archive and local cache components. The local cache stores copies of archived emails that can be accessed offline, while the remote archive maintains the master copy. This segmentation enables offline access to frequently needed emails while maintaining storage efficiency through centralized remote archiving.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system creates local copies of archived emails in the local archive store, allowing users to access these emails offline without requiring connection to the remote archive. This copying mechanism ensures reliability for offline access while maintaining storage efficiency by only copying emails that are likely to be needed.

Inventive Principle:
Principle #26Copying

3Ease of operation

If full archived email content is made accessible in preview pane, then user experience is improved, but system complexity increases

Engineering Contradiction:
Improveuser experienceVSAvoidsystem complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The system copies full content of archived emails from the archive store to the local email store temporarily, enabling the preview pane to display complete archived email content just like regular emails. This copying approach improves user experience by providing full content visibility while managing system complexity through on-demand copying rather than permanent storage duplication.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS7730147B1Prioritizing archived email requests
Publication Date: 2010.06.01 EMC IP HLDG CO LLC
  • US7730147B1 patent drawing
  • US7730147B1 patent drawing
  • US7730147B1 patent drawing

AI summary

An email archive system and associated techniques are described. Archived emails may be stored locally on a user's client computer in a local archive store. The email archive system and associated techniques may interact with an email message system and an email client application.