US20100223234A1 - System and method for providing s/mime-based document distribution via electronic mail mechanisms - Google Patents

System and method for providing s/mime-based document distribution via electronic mail mechanisms Download PDF

Info

Publication number
US20100223234A1
US20100223234A1 US12/776,492 US77649210A US2010223234A1 US 20100223234 A1 US20100223234 A1 US 20100223234A1 US 77649210 A US77649210 A US 77649210A US 2010223234 A1 US2010223234 A1 US 2010223234A1
Authority
US
United States
Prior art keywords
document
mail
mail message
repository
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.)
Abandoned
Application number
US12/776,492
Inventor
Dale Ellen Gaucas
Tao Liang
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.)
Intel Corp
Original Assignee
Xerox 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 Xerox Corp filed Critical Xerox Corp
Priority to US12/776,492 priority Critical patent/US20100223234A1/en
Publication of US20100223234A1 publication Critical patent/US20100223234A1/en
Assigned to XEROX CORPORATION reassignment XEROX CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GAUCUS, DALE ELLEN, LIANG, TAO
Assigned to INTEL CORPORATION reassignment INTEL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: XEROX CORPORATION
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

  • the system runs on a distribution agent Web server accessible from one or more types of network Operating Systems (“OS”) via a Secure Socket Layer (“SSL”) channel.
  • the system includes one or more subsystems, including a receiving system that receives one or more document service requests over a secure communications medium, an authentication system that authenticates each received document service request, a processing system that processes the one or more authenticated document service requests, and a request fulfillment system that fulfills each processed document service request.
  • An e-mail-based repository interface can provide a simple and secure alternative to an HTTP based interface, using S/MIME-based e-mail communication capabilities already available.
  • Standard e-mail is used by some document repositories but does not provide sufficient security for sensitive information since it lacks secure authentication and cannot prevent interception of messages at arbitrary points on any network that the e-mail traverses.
  • the e-mail-based repository interface, as described herein, is based on S/MIME and PKI standards which are supported by many e-mail systems, e.g., MicrosoftTM, NetscapeTM, etc. These standards support digital signatures and encryption using public key infrastructure.
  • the user sends an e-mail to the dedicated e-mail account for the repository management system.
  • the e-mail may be signed or encrypted. It is noted that only one digital certificate is required per server, thus users using encryption will only have to keep track of one public key, regardless of the target containers.
  • the e-mail may contain meta-data, and may also contain attachments in the case of a store request.
  • the meta-data format is discussed in more detail below.
  • the e-mail is read by the repository management system's mail agent that polls the dedicated e-mail account mailbox every K minutes using a supported protocol for messages (e.g., POP3 or IMAP), like a standard e-mail reader.
  • the mail agent reads a message, decrypts the message if encrypted, and validates the digital signature if the message is signed.
  • the mail agent parses the message's meta-data for target container and source document specifications, and uses the repository's access control mechanism to determine whether the user has authorization to carry out the requested store or retrieve request.
  • e-mail attachments may be stored directly in the target container, or may be added as children to a new e-mail repository object that is added to the target container.
  • the user is assigned ownership of the stored entities.
  • the optional repository notification mechanism notifies container subscribers of message or document additions.
  • the mail agent itself also may notify authorized recipients, specified in the message, with an e-mail containing repository links to the stored message or attachments. Notifications can contain the original message body. However, if notification encryption is desired, the container subscribers or specified recipients must have digital certificates in the repository store.
  • the mail agent When a user sends an e-mail to make a retrieve request, the mail agent processes the sender's identity, and the message meta-data as discussed above. If the retrieve request is unauthorized, the user is sent an error notification. If the retrieve request is authorized, the mail agent retrieves the specified documents from the repository and attaches the retrieved documents to an e-mail addressed to the user. To provide secure distribution, the attachments may be encrypted and signed by the mail agent, using standard S/MIME features, to safeguard the documents from unauthorized recipients. The methods, whereby the source documents are specified in the message body, are discussed in more detail below.
  • a target could be a user, a group, or any other container in the content or document management system (e.g., a Collection or a Folder).
  • the form of a target can be any unique identifier such as the object ID provided by the system, or an “alias” provided by a user. Multiple targets can be specified. Some targets can be implied. For example, when a mail is sent to a Group, the e-mail can be saved to a Group's Collection in addition to being forwarded to the Group's members.
  • the first approach to specifying a target collection makes use of the recipient name syntax allowable in an rfc822 address specification.
  • the second approach makes use of a mail server redirect mechanism.
  • the third approach makes use of a special syntax in the e-mail message body.
  • the first approach for specifying target containers uses the name field of rfc822 address specification, i.e., “name” ⁇ local-part@domain>.
  • Examples of this syntax are “Collection-10” ⁇ dsmail@xyz.abccorp.com> or “QAteam” ⁇ dsmail@xyz.abccorp.com> where dsmail@xyz.abccorp.com is the mail agent's single e-mail account and QAteam corresponds to the unique identifier of a user, group, or container in the content or document management system.
  • the mail agent reads and processes the message from its mailbox on the mail server, and interprets the name field as a target specification if the display name is not used for the mail agent itself.
  • the second approach for specifying target containers uses a redirect mechanism associated to e-mail servers to allow a target to be indicated in the local-part of the destination address of e-mail sent to the mail server, but to still be mapped to the single dedicated account for the mail agent.
  • the mail agent reads and processes the message from its mailbox, and interprets the local part of the address as a target specification.
  • E-mail aliases defined in the /etc/alias file essentially become recognized by the mail system as valid addresses.
  • the e-mail will be redirected to the single e-mail account monitored by the mail agent (e.g., dsmail@xyz.abccorp.com).
  • the e-mail does not get modified in any way, i.e., the “TO” header field of the message remains as is (e.g., QAteam@xyz.abccorp.com) even though the e-mail is placed into the dsmail mailbox file.
  • the actual /etc/alias file can be updated by an agent that synchronizes the unique identifiers for users, groups, and containers from the content or document management system to the file.
  • the mail server's system administrator can enter selected aliases manually.
  • the third approach for specifying target containers uses of the body of the incoming e-mail message.
  • the targets are specified in the message body using a pre-specified syntax and/or as the first or last line in a message.
  • the syntax indicates the beginning and end of the targets specification, and the delimiter separating multiple targets. For example, a simple syntax is Send To: Collection-10, Group-12, QATeam.
  • the third approach is also used for specifying source documents. For example, a simple syntax is Retrieve: Document-1, Document-14.
  • e-mail requests are received from the Internet 10 wherein the e-mail request either represents a request to store a message and attachments, or attachments alone, in the repository of the content or document management system 40 or a request to retrieve an identified document in the repository of the content or document management system 40 .
  • the e-mail request is received by a mail server 20 which the content or document management system 40 is using for its dedicated e-mail account.
  • the message transfer agent 21 may include a mail daemon for identifying the alias of the incoming e-mail. This alias is compared with the contents of the /etc/alias filter 22 to determine if the alias of the e-mail request is associated with the content or document management system's dedicated e-mail account.
  • the e-mail request is stored on the message store server 23 for further processing. It is then accessed via a POP server 25 or IMAP server 24 by the mail agent 30 .
  • the mail agent 30 converts the e-mail request into the proper format for interacting with the content or document management system 40 .
  • a method for managing the distribution of documents in a repository uses a dedicated e-mail account and a mail agent associated with the dedicated e-mail account, processes a received e-mail message to determine a sender's identity; authenticates the identity of the sender and authorizes the sender with respect to the repository; parses, when a sender is authenticated and authorized for the repository, document request information from the e-mail message; authorizes the specific request; and forwards a formal request to the repository.
  • a method for specifying a target container to be used when storing a document in a repository interprets a name field of the e-mail destination address to specify a target container.
  • a method for specifying a target container to be used when storing a document in a repository interprets a local part of an e-mail destination address to specify a target container.
  • a method for specifying a target container to be used when storing a document in a repository interprets a predefined syntax and a predefined part of a body of the e-mail message to specify a target container.
  • the predefined part of a body of the e-mail message may be a first line of the body of the e-mail message or a last line of the body of the e-mail message.
  • a method for specifying a target container to be used when storing a document in a repository interprets the authenticated user's personal collection as a target container when no target container is specified by other methods.
  • a method for specifying a source document to be used when retrieving a document from a repository interprets a predefined syntax and predefined part of a body of the e-mail message to specify a source document.
  • the predefined part of a body of the e-mail message may be a first line of the body of the e-mail message or a last line of the body of the e-mail message.

Abstract

A content or document management system includes a content or document repository; a dedicated e-mail account; and a mail agent associated with the dedicated e-mail account. The mail agent processes a received e-mail message to determine a sender's identity; authenticates the identity of the sender and an authorization of the sender with respect to the content or document repository; parses, when a sender is authenticated and authorized, document request information from the e-mail message; and either stores a document to or retrieves a document from the content or document repository. The mail agent may authenticate the identity of the sender using a digital signature, or may authenticate the identity of the sender using an e-mail address in a FROM header field of the received e-mail message header. The mail agent may decrypt encrypted messages from the sender, and may sign and encrypt responses to the sender.

Description

    PRIORITY INFORMATION
  • The present application is a divisional application of co-pending U.S. patent application Ser. No. 11/094,067, filed Mar. 30, 2005.
  • The present application claims priority, under 35 U.S.C.§120, from co-pending U.S. patent application Ser. No. 11/094,067, filed Mar. 30, 2005, said co-pending U.S. patent application Ser. No. 11/094,067 claiming priority, under 35 U.S.C.§119(e), to U.S. Provisional Patent Application Ser. No. 60/648,840, which was filed on Jan. 31, 2005. The present application also claims priority, under 35 U.S.C.§119(e), to U.S. Provisional Patent Application Ser. No. 60/648,840, which was filed on Jan. 31, 2005.
  • The entire content of U.S. patent application Ser. No. 11/094,067 is hereby incorporated by reference. The entire content of U.S. Provisional Patent Application Ser. No. 60/648,840 is hereby incorporated by reference.
  • BACKGROUND
  • Providing document services over networks is well known. In one example, a server receives document service requests from a variety of client machines, such as computer devices, network enabled copier machines, facsimile machines, scanner devices and other multi-function devices. Each of the machines, however, may use one or more different security infrastructures running on their respective operating systems. The security of a document is dependent on the security provided by each of the machines involved in its transfer. Therefore, in order for the server to communicate with the client machines to provide them with document services, the client machines' operating system's security features must be enhanced by a method that can assure security comprehensively. This may include separate authentication methods between each pair of operating systems.
  • Document service requests and associated documents transmitted through a public network (such as the internet) to the server in this example are at risk of being intercepted, viewed and/or modified by unauthorized persons. Also, when the server in this example receives such document service requests, the requests may include one or more directives. Directives communicate specific options a user may request for the document services. The server fulfills the request and performs the requested actions using one or more server-side machines, including facsimile machines, computer devices, or storage facilities. For example, a directive may include a user's request that a document be printed using a server-side printer on a special type of paper. Further, a directive may include payment information such as a credit card number. Again, since the request is communicated using a public network, the security of the document service transactions are vulnerable to being compromised.
  • An example of a system for providing secure document services, including any directives, for client-side machines using one or more types of operating systems is described in U.S. patent application Ser. No. 09/946,923, filed on Sep. 5, 2001, and published on Mar. 6, 2003, as US Published Application 2003/0043402. The entire content of U.S. patent application Ser. No. 09/946,923 is hereby incorporated by reference.
  • As described in US Published Application 2003/0043402, the system runs on a distribution agent Web server accessible from one or more types of network Operating Systems (“OS”) via a Secure Socket Layer (“SSL”) channel. The system includes one or more subsystems, including a receiving system that receives one or more document service requests over a secure communications medium, an authentication system that authenticates each received document service request, a processing system that processes the one or more authenticated document service requests, and a request fulfillment system that fulfills each processed document service request.
  • For this conventional system to properly provide the described services, the firewall protecting the network must be configured, typically by opening additional ports through the firewall, to permit the desired communications. However, since each additional port opened through the firewall represents additional potential vulnerability to threats, firewall policies tend to resist or prohibit opening new ports for even legitimate access to information.
  • Therefore, it is desirable to provide a system capable of realizing the above-described secured document services without requiring a network to provide additional ports through an existing firewall. This can be accomplished by utilizing the existing ports in the firewall.
  • BRIEF DESCRIPTION OF THE DRAWING
  • The drawing is only for purposes of illustrating an embodiment and is not to be construed as limiting, wherein FIG. 1 illustrates a block diagram of an e-mail service for a content or document management system.
  • DETAILED DESCRIPTION
  • For a general understanding, reference is made to the drawing. In the drawing, like references have been used throughout to designate identical or equivalent elements. It is also noted that the drawing may not have been drawn to scale and that certain regions may have been purposely drawn disproportionately so that the features and concepts could be properly illustrated.
  • It is further noted that in the description below the term repository is used to refer generally to a collection of data or information. A repository may be, but is not limited to a collection of documents, a collection corresponding to content, and/or collection corresponding to knowledge.
  • An e-mail-based repository interface can provide a simple and secure alternative to an HTTP based interface, using S/MIME-based e-mail communication capabilities already available. Standard e-mail is used by some document repositories but does not provide sufficient security for sensitive information since it lacks secure authentication and cannot prevent interception of messages at arbitrary points on any network that the e-mail traverses. The e-mail-based repository interface, as described herein, is based on S/MIME and PKI standards which are supported by many e-mail systems, e.g., Microsoft™, Netscape™, etc. These standards support digital signatures and encryption using public key infrastructure.
  • The e-mail-based repository interface allows for secure e-mailing of documents to a repository container, secure notification for the container subscribers, secure e-mailing of requests for documents from a content or document repository, and secure delivery of requested documents. The interface permits use of digital signatures for robust authentication of the sender, and encryption to protect messages even if intercepted. Authenticated and authorized users, regardless of whether the authenticated and authorized users are inside or outside of a firewall, may send documents securely to be stored in a repository, may send requests to retrieve documents securely from a repository, and may use a repository to further disseminate documents to a group of other users in a more efficient manner than is possible using conventional e-mail and repositories.
  • The e-mail-based repository interface uses a mail server (which can be an existing corporate mail server); a dedicated e-mail account for the repository management system; a POP3 or IMAP mail agent for processing messages sent to this account; an X.509 certificate associated with this account if senders encrypt messages (or the mail agent signs notifications); an X.509 certificate for each sender if senders sign messages (or the mail agent encrypts notifications or requested documents); and an optional repository notification mechanism for notifying container subscribers of message additions.
  • The e-mail-based repository interface also supports the specification of meta-data in the message body that follows a pre-defined syntax. Such meta-data is interpreted by the mail agent and can be used to specify, for example, target containers, source documents, notification recipients, and document properties. Target containers can also be specified in parts of the message header. Multiple source documents and multiple target containers can be specified. Source and target specifications are discussed in more detail below.
  • To make a store or retrieve request, the user sends an e-mail to the dedicated e-mail account for the repository management system. The e-mail may be signed or encrypted. It is noted that only one digital certificate is required per server, thus users using encryption will only have to keep track of one public key, regardless of the target containers.
  • The e-mail may contain meta-data, and may also contain attachments in the case of a store request. The meta-data format is discussed in more detail below.
  • The e-mail is read by the repository management system's mail agent that polls the dedicated e-mail account mailbox every K minutes using a supported protocol for messages (e.g., POP3 or IMAP), like a standard e-mail reader. The mail agent reads a message, decrypts the message if encrypted, and validates the digital signature if the message is signed.
  • The mail agent processes a message for the sender's identity by using the message's digital signature (i.e., the e-mail address in the signature's accompanying digital certificate), or optionally, if the system is configured to do so, by using the e-mail address in the message's “FROM” header field. In either case, the e-mail address is used to lookup the user in the repository management system to determine if the user has a valid account on the system.
  • If the user has a valid account, the mail agent parses the message's meta-data for target container and source document specifications, and uses the repository's access control mechanism to determine whether the user has authorization to carry out the requested store or retrieve request.
  • If the user's request is authorized, the mail agent interacts with the repository to carry out the store or retrieve request.
  • When a user sends an e-mail to make a store request, the mail agent processes the sender's identity, and the message meta-data as discussed above. If the store request is unauthorized, the user is sent an error notification. If the store request is authorized, the mail agent adds the message with attachments to the specified target container.
  • Optionally, e-mail attachments may be stored directly in the target container, or may be added as children to a new e-mail repository object that is added to the target container. The user is assigned ownership of the stored entities. The methods, whereby the target containers are specified in the message header or message body, are discussed in more detail below.
  • The optional repository notification mechanism notifies container subscribers of message or document additions. The mail agent itself also may notify authorized recipients, specified in the message, with an e-mail containing repository links to the stored message or attachments. Notifications can contain the original message body. However, if notification encryption is desired, the container subscribers or specified recipients must have digital certificates in the repository store.
  • When a user sends an e-mail to make a retrieve request, the mail agent processes the sender's identity, and the message meta-data as discussed above. If the retrieve request is unauthorized, the user is sent an error notification. If the retrieve request is authorized, the mail agent retrieves the specified documents from the repository and attaches the retrieved documents to an e-mail addressed to the user. To provide secure distribution, the attachments may be encrypted and signed by the mail agent, using standard S/MIME features, to safeguard the documents from unauthorized recipients. The methods, whereby the source documents are specified in the message body, are discussed in more detail below.
  • As discussed above, the mail agent processes the target specifications in a store request. A target could be a user, a group, or any other container in the content or document management system (e.g., a Collection or a Folder). The form of a target can be any unique identifier such as the object ID provided by the system, or an “alias” provided by a user. Multiple targets can be specified. Some targets can be implied. For example, when a mail is sent to a Group, the e-mail can be saved to a Group's Collection in addition to being forwarded to the Group's members.
  • Three approaches are used to specify a target container in the e-mail request. The first approach to specifying a target collection makes use of the recipient name syntax allowable in an rfc822 address specification. The second approach makes use of a mail server redirect mechanism. The third approach makes use of a special syntax in the e-mail message body.
  • As noted above, the first approach for specifying target containers uses the name field of rfc822 address specification, i.e., “name”<local-part@domain>. Examples of this syntax are “Collection-10”<dsmail@xyz.abccorp.com> or “QAteam”<dsmail@xyz.abccorp.com> where dsmail@xyz.abccorp.com is the mail agent's single e-mail account and QAteam corresponds to the unique identifier of a user, group, or container in the content or document management system. When using this first approach, the mail agent reads and processes the message from its mailbox on the mail server, and interprets the name field as a target specification if the display name is not used for the mail agent itself.
  • The second approach for specifying target containers uses a redirect mechanism associated to e-mail servers to allow a target to be indicated in the local-part of the destination address of e-mail sent to the mail server, but to still be mapped to the single dedicated account for the mail agent. When using this second approach, the mail agent reads and processes the message from its mailbox, and interprets the local part of the address as a target specification.
  • The following details on the redirect methods are provided in the context of a Unix-based Postfix Mail Transport Agent that incorporates a mail daemon. Methods for other systems might differ but the general concept remains the same.
  • The mail daemon uses a /etc/aliases file to allow addresses of the form QAteam@xyz.abccorp.com. A line in the alias file defines the mapping as follows: QATeam dsmail@xyz.abccorp.com.
  • E-mail aliases defined in the /etc/alias file essentially become recognized by the mail system as valid addresses. When e-mail is sent to one of the aliases (e.g., QATeam), the e-mail will be redirected to the single e-mail account monitored by the mail agent (e.g., dsmail@xyz.abccorp.com). After redirected, the e-mail does not get modified in any way, i.e., the “TO” header field of the message remains as is (e.g., QAteam@xyz.abccorp.com) even though the e-mail is placed into the dsmail mailbox file.
  • The actual /etc/alias file can be updated by an agent that synchronizes the unique identifiers for users, groups, and containers from the content or document management system to the file. Alternatively, the mail server's system administrator can enter selected aliases manually.
  • The third approach for specifying target containers uses of the body of the incoming e-mail message. The targets are specified in the message body using a pre-specified syntax and/or as the first or last line in a message. The syntax indicates the beginning and end of the targets specification, and the delimiter separating multiple targets. For example, a simple syntax is Send To: Collection-10, Group-12, QATeam.
  • The third approach is also used for specifying source documents. For example, a simple syntax is Retrieve: Document-1, Document-14.
  • When no targets are specified using the above three approaches, the authenticated user's personal collection is used as the target container.
  • FIG. 1 illustrates a block diagram of mail service that enables the various approaches discussed above. More specifically, FIG. 1 illustrates the interaction between the mail server, the mail agent, and the content or document management system. Although FIG. 1 illustrates a content or document management system, it is applicable to any repository.
  • As illustrated in FIG. 1, e-mail requests are received from the Internet 10 wherein the e-mail request either represents a request to store a message and attachments, or attachments alone, in the repository of the content or document management system 40 or a request to retrieve an identified document in the repository of the content or document management system 40. The e-mail request is received by a mail server 20 which the content or document management system 40 is using for its dedicated e-mail account.
  • The message transfer agent 21 may include a mail daemon for identifying the alias of the incoming e-mail. This alias is compared with the contents of the /etc/alias filter 22 to determine if the alias of the e-mail request is associated with the content or document management system's dedicated e-mail account. The e-mail request is stored on the message store server 23 for further processing. It is then accessed via a POP server 25 or IMAP server 24 by the mail agent 30. The mail agent 30 converts the e-mail request into the proper format for interacting with the content or document management system 40.
  • In summary, the system includes a repository; a dedicated e-mail account; and a mail agent associated with said dedicated e-mail account. The mail agent processes a received e-mail message to determine a sender's identity and authenticates the identity of the sender and authorizes the sender with respect to said repository. Also, the mail agent, when a sender is authenticated and authorized, parses document request information from the e-mail message, authorizes the specific request, and forwards a formal request to said repository.
  • A method for managing the distribution of documents in a repository, using a dedicated e-mail account and a mail agent associated with the dedicated e-mail account, processes a received e-mail message to determine a sender's identity; authenticates the identity of the sender and authorizes the sender with respect to the repository; parses, when a sender is authenticated and authorized for the repository, document request information from the e-mail message; authorizes the specific request; and forwards a formal request to the repository.
  • A method for specifying a target container to be used when storing a document in a repository interprets a name field of the e-mail destination address to specify a target container.
  • A method for specifying a target container to be used when storing a document in a repository interprets a local part of an e-mail destination address to specify a target container.
  • A method for specifying a target container to be used when storing a document in a repository interprets a predefined syntax and a predefined part of a body of the e-mail message to specify a target container. The predefined part of a body of the e-mail message may be a first line of the body of the e-mail message or a last line of the body of the e-mail message.
  • A method for specifying a target container to be used when storing a document in a repository interprets the authenticated user's personal collection as a target container when no target container is specified by other methods.
  • A method for specifying a source document to be used when retrieving a document from a repository interprets a predefined syntax and predefined part of a body of the e-mail message to specify a source document. The predefined part of a body of the e-mail message may be a first line of the body of the e-mail message or a last line of the body of the e-mail message.
  • It will be appreciated that various of the above-disclosed and other features and functions, or alternatives thereof, may be desirably combined into many other different systems or applications. Also that various presently unforeseen or unanticipated alternatives, modifications, variations or improvements therein may be subsequently made by those skilled in the art which are also intended to be encompassed by the following claims.

Claims (10)

1-11. (canceled)
12. A method for specifying a target container to be used when storing a document in a document repository containing a plurality of containers, each container delineating a distinct collection of documents, comprising:
(a) electronically sending an e-mail message with an attached document to the document repository, the e-mail message having an alias e-mail address which is associated with an e-mail account of a mail agent of the document repository, the alias e-mail address having a local part;
(b) electronically receiving the e-mail message with an attached document and alias e-mail address at the document repository;
(c) electronically recognizing the alias e-mail address of the received e-mail message and redirecting the e-mail message to the mail agent of the document repository;
(d) electronically interpreting a local part of the alias e-mail address to specify a target location within the document repository; and
(e) electronically storing the attached document in the document repository at the target container specified by the interpretation of the local part of the e-mail destination address.
13. The method as claimed in claim 12, wherein the specified target container is associated with a personal collection when the interpretation of the local part of the alias e-mail address does not specify a target container.
14. A method for specifying a target container to be used when storing a document in a document repository containing a plurality of containers, each container delineating a distinct collection of documents, comprising:
(a) electronically sending an e-mail message with an attached document to the document repository, the e-mail message having a predefined syntax in a body of the e-mail message, the predefined syntax defining a target container where the attached document is to be stored;
(b) electronically receiving, at the document repository, an e-mail message with an attached document;
(c) electronically interpreting the predefined syntax f the e-mail message to determine the specified target container within the repository to store the attached document; and
(d) electronically storing the attached document in the repository at the target container specified by the interpretation of the predefined syntax of the e-mail message.
15. The method as claimed in claim 14, wherein the specified target container is associated with a personal collection when the interpretation of the predefined syntax of the e-mail message does not specify a target container.
16. The method as claimed in claim 15, wherein the predefined syntax of the e-mail message is a first line of the body of the e-mail message.
17. The method as claimed in claim 15, wherein the predefined syntax of the e-mail message is a last line of the body of the e-mail message.
18. A method for specifying a source document to be used when retrieving a document from a document repository containing a plurality of source documents, comprising:
(a) electronically sending an e-mail message to the document repository, the e-mail message having a predefined syntax in a body of the e-mail message, the e-mail message having a request to retrieve a source document from the document repository, the predefined syntax defining a source document to be retrieved from the document repository;
(b) electronically receiving, at the document repository, the e-mail message with the request to retrieve a source document from the document repository;
(c) electronically interpreting the predefined syntax of the e-mail message to determine the specified source document within the document repository;
(d) electronically retrieving the source document in the document repository specified by the interpretation of the predefined syntax of the e-mail message; and
(e) electronically e-mailing the source document retrieved from the document repository to the sender of the e-mail message with the request to retrieve the source document from the document repository.
19. The method as claimed in claim 18, wherein the predefined syntax of the e-mail message is a first line of the body of the e-mail message.
20. The method as claimed in claim 18, wherein the predefined syntax of the e-mail message is a last line of the body of the e-mail message.
US12/776,492 2005-01-31 2010-05-10 System and method for providing s/mime-based document distribution via electronic mail mechanisms Abandoned US20100223234A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/776,492 US20100223234A1 (en) 2005-01-31 2010-05-10 System and method for providing s/mime-based document distribution via electronic mail mechanisms

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US64884005P 2005-01-31 2005-01-31
US11/094,067 US7769724B2 (en) 2005-01-31 2005-03-30 System and method for providing S/MIME-based document distribution via electronic mail mechanisms
US12/776,492 US20100223234A1 (en) 2005-01-31 2010-05-10 System and method for providing s/mime-based document distribution via electronic mail mechanisms

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/094,067 Division US7769724B2 (en) 2005-01-31 2005-03-30 System and method for providing S/MIME-based document distribution via electronic mail mechanisms

Publications (1)

Publication Number Publication Date
US20100223234A1 true US20100223234A1 (en) 2010-09-02

Family

ID=36757885

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/094,067 Expired - Fee Related US7769724B2 (en) 2005-01-31 2005-03-30 System and method for providing S/MIME-based document distribution via electronic mail mechanisms
US12/776,492 Abandoned US20100223234A1 (en) 2005-01-31 2010-05-10 System and method for providing s/mime-based document distribution via electronic mail mechanisms

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/094,067 Expired - Fee Related US7769724B2 (en) 2005-01-31 2005-03-30 System and method for providing S/MIME-based document distribution via electronic mail mechanisms

Country Status (1)

Country Link
US (2) US7769724B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2473953C1 (en) * 2011-08-04 2013-01-27 Закрытое акционерное общество "Континент Экспресс" Method for group communication through dedicated electronic mailbox of initiator
US8914450B1 (en) * 2011-01-07 2014-12-16 Brian K. Buchheit Creating and storing filable form documents responsive to receipt of an email message that includes a command for form creation

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7769724B2 (en) * 2005-01-31 2010-08-03 Xerox Corporation System and method for providing S/MIME-based document distribution via electronic mail mechanisms
US7565358B2 (en) * 2005-08-08 2009-07-21 Google Inc. Agent rank
US7603350B1 (en) 2006-05-09 2009-10-13 Google Inc. Search result ranking based on trust
US7818455B2 (en) * 2008-08-07 2010-10-19 Tactara, Llc Alias management platforms and methods
US20100036925A1 (en) * 2008-08-07 2010-02-11 Tactara, Llc Alias management platforms
US8606792B1 (en) 2010-02-08 2013-12-10 Google Inc. Scoring authors of posts
US9426209B2 (en) * 2012-11-12 2016-08-23 Sap Se Upload/download of mobile applications using a MIME repository
KR102058635B1 (en) * 2012-12-24 2019-12-24 삼성전자주식회사 Method for controlling file name and an electronic device thereof
US10412586B2 (en) * 2013-12-17 2019-09-10 Dropbox, Inc. Limited-functionality accounts
US9344433B2 (en) 2014-07-15 2016-05-17 Dropbox, Inc. Unregistered user account generation for content item sharing

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5713019A (en) * 1995-10-26 1998-01-27 Keaten; Timothy M. Iconic access to remote electronic monochrome raster data format document repository
US5790790A (en) * 1996-10-24 1998-08-04 Tumbleweed Software Corporation Electronic document delivery system in which notification of said electronic document is sent to a recipient thereof
US5802299A (en) * 1996-02-13 1998-09-01 Microtouch Systems, Inc. Interactive system for authoring hypertext document collections
US6061448A (en) * 1997-04-01 2000-05-09 Tumbleweed Communications Corp. Method and system for dynamic server document encryption
US6167394A (en) * 1998-05-11 2000-12-26 General Electric Company Information management system with remote access and display features
US6289460B1 (en) * 1999-09-13 2001-09-11 Astus Corporation Document management system
US6357010B1 (en) * 1998-02-17 2002-03-12 Secure Computing Corporation System and method for controlling access to documents stored on an internal network
US6374274B1 (en) * 1998-09-16 2002-04-16 Health Informatics International, Inc. Document conversion and network database system
US6385655B1 (en) * 1996-10-24 2002-05-07 Tumbleweed Communications Corp. Method and apparatus for delivering documents over an electronic network
US20030028495A1 (en) * 2001-08-06 2003-02-06 Pallante Joseph T. Trusted third party services system and method
US20030043402A1 (en) * 2001-09-05 2003-03-06 Xerox Corporation System and method for providing secure value-added document network services
US20030145212A1 (en) * 2002-01-31 2003-07-31 Crumly James D. Secure system for delivery of a fax to a remote user
US20030237005A1 (en) * 2002-06-21 2003-12-25 Yuval Bar-Or Method and system for protecting digital objects distributed over a network by electronic mail
US6742161B1 (en) * 2000-03-07 2004-05-25 Scansoft, Inc. Distributed computing document recognition and processing
US6751732B2 (en) * 2001-07-12 2004-06-15 Pitney Bowes Inc. Method and system for secure delivery and printing of documents via a network device
US6839741B1 (en) * 1998-09-29 2005-01-04 Mci, Inc. Facility for distributing and providing access to electronic mail message attachments
US20050108335A1 (en) * 2003-11-13 2005-05-19 International Business Machines Corporation Selective transmission of an email attachment
US20060173867A1 (en) * 2005-01-31 2006-08-03 Xerox Corporation System and method for providing S/MIME-based document distribution via electronic mail mechanisms
US20060174118A1 (en) * 2005-01-31 2006-08-03 Xerox Corporation System and method for providing S/MIME-based document distribution via electronic mail mechanisms
US20060212286A1 (en) * 2004-03-01 2006-09-21 Microsoft Corporation Message data management
US7257639B1 (en) * 2001-01-19 2007-08-14 Microsoft Corporation Enhanced email—distributed attachment storage

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2380913B (en) 2001-10-13 2004-11-03 Hewlett Packard Co Remote printing

Patent Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5713019A (en) * 1995-10-26 1998-01-27 Keaten; Timothy M. Iconic access to remote electronic monochrome raster data format document repository
US5802299A (en) * 1996-02-13 1998-09-01 Microtouch Systems, Inc. Interactive system for authoring hypertext document collections
US5790790A (en) * 1996-10-24 1998-08-04 Tumbleweed Software Corporation Electronic document delivery system in which notification of said electronic document is sent to a recipient thereof
US6385655B1 (en) * 1996-10-24 2002-05-07 Tumbleweed Communications Corp. Method and apparatus for delivering documents over an electronic network
US6061448A (en) * 1997-04-01 2000-05-09 Tumbleweed Communications Corp. Method and system for dynamic server document encryption
US6357010B1 (en) * 1998-02-17 2002-03-12 Secure Computing Corporation System and method for controlling access to documents stored on an internal network
US6167394A (en) * 1998-05-11 2000-12-26 General Electric Company Information management system with remote access and display features
US6374274B1 (en) * 1998-09-16 2002-04-16 Health Informatics International, Inc. Document conversion and network database system
US6839741B1 (en) * 1998-09-29 2005-01-04 Mci, Inc. Facility for distributing and providing access to electronic mail message attachments
US6289460B1 (en) * 1999-09-13 2001-09-11 Astus Corporation Document management system
US6742161B1 (en) * 2000-03-07 2004-05-25 Scansoft, Inc. Distributed computing document recognition and processing
US7257639B1 (en) * 2001-01-19 2007-08-14 Microsoft Corporation Enhanced email—distributed attachment storage
US6751732B2 (en) * 2001-07-12 2004-06-15 Pitney Bowes Inc. Method and system for secure delivery and printing of documents via a network device
US20030028495A1 (en) * 2001-08-06 2003-02-06 Pallante Joseph T. Trusted third party services system and method
US20030043402A1 (en) * 2001-09-05 2003-03-06 Xerox Corporation System and method for providing secure value-added document network services
US20030145212A1 (en) * 2002-01-31 2003-07-31 Crumly James D. Secure system for delivery of a fax to a remote user
US20030237005A1 (en) * 2002-06-21 2003-12-25 Yuval Bar-Or Method and system for protecting digital objects distributed over a network by electronic mail
US20050108335A1 (en) * 2003-11-13 2005-05-19 International Business Machines Corporation Selective transmission of an email attachment
US7409425B2 (en) * 2003-11-13 2008-08-05 International Business Machines Corporation Selective transmission of an email attachment
US20060212286A1 (en) * 2004-03-01 2006-09-21 Microsoft Corporation Message data management
US20060174118A1 (en) * 2005-01-31 2006-08-03 Xerox Corporation System and method for providing S/MIME-based document distribution via electronic mail mechanisms
US20060173867A1 (en) * 2005-01-31 2006-08-03 Xerox Corporation System and method for providing S/MIME-based document distribution via electronic mail mechanisms
US7475249B2 (en) * 2005-01-31 2009-01-06 Xerox Corporation System and method for providing S/MIME-based document distribution via electronic mail mechanisms

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8914450B1 (en) * 2011-01-07 2014-12-16 Brian K. Buchheit Creating and storing filable form documents responsive to receipt of an email message that includes a command for form creation
US9215202B1 (en) * 2011-01-07 2015-12-15 Brian K. Buchheit Online form completion and saving triggered by receipt of an email message at a final email server
RU2473953C1 (en) * 2011-08-04 2013-01-27 Закрытое акционерное общество "Континент Экспресс" Method for group communication through dedicated electronic mailbox of initiator

Also Published As

Publication number Publication date
US20060173867A1 (en) 2006-08-03
US7769724B2 (en) 2010-08-03

Similar Documents

Publication Publication Date Title
US7769724B2 (en) System and method for providing S/MIME-based document distribution via electronic mail mechanisms
US7475249B2 (en) System and method for providing S/MIME-based document distribution via electronic mail mechanisms
US8032750B2 (en) Method for establishing a secure e-mail communication channel between a sender and a recipient
US7277549B2 (en) System for implementing business processes using key server events
US9647971B2 (en) Automatic delivery selection for electronic content
US7774411B2 (en) Secure electronic message transport protocol
US8266421B2 (en) Private electronic information exchange
US7640427B2 (en) System and method for secure electronic communication in a partially keyless environment
JP3932319B2 (en) Email firewall using encryption / decryption with stored key
US6904521B1 (en) Non-repudiation of e-mail messages
US20040133520A1 (en) System and method for secure and transparent electronic communication
US20040148356A1 (en) System and method for private messaging
US20060053280A1 (en) Secure e-mail messaging system
US20040133774A1 (en) System and method for dynamic data security operations
CN113508563A (en) Block chain based secure email system
US20080273706A1 (en) System and Method for Controlled Access Key Management
US7877594B1 (en) Method and system for securing e-mail transmissions
US20050210246A1 (en) Secure email service
JP2002024147A (en) System and method for secure mail proxy and recording medium
US20070288746A1 (en) Method of providing key containers
US20060168071A1 (en) Electronic mail sending and receiving system
JP2009503963A (en) Message transmission method and system, and encryption key generator suitable therefor
KR20020041169A (en) System for secure message delivery service and method for the same
Infrastructure Email Protocols
Stecher RFC 4902: Integrity, Privacy, and Security in Open Pluggable Edge Services (OPES) for SMTP

Legal Events

Date Code Title Description
AS Assignment

Owner name: XEROX CORPORATION, CONNECTICUT

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GAUCUS, DALE ELLEN;LIANG, TAO;SIGNING DATES FROM 20050421 TO 20050502;REEL/FRAME:025024/0991

AS Assignment

Owner name: INTEL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:XEROX CORPORATION;REEL/FRAME:029613/0772

Effective date: 20121213

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION