WO2003003263A2 - E-mail manager program for a wireless information device - Google Patents
E-mail manager program for a wireless information device Download PDFInfo
- Publication number
- WO2003003263A2 WO2003003263A2 PCT/GB2002/003006 GB0203006W WO03003263A2 WO 2003003263 A2 WO2003003263 A2 WO 2003003263A2 GB 0203006 W GB0203006 W GB 0203006W WO 03003263 A2 WO03003263 A2 WO 03003263A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- wid
- header information
- attachment
- message
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/58—Message adaptation for wireless communication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/06—Message adaptation to terminal or network requirements
- H04L51/063—Content adaptation, e.g. replacement of unsuitable content
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/07—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
- H04L51/08—Annexed information, e.g. attachments
Definitions
- This invention relates to an e-mail manager program for a wireless information device receiving e-mail from a remote mail server.
- the term 'wireless information device' used in this patent specification should be expansively construed to cover any kind of device with two way wireless information capabilities and includes without limitation radio telephones, smart phones, communicators, personal computers, computers and application specific devices. It includes devices able to communicate in any manner over any kind of network, such as GSM or UMTS, CDMA and WCDMA mobile radio, Bluetooth, 802.11, IrDA etc.
- Wireless information devices CWIDs typically portable computers or smart phones, generally offer an e-mail application.
- mail is downloaded to a mail server which the WID connects to in order to download e-mail; the connection may be transient or always-on.
- the remote e-mail server keeps a master copy of all e-mails sent to and from each connected WID.
- Each WID downloads its mail when it connects to and synchronises with the mail server.
- a wireless information device programmed with an e-mail manager program that deletes the body and/or an attachment to an e-mail message, cached locally on the device, leaving the header information, in order to free up memory space in the device.
- the header information typically includes basic information such as the sender's name, the e-mail message subject and the date of the e-mail message. It is in essence the envelope which contains the message content and enables the message to be delivered to the correct addressee.
- This approach can significantly reduce the memory space occupied by an e-mail, but still allow a user to perform many useful e-mail functions. For example, if an e-mail with a large attachment is received at the WID, a user can decide that he does not need the attachment stored on the WID after viewing the attachment; the attachment alone can be deleted, leaving the body of the e-mail and its header. The e-mail is then marked as 'incomplete' in the list of e-mails displayed on the WID; offline operations (i.e.
- the e-mail message may comprise content in any format, such as text, images, speech and music.
- the ability to selectively retain only header information can be particularly useful with some non-text categories of e-mail, such as picture messages (e.g. electronic images sent between mobile telephones equipped with cameras — these may have no text content at all).
- Picture messages (usually in MIME format) can occupy considerable space and it is important to offer a simple to use method which allows users to keep the memory taken up by these images on their WIDs at acceptable levels.
- a WID it is possible for a WID to download picture messages to the WID but to apply (manually or automatically) rules based on the frequency of viewing or e-mail age to determine how important it is to retain the image on the WID and to prompt a user whether the image can be removed from the WID.
- a method of managing e-mail received at a wireless information device comprises the step of deleting the body and/or an attachment to an e-mail message cached locally on the device, leaving the header information, in order to free up memory space at the device.
- the method comprises the step of deleting the body and/or an attachment to an e-mail message cached locally on the device, leaving the header information, in order to free up memory space at the device.
- e-mail body text and/ or attachments can be deleted (manually, or automatically through useage based rules or time schedules) from e- mail messages received and stored locally on a device, but can subsequently be retrieved from the remote mail server which sent the messages.
- This allows scarce memory on the local device to be freed up, yet (a) allows a user to perform offline operations on the e- ail which require only header information (e.g.
- the present invention is implemented in the Nokia 9210 communicator; its operation can be seen if one fetches an e-mail over POP3 or IMAP4 and then goes offline. If a
- Disconnected Mode Cache Management APIs A mailbox on a local WID that is being used in disconnected mode (i.e. not connected to a mail server) will allow the user access to message data by opening the message directly from the mailbox. If the required message has been downloaded previously then it will not necessarily need to be downloaded again. This functionality is achieved by preserving the message data locally at the WID, under the remote service entry. The preserved message data acts as a cache to allow the user access to the message without the need for it to be downloaded every time.
- Cache management functionality is however required to reduce the amount of memory that is consumed by the message cache. This is achieved by deleting the body text and the attachment data from the appropriate messages. It should be noted that, while the text and attachment data is deleted, the structure of the message is preserved locally at the WID. It is also possible to delete the structure too, leaving only the top level header information (e.g. sender, subject, date sent etc.).
- the cache management implementation gives the user the chance to implement an appropriate filter in order to decide which messages are processed, for example it could be restricted to 'all read messages over a week old,' or, 'all read messages, over 20K in size which are also over a day old.'
- This class provides a mechanism for asynchronously traversing a message tree and for removing the text and attachment data from appropriate messages. It is an abstract base class and therefore the caller must derive from it, implementing the Filter function, before it can be used.
- class CImCacheManager public CMsvOperation ⁇ public:
- IMPORT_C void StartL(TMsvId aRootEntry, TRequestStatus &aStatus); IMPORT_C const TDesC8& ProgressLf);
- IMPORT_C CImCacheManager (CMsvSession& aSession, TRequestStatus& aObserverRequestStatus) ;
- StartL void StartL(TMsvId aRootEntry, TRequestStatus &aStatus)
- This function is called to start the cache management operation. It will recursively process the messages starting from the given root entry.
- the progress operation may return 1 for iTotalMessages and 0 for iMessagesProcessed regardless of the total number of messages. This is because the counter for the iTotalMessages operates asynchronously and may not have counted all of the messages at that time.
- This function must be implemented in any classes derived from CImCacheManager. After the StartL command has been issued this function is called once for each message entry. This function should return ETrue if the body text and attachment data belonging to the current message (iCurrentEntry) should be deleted. It should return EFalse if the current message is to be left intact.
- This class is used internally by CImCacheManager and need not be used in conjunction with it.
- This class is exported in order to provide functionality for removing the body text and attachment data from an individually specified message. ClmPruneMessage could be used after a populating operation has failed. It could be used to remove body text and attachment data from remote messages, whilst preserving the message structure.
- Ne L NewLC static ClmPruneMessage* NewL(CMsvEntry& aEntry, RFs& aFs); static ClmPruneMessage* NewLC(CMsvEntry& aEntry, RFs& aFs); Create the ClmPruneMessage object.
- StartL void StartL(TMsvId aMessageEntry, TRequestStatus &aStatus); Starts the ClmPruneMessage object.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
- Mobile Radio Communication Systems (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Telephonic Communication Services (AREA)
Abstract
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP02743398A EP1405243A2 (en) | 2001-06-28 | 2002-06-28 | E-mail manager program for a wireless information device |
| US10/481,732 US20040172453A1 (en) | 2001-06-28 | 2002-06-28 | E-mail manager program for a wireless information device |
| JP2003509369A JP2004536507A (en) | 2001-06-28 | 2002-06-28 | Email manager program for wireless information devices |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| GB0115732.0 | 2001-06-28 | ||
| GB0115732A GB0115732D0 (en) | 2001-06-28 | 2001-06-28 | Email cache management |
| GB0121270A GB0121270D0 (en) | 2001-06-28 | 2001-09-03 | Email cache management |
| GB0121270.3 | 2001-09-03 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2003003263A2 true WO2003003263A2 (en) | 2003-01-09 |
| WO2003003263A3 WO2003003263A3 (en) | 2003-08-28 |
Family
ID=26246256
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/GB2002/003006 Ceased WO2003003263A2 (en) | 2001-06-28 | 2002-06-28 | E-mail manager program for a wireless information device |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20040172453A1 (en) |
| EP (1) | EP1405243A2 (en) |
| JP (1) | JP2004536507A (en) |
| GB (1) | GB2377135B (en) |
| WO (1) | WO2003003263A2 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1770943A1 (en) * | 2005-09-30 | 2007-04-04 | France Telecom S.A. | Method and system for an e-mail service in communication networks |
| US9641475B2 (en) | 2011-06-03 | 2017-05-02 | Sony Corporation | Electronic mail receiving device and method |
Families Citing this family (28)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| ES2348260T3 (en) | 2003-01-31 | 2010-12-02 | Visto Corporation | ASYNCHRON DATA RECOVERY IN REAL TIME. |
| EP1593065B1 (en) | 2003-02-12 | 2006-06-14 | Research In Motion Limited | Methods,mobile devices and computer-readable mediums for managing data |
| GB0308991D0 (en) * | 2003-04-17 | 2003-05-28 | Psion Digital Ltd | A data access replication or communication system comprising a distributed software application |
| US7549043B2 (en) * | 2004-09-01 | 2009-06-16 | Research In Motion Limited | Providing certificate matching in a system and method for searching and retrieving certificates |
| US7631183B2 (en) | 2004-09-01 | 2009-12-08 | Research In Motion Limited | System and method for retrieving related certificates |
| US7640428B2 (en) | 2004-09-02 | 2009-12-29 | Research In Motion Limited | System and method for searching and retrieving certificates |
| DE102004047750A1 (en) * | 2004-09-30 | 2006-04-27 | Siemens Ag | Method and arrangement for managing documents in electronic document folders |
| DE602004009815T2 (en) * | 2004-11-24 | 2008-07-10 | Research In Motion Ltd., Waterloo | Method and apparatus for managing the storage of e-mail information in a mobile station |
| US7212814B2 (en) * | 2004-11-24 | 2007-05-01 | Research In Motion Limited | Methods and apparatus for efficiently managing the storage of e-mail message information for a mobile station |
| CA2493907A1 (en) * | 2005-01-24 | 2006-07-24 | Oz Communications | Wireless e-mail system |
| US7593993B2 (en) | 2005-02-07 | 2009-09-22 | Research In Motion Limited | Method and system for message thread compression |
| EP1691516B1 (en) * | 2005-02-07 | 2008-07-09 | Research In Motion Limited | Method and system for message thread compression |
| US8321381B2 (en) * | 2005-12-19 | 2012-11-27 | Oracle International Corporation | Facilitating a sender of email communications to specify policies with which the email communication are to be managed as a record |
| US7640311B2 (en) | 2006-03-31 | 2009-12-29 | Research In Motion Limited | Method for viewing non-image attachments on a portable electronic device |
| US7511723B2 (en) * | 2006-03-31 | 2009-03-31 | Research In Motion Limited | Method for requesting and viewing an attachment image on a portable electronic device |
| US8601063B2 (en) * | 2006-03-31 | 2013-12-03 | Blackberry Limited | Method for presenting an attachment within an email message |
| US7814161B2 (en) | 2006-06-23 | 2010-10-12 | Research In Motion Limited | System and method for handling electronic mail mismatches |
| EP2080086A4 (en) * | 2006-10-31 | 2011-06-08 | Research In Motion Ltd | Controlling display images on a mobile device |
| US7812852B2 (en) * | 2006-10-31 | 2010-10-12 | Research In Motion Limited | Method and system for zoomable attachment handling on a portable electronic device |
| US8463855B2 (en) * | 2006-11-06 | 2013-06-11 | Research In Motion Limited | System and method of message compression |
| US7475120B1 (en) * | 2008-03-10 | 2009-01-06 | International Business Machines Corporation | Auto removal of sent attachments |
| JP4525781B2 (en) * | 2008-03-24 | 2010-08-18 | ブラザー工業株式会社 | Image processing device |
| US7921172B2 (en) * | 2009-01-07 | 2011-04-05 | Lenovo (Singapore) Pte. Ltd. | Apparatus, system, and method for wireless presyncing of data |
| US20110176747A1 (en) * | 2010-01-15 | 2011-07-21 | Dumitru Dan Mihai | Method and portable electronic device for processing |
| EP2609517B1 (en) | 2010-08-24 | 2020-04-01 | BlackBerry Limited | Constant access gateway and de-duplicated data cache server |
| US10255587B2 (en) * | 2012-01-18 | 2019-04-09 | Microsoft Technology Licensing, Llc | System and method for blended presentation of locally and remotely stored electronic messages |
| JP5480935B2 (en) * | 2012-05-31 | 2014-04-23 | 株式会社Nttドコモ | Mobile terminal and e-mail management method |
| CN106657357A (en) * | 2016-12-29 | 2017-05-10 | 北京奇虎科技有限公司 | Method and device for sending offline message |
Family Cites Families (21)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH04312062A (en) * | 1991-04-11 | 1992-11-04 | Mitsubishi Electric Corp | Facsimile mail system |
| JP3401831B2 (en) * | 1993-05-17 | 2003-04-28 | 富士通株式会社 | E-mail evacuation processor |
| JPH09130423A (en) * | 1995-10-30 | 1997-05-16 | Nippon Telegr & Teleph Corp <Ntt> | E-mail service providing apparatus and method |
| US6275848B1 (en) * | 1997-05-21 | 2001-08-14 | International Business Machines Corp. | Method and apparatus for automated referencing of electronic information |
| JPH1117730A (en) * | 1997-06-23 | 1999-01-22 | Murata Mach Ltd | Communication terminal equipment with electronic mail function |
| US6052735A (en) * | 1997-10-24 | 2000-04-18 | Microsoft Corporation | Electronic mail object synchronization between a desktop computer and mobile device |
| JP3337062B2 (en) * | 1997-11-21 | 2002-10-21 | 日本電気株式会社 | Wireless data transfer method and system |
| US5951636A (en) * | 1997-12-04 | 1999-09-14 | International Business Machines Corp. | Accessing a post office system from a client computer using applets |
| US6182144B1 (en) * | 1997-12-12 | 2001-01-30 | Intel Corporation | Means and method for switching between a narrow band communication and a wide band communication to establish a continuous connection with mobile computers |
| JP3161520B2 (en) * | 1997-12-17 | 2001-04-25 | 日本電気株式会社 | Portable terminal device and its character data storage method |
| US6421707B1 (en) * | 1998-02-13 | 2002-07-16 | Lucent Technologies Inc. | Wireless multi-media messaging communications method and apparatus |
| US6289212B1 (en) * | 1998-09-16 | 2001-09-11 | Openwave Systems Inc. | Method and apparatus for providing electronic mail services during network unavailability |
| US6701347B1 (en) * | 1998-09-23 | 2004-03-02 | John W. L. Ogilvie | Method for including a self-removing code in a self-removing email message that contains an advertisement |
| JP3112897B2 (en) * | 1999-02-03 | 2000-11-27 | 静岡日本電気株式会社 | Wireless selective calling method with display function and its receiver |
| JP4185206B2 (en) * | 1999-03-11 | 2008-11-26 | 富士通エフ・アイ・ピー株式会社 | E-mail management apparatus and recording medium recording e-mail management program |
| TW504619B (en) * | 1999-06-04 | 2002-10-01 | Ibm | Internet mail delivery agent with automatic caching of file attachments |
| KR20010021089A (en) * | 1999-07-23 | 2001-03-15 | 스테븐 디.피터스 | Method and system for providing electronic mail services to mobile devices with efficient use of network bandwidth |
| US7054905B1 (en) * | 2000-03-30 | 2006-05-30 | Sun Microsystems, Inc. | Replacing an email attachment with an address specifying where the attachment is stored |
| US7136897B1 (en) * | 2000-08-22 | 2006-11-14 | International Business Machines Corporation | Minimizing electronic mailbox congestion |
| US7136920B2 (en) * | 2001-03-09 | 2006-11-14 | Research In Motion Limited | Wireless communication system congestion reduction system and method |
| US20030055907A1 (en) * | 2001-09-18 | 2003-03-20 | Todd Stiers | Clientless electronic mail MIME attachment re-delivery system via the web to reduce network bandwidth usage |
-
2002
- 2002-06-28 US US10/481,732 patent/US20040172453A1/en not_active Abandoned
- 2002-06-28 GB GB0215032A patent/GB2377135B/en not_active Expired - Fee Related
- 2002-06-28 WO PCT/GB2002/003006 patent/WO2003003263A2/en not_active Ceased
- 2002-06-28 JP JP2003509369A patent/JP2004536507A/en active Pending
- 2002-06-28 EP EP02743398A patent/EP1405243A2/en not_active Withdrawn
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1770943A1 (en) * | 2005-09-30 | 2007-04-04 | France Telecom S.A. | Method and system for an e-mail service in communication networks |
| WO2007039564A1 (en) * | 2005-09-30 | 2007-04-12 | France Telecom | Method and system for an e-mail service in communication networks |
| US9641475B2 (en) | 2011-06-03 | 2017-05-02 | Sony Corporation | Electronic mail receiving device and method |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2003003263A3 (en) | 2003-08-28 |
| US20040172453A1 (en) | 2004-09-02 |
| GB2377135B (en) | 2003-08-27 |
| GB2377135A (en) | 2002-12-31 |
| GB0215032D0 (en) | 2002-08-07 |
| EP1405243A2 (en) | 2004-04-07 |
| JP2004536507A (en) | 2004-12-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20040172453A1 (en) | E-mail manager program for a wireless information device | |
| KR102238205B1 (en) | Apparatus and method for maintaining a message thread with opt-in permanence for entries | |
| KR100583618B1 (en) | World Wide Web Access for Voice Mail and Pages | |
| US6148329A (en) | Method and system for maintaining the format of messages in a messaging system database | |
| JP3943949B2 (en) | E-mail processing system, method, program, and storage medium | |
| EP1298872A2 (en) | Managing messages in unified messaging systems | |
| CN100592333C (en) | Apparatus and method for processing electronic messages with file attachments on user side | |
| US20050208927A1 (en) | Automated sending of preconfigured messages | |
| CA2506585A1 (en) | People lists | |
| JP2001251361A (en) | Method and system for processing electronic mail message in communication system | |
| CN1648920A (en) | Offline global address list | |
| JP4828138B2 (en) | How to quickly get a subset of message data from a server for filtering | |
| US8238882B2 (en) | System and method for storage of electronic mail | |
| US7308453B2 (en) | Meta-data approach to indexing, retrieval and management of stored messages in a portable communication device | |
| CN100411457C (en) | System and method capable of ordering mail push | |
| CA2746921A1 (en) | Recipient change notification | |
| JPH1165962A (en) | Electronic mail system for portable terminal | |
| JP2003030117A (en) | E-mail server, e-mail storage / transfer method, program, and storage medium | |
| JP4520614B2 (en) | E-mail system, information management method in e-mail system, and storage medium | |
| US20050198033A1 (en) | Method for moving data between folders within a data space | |
| EP1377002B1 (en) | Automated sending of preconfigured messages | |
| CA2564676C (en) | System and method for storage of electronic mail | |
| JP2001257711A (en) | Electronic mail system using cellular phone | |
| MilaSinoviC et al. | An E-mail connectivity solution for WAP-enabled mobile phone | |
| JP2006303674A (en) | E-mail system and e-mail processing method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AK | Designated states |
Kind code of ref document: A2 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TN TR TT TZ UA UG US UZ VN YU ZA ZM ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
| DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
| WWE | Wipo information: entry into national phase |
Ref document number: 2002743398 Country of ref document: EP Ref document number: 10481732 Country of ref document: US |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2003509369 Country of ref document: JP |
|
| WWP | Wipo information: published in national office |
Ref document number: 2002743398 Country of ref document: EP |
|
| REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |


