Method, system and computer program product for processing a plurality of electronic mail files

Information

  • Patent Application
  • 20070130266
  • Publication Number
    20070130266
  • Date Filed
    July 11, 2006
    18 years ago
  • Date Published
    June 07, 2007
    17 years ago
Abstract
A method of processing a plurality of electronic mail files is disclosed, wherein each electronic mail file includes a subject field having one or more strings comprising the steps of establishing a list of strings, checking the first string in the subject field of each electronic mail file to determine whether the first string matches any of the strings in the list, removing any first strings that match a string in the list and replacing the first string elsewhere in the subject field, and sorting the electronic mail files according to their subject field.
Description
TECHNICAL FIELD OF THE INVENTION

The present invention relates to a method, system and computer program product for processing a plurality of electronic mail files to enable subject-based sorting of the electronic mail files by ignoring a list of pre-defined prefixes.


BACKGROUND ART

With increased use of electronic communications, email has become a critically important service for many companies. However, for many individuals, the growing volume of email they receive on a daily basis is becoming increasingly difficult to manage. In particular, the increased volume of email communications can make it difficult to follow the thread of an email conversation or discussion.


An email typically includes a subject field that contains one or more strings identifying the topic of the email. When an email is issued in reply to a first email, the subject field of the reply email may start with the string “Re: ” followed by the contents of the subject field of the first email. Only one instance of the string “Re: ” should appear in the subject field of a reply email, since the use of other strings or more than one instance of the “Re: ” string can lead to undesirable consequences.


The subject field of an email may also start with the string “Fw: ” (when the email is being forwarded to other individuals) or other prefixes such as “URGENT: ”, “Confidential: ” etc.


The presence of prefixes in the subject field of an email (when replying to an email or forwarding an email), can make it difficult to sort emails on the basis of their subject field. In particular, the resulting list of sorted emails is typically polluted by several combinations of prefixes that prevent the rapid identification of searched emails.


U.S. Pat. No. 5,377,354 discloses a method and apparatus for prioritizing a plurality of incoming electronic mail messages according to user-created rules. Similarly, U.S. Pat. No. 6,154,740 discloses a system and method of displaying a sorted list, wherein the sorting operation is performed on the basis of several key fields. However, none of these documents provides a mechanism for ignoring prefixes in email to facilitate the sorting thereof.


SUMMARY OF THE INVENTION

According to an aspect of the invention there is provided a method of processing a plurality of electronic mail files, wherein each electronic mail file includes a subject field of one or more strings, the method comprising the steps of establishing a list of strings, checking the first string in the subject field of each electronic mail file to determine whether the first string matches any of the strings in the list of strings, removing the first string that matches a string in the list and replacing the first string elsewhere in the subject field and thereby producing a revised subject field, and sorting the electronic mail files according to the revised subject field.


According to another aspect of the invention there is provided a system for processing a plurality of electronic mail files, wherein each electronic mail file includes a subject field of one or more strings, the system comprising means for establishing a list of strings, means for checking the first string in the subject field of each electronic mail file to determine whether the first string matches any of the strings in the list of strings, means for removing the first string that matches a string in the list and replacing the first string elsewhere in the subject field and thereby producing a revised subject field, and means for sorting the electronic mail files according to the revised subject field.


According to yet another aspect of the invention there is provided a computer program product stored on a medium readable by a computer machine, the computer program product tangibly embodying a readable program means for causing the computer machine to perform the method of processing a plurality of electronic mail files, wherein each electronic mail file includes a subject field of one or more strings, the method comprising the steps of establishing a list of strings, checking the first string in the subject field of each electronic mail file to determine whether the first string matches any of the strings in the list of strings, removing the first string that matches a string in the list and replacing the first string elsewhere in the subject field and thereby producing a revised subject field, and sorting the electronic mail files according to the revised subject field.




BRIEF DESCRIPTION OF THE DRAWINGS

An embodiment of the invention will now be described by way of example only, with reference to the accompanying Figures in which:



FIG. 1 is a diagram of the architecture of the system for processing email in accordance with a first aspect of the invention;



FIG. 2 is a flow chart of the method of processing email in accordance with a second aspect of the invention; and



FIG. 3 is a block diagram of an output from the method depicted in FIG. 2.




DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT

Referring to FIG. 1, the system for processing email 100 comprises a list of prefixes 102 and a sorting manager 104. The list of prefixes 102 may take the form of a text list or a table etc. A prefix contained in the list of prefixes 102 will be known henceforth as a designated prefix. In use, the system for processing email 100 operates on a mail system 106 comprising a plurality of mail files 108 that may be created, modified and/or displayed by a mail program (e.g. Notes (trade mark) from Lotus Corporation or Outlook (trade mark) from Microsoft).


In use, sorting manager 104 manages the list of prefixes 102 by facilitating the initial configuration of, and subsequent updates to, the list of prefixes 102 (e.g. by updating, adding or removing prefixes.) Sorting manager 104 also operates on the subject field of mail files 108 to detect the presence of designated prefixes therein.


Referring to FIGS. 1 and 2, on starting 202 a method of processing email 200, list of prefixes 102 is loaded at step 204 into a local repository. The subject field of the first mail file 108 is checked at step 206 to determine whether its subject field contains a designated prefix. In the event that the first string in the subject field is a designated prefix, the first string is deleted from the front of the subject field and re-inserted at step 208 into the end of subject field (e.g. between brackets). In the event that the first string in the subject field is not one of the designated prefixes, the subject field is not altered. The system for processing performs the same checking and subject field amendment operations for remaining mail files 108 in mail system 106.


Once the system for processing email has completed the above operations (i.e. it has checked and amended/left unamended last mail file 108 in mail system 106), the system for processing email performs a standard sorting operation 210 on the resulting subject fields of the mail files.


Referring to FIG. 3, the user interface 300 to the system for processing email comprises a prefix area 302 that lists designated prefixes, any of which may be selected 304 by a user. User interface 300 also includes several buttons, for instance a “Create Prefix” button 306, “Remove Prefix” button 308, “Cancel” button 310, “Validate” button 312 and “Help” button 314. “Create Prefix” button 306 allows a user to add a new prefix to prefix area 302 (and thus list of prefixes 102). “Remove Prefix” button 308 allows a user to remove a selected prefix 304 from prefix area 302. “Cancel” button 310 allows a user to cancel any current actions and “Validate” button 312 validates all the current actions performed by the user.


Alterations and modifications may be made to the above without departing from the scope of the invention.

Claims
  • 1. A method of processing a plurality of electronic mail files, wherein each electronic mail file includes a subject field of one or more strings, the method comprising the steps of: establishing a list of strings; checking the first string in the subject field of each electronic mail file to determine whether the first string matches any of the strings in the list of strings; removing the first string that matches a string in the list and replacing the first string elsewhere in the subject field and thereby producing a revised subject field; and sorting the electronic mail files according to the revised subject field.
  • 2. The method of claim 1 further comprising the additional step of permitting changes to the list of strings.
  • 3. The method of claim 2 wherein the list of strings comprises prefixes selected from the set of “Fw:”, “URGENT:” and “Confidential:”.
  • 4. The method of claim 3 further comprising the additional step of providing a user interface including buttons which enable a user to make changes to the list of strings.
  • 5. A system for processing a plurality of electronic mail files, wherein each electronic mail file includes a subject field of one or more strings, the system comprising: means for establishing a list of strings; means for checking the first string in the subject field of each electronic mail file to determine whether the first string matches any of the strings in the list of strings; means for removing the first string that matches a string in the list and replacing the first string elsewhere in the subject field and thereby producing a revised subject field; and means for sorting the electronic mail files according to the revised subject field.
  • 6. The system of claim 5 wherein the system comprises means for making changes to the list of strings.
  • 7. The system of claim 6 wherein the list comprises prefixes selected from the set of “Fw:”, “URGENT:” and “Confidential:”.
  • 8. The system of claim 7 wherein the system further includes a user interface comprising buttons which enable a user to make changes to the list of strings.
  • 9. A computer program product stored on a medium readable by a computer machine, the computer program product tangibly embodying a readable program means for causing the computer machine to perform the method of processing a plurality of electronic mail files, wherein each electronic mail file includes a subject field of one or more strings, the method comprising the steps of: establishing a list of strings; checking the first string in the subject field of each electronic mail file to determine whether the first string matches any of the strings in the list of strings; removing the first string that matches a string in the list and replacing the first string elsewhere in the subject field and thereby producing a revised subject field; and sorting the electronic mail files according to the revised subject field.
  • 10. The method of claim 9 further comprising the additional step of permitting changes to the list of strings.
  • 11. The method of claim 10 wherein the list of strings comprises prefixes selected from the set of “Fw:”, “URGENT:” and “Confidential:”.
  • 12. The method of claim 11 further comprising the additional step of providing a user interface comprising buttons which enable a user to make changes to the list of strings.
Priority Claims (1)
Number Date Country Kind
05300577.3 Dec 2005 EP regional