US20070185970A1 - Method, system, and computer program product for providing messaging services - Google Patents

Method, system, and computer program product for providing messaging services Download PDF

Info

Publication number
US20070185970A1
US20070185970A1 US11/350,065 US35006506A US2007185970A1 US 20070185970 A1 US20070185970 A1 US 20070185970A1 US 35006506 A US35006506 A US 35006506A US 2007185970 A1 US2007185970 A1 US 2007185970A1
Authority
US
United States
Prior art keywords
attachment
message
messaging
option
user
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.)
Abandoned
Application number
US11/350,065
Inventor
Robert Arenburg
Franck Barillaud
Bradford Cobb
Shivnath Dutta
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/350,065 priority Critical patent/US20070185970A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ARENBURG, ROBERT T., BARILLAUD, FRANCK, COBB, BRADFORD L., DUTTA, SHIVNATH
Publication of US20070185970A1 publication Critical patent/US20070185970A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/107Computer-aided management of electronic mailing [e-mailing]

Definitions

  • IBM® is a registered trademark of International Business Machines Corporation, Armonk, N.Y., U.S.A. Other names used herein may be registered trademarks, trademarks or product names of International Business Machines Corporation or other companies.
  • This invention relates generally to electronic communications, and more particularly to a method, system, and computer program product for implementing messaging services.
  • Messaging applications such as an email client, enable individuals to send and receive file attachments along with the email messages.
  • a message e.g., from an email inbox
  • the individual selects the message to be removed, followed by a “delete” option.
  • the attachment will also be removed from the message folder as part of the “delete” process. There may be instances, however, where the individual does not wish to delete the attachment along with the message.
  • the method includes receiving a request to delete a message from a computer system, the message including an attachment.
  • the method includes providing a user of the computer system with an option to save the attachment and an option to delete the attachment along with the message. If the user selects the option to delete the attachment, the method includes sending the message to a messaging system trash folder and sending the attachment to an operating system trash folder. If the user selects the option to save the attachment, the method includes separating the message from the attachment and prompting the user to select an operating system storage location in which to save the attachment. In response to receiving the selected storage location, the method includes saving a copy of the attachment in the selected operating system storage location and sending the message to the messaging system trash folder.
  • FIG. 1 is a diagram depicting a system upon which the messaging services may be implemented in exemplary embodiments
  • FIG. 2 illustrates a flow diagram describing a process for implementing the messaging services in exemplary embodiments
  • FIG. 3 depicts a user interface screen provided by the messaging services for deleting a message in exemplary embodiments.
  • FIG. 4 depicts a user interface screen provided by the messaging services for deleting an attachment in exemplary embodiments.
  • a method, system, and computer program product for implementing messaging services is provided.
  • the messaging services enable a user of a messaging application to save message attachments during the process of deleting a message with minimal input or intervention on the part of the user.
  • the system of FIG. 1 includes a computer system 102 executing one or more applications (e.g., word processor, web browser, etc.). Also executing on computer system 102 is a messaging application 104 (e.g., an email client).
  • Computer system 102 may be a general-purpose computer (e.g., desktop, laptop, etc.) that includes a processor, an operating system executing on the processor, memory, input/output controls, network connectivity, and other suitable features.
  • Computer system 102 may be a wireless or wireline device.
  • computer device 102 may be a stand-alone device or may be a client system operating in a local area network (LAN) or other distributed network system.
  • LAN local area network
  • various types of devices may be employed in implementing the messaging services (e.g., a personal digital assistant, cellular telephone, pager, etc.).
  • the computer system 102 includes internal memory for storing data, files, documents, images, etc.
  • the memory stores messaging folders 106 provided by the messaging application 104 .
  • Messaging folders 106 may include an inbox, outbox, trash folder, draft folder, etc.
  • Messaging folders 106 are managed by messaging application 104 and/or messaging attachment application 110 .
  • the internal memory also includes one or more operating system folders 107 for storing files (e.g., C drive folders, trash bin folders, recycle bin folders, etc., which are managed by an operating system of the computer system). Attachments selected for deletion are stored in operating system folders 107 as will be described further herein.
  • Computer system 102 is communicatively coupled to one or more networks (e.g., networks 108 ).
  • Networks 108 may include one or more messaging servers (e.g., email servers—not shown) that receive and route messages among various network entities, such as computer system 102 .
  • messaging servers used in processing email messages include SMTP, POP3, and IMAP.
  • Messages refer to electronic communications such as emails, and may include text, images, video, audio, multi-media, etc.
  • Messaging attachment application 110 is also executing on computer system 102 .
  • Messaging attachment application 110 facilitates the messaging services described herein.
  • Messaging attachment application 110 may be a “plug-in” application or application programming interface (API) for a general-purpose messaging system, such as messaging application 104 .
  • messaging attachment application 110 and messaging application 104 may comprise a single application. As shown in the system of FIG. 1 , messaging attachment application 110 and messaging application 104 are two separate applications that communicate with one another as described herein.
  • a sender of an email message utilizes messaging application 104 to compose the message, which typically includes a recipient name and address, a subject line, and a body of text.
  • the messaging application 104 enables the sender to include an attachment by, e.g., selecting an icon provided on the messaging application toolbar.
  • the attachment is encoded and combined with the message before being transmitted over a network.
  • a receiving server e.g., POP3 or IMAP
  • POP3 or IMAP separates the attachment from the message body and decodes the attachment.
  • the attachment may be stored in a separate holding location from the message body on the network. However, the attachment and the message are treated as a single file by the messaging application 104 for purposes of storing, accessing, and disposing of the attachment.
  • Message 112 may be a text file, such as an email that is transmitted from network(s) 108 to computer system 102 .
  • Message 112 and attachment 114 may comprise any type of communication, such as text, data, files, images, video, audio, etc.
  • any type of network-enabled processing device that is capable of engaging in messaging transactions may be employed by the messaging services (e.g., personal digital assistant, cellular telephone, pager, LAN server, etc.).
  • the computer desktop device 102 depicted in FIG. 1 is provided for illustrative purposes and is not to be construed as limiting in scope.
  • the messaging services may be employed for a variety of types of applications.
  • the messaging application 104 utilized and described with respect to FIGS. 2 and 3 is an email application, (e.g., IBM's® Lotus Notes).
  • the messaging application 104 receives a request to delete a message (e.g., email message 112 ) from a user of computer system 102 .
  • the request may be implemented by selecting an option provided by the messaging application 104 and/or the messaging attachment application 110 .
  • This option is shown in a user interface screen 300 depicted in FIG. 3 .
  • the user interface screen 300 illustrates a sample messaging window including a toolbar with various options available to the user (e.g., New Memo, Reply, Reply To All, Forward, Delete, Folder, Copy into New, Tools, etc.).
  • a message window 302 which displays a message body (message content) 304 and attachment 306 .
  • the user has received and opened an incoming email message that includes attachment 306 .
  • the option “Delete” 308 the messaging attachment application 110 is notified that the user desires to delete the message.
  • the messaging attachment application 110 identifies the message to be deleted and checks to see if the message includes an attachment (e.g., 306 ). If not, the messaging attachment application 104 sends the message to a trash folder (i.e., one of messaging folders 106 ) at step 206 .
  • an attachment e.g., 306
  • the user is given an opportunity to save the attachment (e.g., 306 ). This may be implemented by prompting the user e.g., via a display query, such as “Do You Want to Save the Attached File?” (not shown) in the message window 302 at step 208 . If the user declines to save the attachment 306 in response to the prompt, the messaging attachment application 110 sends the message 304 and the attachment 306 to the trash folders (e.g., folders 106 and 107 respectively) at step 210 .
  • the trash folders e.g., folders 106 and 107 respectively
  • the messaging attachment application 110 separates the attachment 306 from the message 304 and queries the user to specify a location (e.g., one of folders 107 ) for storing the attachment at step 212 , a sample of which is shown in subwindow 310 of FIG. 3 .
  • the messaging attachment application 110 sends a copy of the attachment 306 to the selected operating system storage location (e.g., folders 107 ) at step 216 .
  • the storage location may be internal memory of computer system 102 or may be a remote storage location.
  • the process proceeds to step 210 , whereby the message without the attachment is sent to the messaging trash folder (e.g., folder 106 ).
  • a user may choose to directly delete an attachment via the messaging services.
  • a sample message window 402 includes a message body 404 and attachment 406 .
  • the user may ‘right click’ on the attachment 406 , whereby the messaging services provides a subwindow 408 , which in turn, includes a “Delete” option 410 .
  • the user selects the “Delete” option 410 and a subwindow 412 is presented to the user.
  • the subwindow 412 may provide information regarding the destination of the attachment as a result of the deletion process.
  • a message “Deleted attachment will be placed in your OS' trash folder” is presented. Selecting the “Yes” option causes the attachment to be moved to the OS' trash folder (e.g., trash folder of OS folders 107 ).
  • the capabilities of the present invention can be implemented in software, firmware, hardware or some combination thereof.
  • one or more aspects of the present invention can be included in an article of manufacture (e.g., one or more computer program products) having, for instance, computer usable media.
  • the media has embodied therein, for instance, computer readable program code means for providing and facilitating the capabilities of the present invention.
  • the article of manufacture can be included as a part of a computer system or sold separately.
  • At least one program storage device readable by a machine, tangibly embodying at least one program of instructions executable by the machine to perform the capabilities of the present invention can be provided.

Abstract

A method, system, and computer program product for implementing messaging services is provided. The method includes receiving a request to delete a message that includes an attachment from a computer system. In response to the request, a user of the computer system is provided with options to save the attachment and to delete the attachment along with the message. If the user selects the delete option, the message is sent to a messaging system trash folder and the attachment is sent to an operating system trash folder. If the user selects the option to save the attachment, the message is separated from the attachment and the user is prompted to select an operating system storage location for saving the attachment. In response to receiving the selected operating system storage location, a copy of the attachment is stored in the selected location and the message is sent to the messaging system trash folder.

Description

    TRADEMARKS
  • IBM® is a registered trademark of International Business Machines Corporation, Armonk, N.Y., U.S.A. Other names used herein may be registered trademarks, trademarks or product names of International Business Machines Corporation or other companies.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • This invention relates generally to electronic communications, and more particularly to a method, system, and computer program product for implementing messaging services.
  • 2. Description of Background
  • Various messaging applications are widely utilized for implementing electronic communications. Messaging applications, such as an email client, enable individuals to send and receive file attachments along with the email messages. Typically, when an individual seeks to delete a message (e.g., from an email inbox), the individual selects the message to be removed, followed by a “delete” option. However, if the message contains an attachment, the attachment will also be removed from the message folder as part of the “delete” process. There may be instances, however, where the individual does not wish to delete the attachment along with the message.
  • What is needed, therefore, is a way to provide a user of a messaging application the capability to save message attachments during the process of deleting a message with minimal input on the part of the user.
  • SUMMARY OF THE INVENTION
  • The shortcomings of the prior art are overcome and additional advantages are provided through the provision of a method for implementing messaging services. The method includes receiving a request to delete a message from a computer system, the message including an attachment. In response to receiving the request, the method includes providing a user of the computer system with an option to save the attachment and an option to delete the attachment along with the message. If the user selects the option to delete the attachment, the method includes sending the message to a messaging system trash folder and sending the attachment to an operating system trash folder. If the user selects the option to save the attachment, the method includes separating the message from the attachment and prompting the user to select an operating system storage location in which to save the attachment. In response to receiving the selected storage location, the method includes saving a copy of the attachment in the selected operating system storage location and sending the message to the messaging system trash folder.
  • System and computer program products corresponding to the above-summarized methods are also described and claimed herein.
  • Additional features and advantages are realized through the techniques of the present invention. Other embodiments and aspects of the invention are described in detail herein and are considered a part of the claimed invention. For a better understanding of the invention with advantages and features, refer to the description and to the drawings.
  • TECHNICAL EFFECTS
  • As a result of the summarized invention, technically we have achieved a solution which enables a user of a messaging application to specify, during a process of deletion, whether or not to save an attachment associated with a message that has been selected for deletion and, if the user desires to save the attachment, the solution enables the user to specify a particular folder or location in storage in which to save the attachment.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The subject matter which is regarded as the invention is particularly pointed out and distinctly claimed in the claims at the conclusion of the specification. The foregoing and other objects, features, and advantages of the invention are apparent from the following detailed description taken in conjunction with the accompanying drawings in which:
  • FIG. 1 is a diagram depicting a system upon which the messaging services may be implemented in exemplary embodiments;
  • FIG. 2 illustrates a flow diagram describing a process for implementing the messaging services in exemplary embodiments;
  • FIG. 3 depicts a user interface screen provided by the messaging services for deleting a message in exemplary embodiments; and
  • FIG. 4 depicts a user interface screen provided by the messaging services for deleting an attachment in exemplary embodiments.
  • The detailed description explains the preferred embodiments of the invention, together with advantages and features, by way of example with reference to the drawings.
  • DETAILED DESCRIPTION OF THE INVENTION
  • In accordance with exemplary embodiments, a method, system, and computer program product for implementing messaging services is provided. The messaging services enable a user of a messaging application to save message attachments during the process of deleting a message with minimal input or intervention on the part of the user.
  • Turning now to FIG. 1, a system upon which the messaging services may be implemented in an exemplary embodiment will now be described. The system of FIG. 1 includes a computer system 102 executing one or more applications (e.g., word processor, web browser, etc.). Also executing on computer system 102 is a messaging application 104 (e.g., an email client). Computer system 102 may be a general-purpose computer (e.g., desktop, laptop, etc.) that includes a processor, an operating system executing on the processor, memory, input/output controls, network connectivity, and other suitable features. Computer system 102 may be a wireless or wireline device. Further, computer device 102 may be a stand-alone device or may be a client system operating in a local area network (LAN) or other distributed network system. In addition, various types of devices may be employed in implementing the messaging services (e.g., a personal digital assistant, cellular telephone, pager, etc.).
  • As indicated above, the computer system 102 includes internal memory for storing data, files, documents, images, etc. In exemplary embodiments, the memory stores messaging folders 106 provided by the messaging application 104. Messaging folders 106 may include an inbox, outbox, trash folder, draft folder, etc. Messaging folders 106 are managed by messaging application 104 and/or messaging attachment application 110. The internal memory also includes one or more operating system folders 107 for storing files (e.g., C drive folders, trash bin folders, recycle bin folders, etc., which are managed by an operating system of the computer system). Attachments selected for deletion are stored in operating system folders 107 as will be described further herein.
  • Computer system 102 is communicatively coupled to one or more networks (e.g., networks 108). Networks 108, in turn, may include one or more messaging servers (e.g., email servers—not shown) that receive and route messages among various network entities, such as computer system 102. For example, messaging servers used in processing email messages include SMTP, POP3, and IMAP. Messages, as used herein, refer to electronic communications such as emails, and may include text, images, video, audio, multi-media, etc.
  • Messaging attachment application 110 is also executing on computer system 102. Messaging attachment application 110 facilitates the messaging services described herein. Messaging attachment application 110 may be a “plug-in” application or application programming interface (API) for a general-purpose messaging system, such as messaging application 104. Alternatively, messaging attachment application 110 and messaging application 104 may comprise a single application. As shown in the system of FIG. 1, messaging attachment application 110 and messaging application 104 are two separate applications that communicate with one another as described herein.
  • A sender of an email message utilizes messaging application 104 to compose the message, which typically includes a recipient name and address, a subject line, and a body of text. The messaging application 104 enables the sender to include an attachment by, e.g., selecting an icon provided on the messaging application toolbar. When the message and attachment bundle is sent out by the messaging application, the attachment is encoded and combined with the message before being transmitted over a network. A receiving server (e.g., POP3 or IMAP) separates the attachment from the message body and decodes the attachment. The attachment may be stored in a separate holding location from the message body on the network. However, the attachment and the message are treated as a single file by the messaging application 104 for purposes of storing, accessing, and disposing of the attachment.
  • Also shown in the system of FIG. 1 is a message 112, which includes an attachment 114. Message 112 may be a text file, such as an email that is transmitted from network(s) 108 to computer system 102. Message 112 and attachment 114 may comprise any type of communication, such as text, data, files, images, video, audio, etc.
  • As indicated above, any type of network-enabled processing device that is capable of engaging in messaging transactions may be employed by the messaging services (e.g., personal digital assistant, cellular telephone, pager, LAN server, etc.). Thus, the computer desktop device 102 depicted in FIG. 1 is provided for illustrative purposes and is not to be construed as limiting in scope.
  • Turning now to FIG. 2, a process for implementing the messaging services in accordance with exemplary embodiments will now be described. As indicated above, the messaging services may be employed for a variety of types of applications. For purposes of illustration, the messaging application 104 utilized and described with respect to FIGS. 2 and 3 is an email application, (e.g., IBM's® Lotus Notes).
  • At step 202, the messaging application 104 receives a request to delete a message (e.g., email message 112) from a user of computer system 102. The request may be implemented by selecting an option provided by the messaging application 104 and/or the messaging attachment application 110. This option is shown in a user interface screen 300 depicted in FIG. 3. The user interface screen 300 illustrates a sample messaging window including a toolbar with various options available to the user (e.g., New Memo, Reply, Reply To All, Forward, Delete, Folder, Copy into New, Tools, etc.). Also shown in the user interface screen 300 is a message window 302, which displays a message body (message content) 304 and attachment 306. As illustrated in the user interface screen 300 of FIG. 3, the user has received and opened an incoming email message that includes attachment 306. By selecting the option “Delete” 308, the messaging attachment application 110 is notified that the user desires to delete the message.
  • At step 204, the messaging attachment application 110 identifies the message to be deleted and checks to see if the message includes an attachment (e.g., 306). If not, the messaging attachment application 104 sends the message to a trash folder (i.e., one of messaging folders 106) at step 206.
  • If, however, the message includes an attachment, the user is given an opportunity to save the attachment (e.g., 306). This may be implemented by prompting the user e.g., via a display query, such as “Do You Want to Save the Attached File?” (not shown) in the message window 302 at step 208. If the user declines to save the attachment 306 in response to the prompt, the messaging attachment application 110 sends the message 304 and the attachment 306 to the trash folders (e.g., folders 106 and 107 respectively) at step 210.
  • If the user desires to save the attachment 306 in response to the prompt, the messaging attachment application 110 separates the attachment 306 from the message 304 and queries the user to specify a location (e.g., one of folders 107) for storing the attachment at step 212, a sample of which is shown in subwindow 310 of FIG. 3. Upon receiving the user's selection at step 214, the messaging attachment application 110 sends a copy of the attachment 306 to the selected operating system storage location (e.g., folders 107) at step 216. The storage location may be internal memory of computer system 102 or may be a remote storage location. The process proceeds to step 210, whereby the message without the attachment is sent to the messaging trash folder (e.g., folder 106).
  • In alternative exemplary embodiments, a user may choose to directly delete an attachment via the messaging services. As shown in a sample user interface screen 400 of FIG. 4, a sample message window 402 includes a message body 404 and attachment 406. The user may ‘right click’ on the attachment 406, whereby the messaging services provides a subwindow 408, which in turn, includes a “Delete” option 410. The user selects the “Delete” option 410 and a subwindow 412 is presented to the user. The subwindow 412 may provide information regarding the destination of the attachment as a result of the deletion process. As shown in subwindow 412, for example, a message “Deleted attachment will be placed in your OS' trash folder” is presented. Selecting the “Yes” option causes the attachment to be moved to the OS' trash folder (e.g., trash folder of OS folders 107).
  • The capabilities of the present invention can be implemented in software, firmware, hardware or some combination thereof.
  • As one example, one or more aspects of the present invention can be included in an article of manufacture (e.g., one or more computer program products) having, for instance, computer usable media. The media has embodied therein, for instance, computer readable program code means for providing and facilitating the capabilities of the present invention. The article of manufacture can be included as a part of a computer system or sold separately.
  • Additionally, at least one program storage device readable by a machine, tangibly embodying at least one program of instructions executable by the machine to perform the capabilities of the present invention can be provided.
  • The flow diagrams depicted herein are just examples. There may be many variations to these diagrams or the steps (or operations) described therein without departing from the spirit of the invention. For instance, the steps may be performed in a differing order, or steps may be added, deleted or modified. All of these variations are considered a part of the claimed invention.
  • While the preferred embodiment to the invention has been described, it will be understood that those skilled in the art, both now and in the future, may make various improvements and enhancements which fall within the scope of the claims which follow. These claims should be construed to maintain the proper protection for the invention first described.

Claims (15)

1. A method for implementing messaging services, comprising:
receiving a request to delete a message from a computer system, the message including an attachment;
responsive to receiving the request, providing a user of the computer system with an option to save the attachment and an option to delete the attachment along with the message;
if the user selects the option to delete the attachment, sending the message to a messaging system trash folder and sending the attachment to an operating system trash folder; and
if the user selects the option to save the attachment:
separating the message from the attachment;
prompting the user to select an operating system storage location in which to save the attachment;
in response to receiving the operating system storage location from the user, saving a copy of the attachment in the selected operating system storage location; and
sending the message to the messaging system trash folder.
2. The method of claim 1, wherein the message is an email message.
3. The method of claim 1, wherein the attachment comprises at least one of:
text;
data;
file;
image;
video; and
audio.
4. The method of claim 1, wherein the option to save the attachment and the option to delete the attachment are presented via a user interface of a messaging attachment application.
5. The method of claim 1, wherein the computer system is at least one of a:
desktop computer;
local area network computer;
cellular telephone;
personal digital assistant; and
pager.
6. A computer system for implementing messaging services, the computer system communicatively coupled to a network, the computer system comprising:
a processor implementing an operating system and a messaging application;
messaging application folders housed in the computer system and storing at least one message that includes an attachment, the messaging application folders comprising a messaging system trash folder;
operating system folders housed in the computer system including an operating system trash folder; and
a messaging attachment application executing on the processor, the messaging attachment application in communication with the messaging application, the messaging attachment application performing:
receiving a request to delete the message from the computer system;
responsive to receiving the request, providing a user of the computer system with an option to save the attachment and an option to delete the attachment along with the message;
if the user selects the option to delete the attachment, sending the message to the messaging system trash folder and sending the attachment to the operating system trash folder; and
if the user selects the option to save the attachment:
separating the message from the attachment;
prompting the user to select an operating system storage location in which to save the attachment; and
in response to receiving the operating system storage location from the user, saving a copy of the attachment in the selected operating system storage location;
sending the message to the messaging system trash folder.
7. The computer system of claim 6, wherein the message is an email message.
8. The computer system of claim 6, wherein the attachment comprises at least one of:
text;
data;
file;
image;
video; and
audio.
9. The computer system of claim 6, wherein the option to save the attachment and the option to delete the attachment are presented via a user interface of a messaging attachment application.
10. The computer system of claim 6, wherein the computer system is at least one of a:
desktop computer;
local area network computer;
cellular telephone;
personal digital assistant; and
pager.
11. A computer program product for implementing messaging services, the computer program product including instructions for implementing a method, comprising:
receiving a request to delete a message from a computer system, the message including an attachment;
responsive to receiving the request, providing a user of the computer system with an option to save the attachment and an option to delete the attachment along with the message;
if the user selects the option to delete the attachment, sending the message to a messaging system trash folder and sending the attachment to an operating system trash folder; and
if the user selects the option to save the attachment:
separating the message from the attachment;
prompting the user to select an operating system storage location in which to save the attachment;
in response to receiving the operating system storage location from the user, saving a copy of the attachment to the selected operating system storage location; and
sending the message to the messaging system trash folder.
12. The computer program product of claim 11, wherein the message is an email message.
13. The computer program product of claim 11, wherein the attachment comprises at least one of:
text;
data;
file;
image;
video; and
audio.
14. The computer program product of claim 11, wherein the option to save the attachment and the option to delete the attachment are presented via a user interface of a messaging attachment application.
15. The computer program product of claim 11, wherein the computer system is at least one of a:
desktop computer;
local area network computer;
cellular telephone;
personal digital assistant; and
pager.
US11/350,065 2006-02-08 2006-02-08 Method, system, and computer program product for providing messaging services Abandoned US20070185970A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/350,065 US20070185970A1 (en) 2006-02-08 2006-02-08 Method, system, and computer program product for providing messaging services

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/350,065 US20070185970A1 (en) 2006-02-08 2006-02-08 Method, system, and computer program product for providing messaging services

Publications (1)

Publication Number Publication Date
US20070185970A1 true US20070185970A1 (en) 2007-08-09

Family

ID=38335291

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/350,065 Abandoned US20070185970A1 (en) 2006-02-08 2006-02-08 Method, system, and computer program product for providing messaging services

Country Status (1)

Country Link
US (1) US20070185970A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080201668A1 (en) * 2007-02-15 2008-08-21 Teamon Systems, Inc. Email communications system providing electronic file attachment folder hierarchy and related methods
US7475120B1 (en) 2008-03-10 2009-01-06 International Business Machines Corporation Auto removal of sent attachments
US20100017404A1 (en) * 2008-07-15 2010-01-21 International Business Machines Corporation Method and Apparatus to Elegantly and Automatically Track Emails and its Attachments for Enhanced User Convenience
US20150172239A1 (en) * 2012-12-10 2015-06-18 c/o Dropbox, Inc. Saving message attachments to an online content management system
US20190007512A1 (en) * 2017-06-29 2019-01-03 Microsoft Technology Licensing, Llc Analytics and data visualization through file attachments

Citations (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5951636A (en) * 1997-12-04 1999-09-14 International Business Machines Corp. Accessing a post office system from a client computer using applets
US6167434A (en) * 1998-07-15 2000-12-26 Pang; Stephen Y. Computer code for removing junk e-mail messages
US6252588B1 (en) * 1998-06-16 2001-06-26 Zentek Technology, Inc. Method and apparatus for providing an audio visual e-mail system
US6256666B1 (en) * 1998-07-14 2001-07-03 International Business Machines Corp. Method and system for remotely managing electronic mail attachments
US6324569B1 (en) * 1998-09-23 2001-11-27 John W. L. Ogilvie Self-removing email verified or designated as such by a message distributor for the convenience of a recipient
US20010054073A1 (en) * 2000-02-02 2001-12-20 International Business Machines Corporation Method and system for handling E-mail messages in a communication system
US20020065892A1 (en) * 2000-11-30 2002-05-30 Malik Dale W. Method and apparatus for minimizing storage of common attachment files in an e-mail communications server
US20020112010A1 (en) * 2001-02-14 2002-08-15 International Business Machines Corporation Selective dissemination of electronic mail attachments
US20020138586A1 (en) * 2001-03-22 2002-09-26 International Business Machines Corporation Reducing network congestion by decoupling attachments from electronic mail
US6493007B1 (en) * 1998-07-15 2002-12-10 Stephen Y. Pang Method and device for removing junk e-mail messages
US20030041112A1 (en) * 2001-08-24 2003-02-27 Hitachi, Ltd. Method and system for storing and managing electronic mail
US20030115273A1 (en) * 2001-12-14 2003-06-19 International Business Machines Corporation Method of managing attached document
US20030172118A1 (en) * 2002-03-05 2003-09-11 International Business Machines Corporation Method and apparatus for providing post office protocol 3 support for limited storage devices
US20040064733A1 (en) * 2002-07-05 2004-04-01 Judosoft Inc. System and method for Concurrent Version Control and Information Management of files and documents sent as attachments through e-mail or web-mail
US6725228B1 (en) * 2000-10-31 2004-04-20 David Morley Clark System for managing and organizing stored electronic messages
US20040162853A1 (en) * 1998-03-03 2004-08-19 Brodersen Robert A. Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
US20050038863A1 (en) * 2003-07-21 2005-02-17 Richard Onyon Device message management system
US20050060375A1 (en) * 2003-09-11 2005-03-17 International Business Machines Corporation Method and system for managing locally initiated electronic mail attachment documents
US20050060638A1 (en) * 2003-07-11 2005-03-17 Boban Mathew Agent architecture employed within an integrated message, document and communication system
US20050076087A1 (en) * 2003-09-18 2005-04-07 Vulcan Portals Inc. Method and system for email synchronization for an electronic device
US20050076085A1 (en) * 2003-09-18 2005-04-07 Vulcan Portals Inc. Method and system for managing email attachments for an electronic device
US20050088704A1 (en) * 2003-10-23 2005-04-28 Microsoft Corporation System and method for extending a message schema to represent fax messages
US20050102361A1 (en) * 2003-10-23 2005-05-12 Winjum Randy K. Decoupling an attachment from an electronic message that included the attachment
US20050246216A1 (en) * 2004-04-14 2005-11-03 Rosen Earl Iii Systems and methods for managing information at various levels
US20050283461A1 (en) * 2004-06-02 2005-12-22 Jorg-Stefan Sell Method and apparatus for managing electronic messages
US20050289149A1 (en) * 2004-06-24 2005-12-29 International Business Machines Corporation Method and system for processing a file attached to an electronic document
US20060020674A1 (en) * 2004-07-26 2006-01-26 International Business Machines Corporation Providing archiving of individual mail content while maintaining a single copy mail store
US20060031309A1 (en) * 2004-05-20 2006-02-09 International Business Machines Corporation Electronic mail attachment management system and method
US20060089931A1 (en) * 2004-10-22 2006-04-27 Microsoft Corporation Presenting message attachments independent of electronic messages at a user-interface
US20060168012A1 (en) * 2004-11-24 2006-07-27 Anthony Rose Method and system for electronic messaging via distributed computing networks
US20060248155A1 (en) * 2005-04-28 2006-11-02 Oce-Technologies B.V. Managing digital documents in a computer system
US7174286B2 (en) * 2001-07-26 2007-02-06 Irise Systems and methods for defining a simulated interactive web page
US20070100843A1 (en) * 2005-10-20 2007-05-03 Chen Daniel Q System and method for mapping between different information management systems
US20070115980A1 (en) * 2005-10-14 2007-05-24 Aaron Jeffrey A Methods, systems, and computer program products for operating an electronic mail or messaging system in which information associated with an attachment is sent to a destination for evaluation before sending the attachment
US20070130255A1 (en) * 2003-04-17 2007-06-07 Lionel Wolovitz Data access, replication or communication system comprising a distributed software application

Patent Citations (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5951636A (en) * 1997-12-04 1999-09-14 International Business Machines Corp. Accessing a post office system from a client computer using applets
US7539704B2 (en) * 1998-03-03 2009-05-26 Siebel Systems, Inc. Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
US20040162853A1 (en) * 1998-03-03 2004-08-19 Brodersen Robert A. Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
US6252588B1 (en) * 1998-06-16 2001-06-26 Zentek Technology, Inc. Method and apparatus for providing an audio visual e-mail system
US6256666B1 (en) * 1998-07-14 2001-07-03 International Business Machines Corp. Method and system for remotely managing electronic mail attachments
US6167434A (en) * 1998-07-15 2000-12-26 Pang; Stephen Y. Computer code for removing junk e-mail messages
US6493007B1 (en) * 1998-07-15 2002-12-10 Stephen Y. Pang Method and device for removing junk e-mail messages
US6487586B2 (en) * 1998-09-23 2002-11-26 John W. L. Ogilvie Self-removing email verified or designated as such by a message distributor for the convenience of a recipient
US6324569B1 (en) * 1998-09-23 2001-11-27 John W. L. Ogilvie Self-removing email verified or designated as such by a message distributor for the convenience of a recipient
US20010054073A1 (en) * 2000-02-02 2001-12-20 International Business Machines Corporation Method and system for handling E-mail messages in a communication system
US6725228B1 (en) * 2000-10-31 2004-04-20 David Morley Clark System for managing and organizing stored electronic messages
US20020065892A1 (en) * 2000-11-30 2002-05-30 Malik Dale W. Method and apparatus for minimizing storage of common attachment files in an e-mail communications server
US20020112010A1 (en) * 2001-02-14 2002-08-15 International Business Machines Corporation Selective dissemination of electronic mail attachments
US20020138586A1 (en) * 2001-03-22 2002-09-26 International Business Machines Corporation Reducing network congestion by decoupling attachments from electronic mail
US7174286B2 (en) * 2001-07-26 2007-02-06 Irise Systems and methods for defining a simulated interactive web page
US20030041112A1 (en) * 2001-08-24 2003-02-27 Hitachi, Ltd. Method and system for storing and managing electronic mail
US20030115273A1 (en) * 2001-12-14 2003-06-19 International Business Machines Corporation Method of managing attached document
US20030172118A1 (en) * 2002-03-05 2003-09-11 International Business Machines Corporation Method and apparatus for providing post office protocol 3 support for limited storage devices
US20040064733A1 (en) * 2002-07-05 2004-04-01 Judosoft Inc. System and method for Concurrent Version Control and Information Management of files and documents sent as attachments through e-mail or web-mail
US20070130255A1 (en) * 2003-04-17 2007-06-07 Lionel Wolovitz Data access, replication or communication system comprising a distributed software application
US20050060638A1 (en) * 2003-07-11 2005-03-17 Boban Mathew Agent architecture employed within an integrated message, document and communication system
US7484213B2 (en) * 2003-07-11 2009-01-27 Boban Mathew Agent architecture employed within an integrated message, document and communication system
US20050038863A1 (en) * 2003-07-21 2005-02-17 Richard Onyon Device message management system
US20050060375A1 (en) * 2003-09-11 2005-03-17 International Business Machines Corporation Method and system for managing locally initiated electronic mail attachment documents
US20050076087A1 (en) * 2003-09-18 2005-04-07 Vulcan Portals Inc. Method and system for email synchronization for an electronic device
US20050076085A1 (en) * 2003-09-18 2005-04-07 Vulcan Portals Inc. Method and system for managing email attachments for an electronic device
US20050088704A1 (en) * 2003-10-23 2005-04-28 Microsoft Corporation System and method for extending a message schema to represent fax messages
US20050102361A1 (en) * 2003-10-23 2005-05-12 Winjum Randy K. Decoupling an attachment from an electronic message that included the attachment
US7424513B2 (en) * 2003-10-23 2008-09-09 Microsoft Corporation Decoupling an attachment from an electronic message that included the attachment
US20050246216A1 (en) * 2004-04-14 2005-11-03 Rosen Earl Iii Systems and methods for managing information at various levels
US20060031309A1 (en) * 2004-05-20 2006-02-09 International Business Machines Corporation Electronic mail attachment management system and method
US20050283461A1 (en) * 2004-06-02 2005-12-22 Jorg-Stefan Sell Method and apparatus for managing electronic messages
US20050289149A1 (en) * 2004-06-24 2005-12-29 International Business Machines Corporation Method and system for processing a file attached to an electronic document
US20060020674A1 (en) * 2004-07-26 2006-01-26 International Business Machines Corporation Providing archiving of individual mail content while maintaining a single copy mail store
US20060089931A1 (en) * 2004-10-22 2006-04-27 Microsoft Corporation Presenting message attachments independent of electronic messages at a user-interface
US20060168012A1 (en) * 2004-11-24 2006-07-27 Anthony Rose Method and system for electronic messaging via distributed computing networks
US20060248155A1 (en) * 2005-04-28 2006-11-02 Oce-Technologies B.V. Managing digital documents in a computer system
US20070115980A1 (en) * 2005-10-14 2007-05-24 Aaron Jeffrey A Methods, systems, and computer program products for operating an electronic mail or messaging system in which information associated with an attachment is sent to a destination for evaluation before sending the attachment
US20070100843A1 (en) * 2005-10-20 2007-05-03 Chen Daniel Q System and method for mapping between different information management systems

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080201668A1 (en) * 2007-02-15 2008-08-21 Teamon Systems, Inc. Email communications system providing electronic file attachment folder hierarchy and related methods
US7475120B1 (en) 2008-03-10 2009-01-06 International Business Machines Corporation Auto removal of sent attachments
US20100017404A1 (en) * 2008-07-15 2010-01-21 International Business Machines Corporation Method and Apparatus to Elegantly and Automatically Track Emails and its Attachments for Enhanced User Convenience
US9104682B2 (en) * 2008-07-15 2015-08-11 International Business Machines Corporation Method and apparatus to elegantly and automatically track emails and its attachments for enhanced user convenience
US20150172239A1 (en) * 2012-12-10 2015-06-18 c/o Dropbox, Inc. Saving message attachments to an online content management system
US9374329B2 (en) * 2012-12-10 2016-06-21 Dropbox, Inc. Saving message attachments to an online content management system
US20190007512A1 (en) * 2017-06-29 2019-01-03 Microsoft Technology Licensing, Llc Analytics and data visualization through file attachments
US10785337B2 (en) * 2017-06-29 2020-09-22 Microsoft Technology Licensing, Llc Analytics and data visualization through file attachments

Similar Documents

Publication Publication Date Title
US10430032B2 (en) Communications grouped as conversations
US7970834B2 (en) Method and program product for tracking a file attachment in an e-mail
US10079789B2 (en) Shared attachments
US8977697B2 (en) Methods and systems for removing metadata from an electronic document attached to a message sent from a mobile electronic device
KR101109339B1 (en) Schema hierarchy for electronic messages
US7756938B2 (en) Eliminating redundancy of attachments in email responses
US9602453B2 (en) Smart attachment to electronic messages
US9015252B2 (en) Method and system for forcing e-mail addresses into blind carbon copy (“Bcc”) to enforce privacy
US7421514B2 (en) Messaging protocol for processing messages with attachments by inserting into a field of the message a unique property of the attaching entity
US8429542B2 (en) Switching of emails in a conversation thread
US8204483B2 (en) Electronic file transfer for a communications device
US20050108351A1 (en) Private email content
US20080256199A1 (en) Attaching files from the attachments available in a user's mail box
US10397154B2 (en) Secure electronic message conveyance
WO2006094873A2 (en) Publication to shared content sources using natural language electronic mail destination addresses and interest profiles registered by the shared content sources
US20080133673A1 (en) Method and apparatus to control contents in a document
US20090049134A1 (en) Method for delaying delivery of e-mail content
US20140122621A1 (en) Methods and systems for organizing electronic messages
US20200053032A1 (en) System and method for managing files to be attached to or detached from an electronic mail
US7979500B2 (en) Email composition and processing
US20070185970A1 (en) Method, system, and computer program product for providing messaging services
US20080126489A1 (en) Method and apparatus to manage e-mail messages
US20160241502A1 (en) Method for Generating an Electronic Message on an Electronic Mail Client System, Computer Program Product for Executing the Method, Computer Readable Medium Having Code Stored Thereon that Defines the Method, and a Communications Device
US10423441B2 (en) Computer-implemented methods and systems of automatically generating and storing tasks for messaging applications
US20170099247A1 (en) Folders that employ dynamic user training rules to organize content

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ARENBURG, ROBERT T.;BARILLAUD, FRANCK;COBB, BRADFORD L.;AND OTHERS;REEL/FRAME:017418/0536

Effective date: 20060207

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE