CN111930544A - Cross-IM tool cooperation method, device, system and storage medium - Google Patents

Cross-IM tool cooperation method, device, system and storage medium Download PDF

Info

Publication number
CN111930544A
CN111930544A CN202011030426.3A CN202011030426A CN111930544A CN 111930544 A CN111930544 A CN 111930544A CN 202011030426 A CN202011030426 A CN 202011030426A CN 111930544 A CN111930544 A CN 111930544A
Authority
CN
China
Prior art keywords
window
client
main program
program
reply
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.)
Pending
Application number
CN202011030426.3A
Other languages
Chinese (zh)
Inventor
李建东
白剑
黄海亮
梁瑛玮
张海林
鲁和平
李长杰
陈焕然
邓叶秾
李乐
王浩
洪行健
丁一
冷冬
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.)
Guangzhou Easefun Information Technology Co ltd
Original Assignee
Guangzhou Easefun Information Technology Co ltd
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 Guangzhou Easefun Information Technology Co ltd filed Critical Guangzhou Easefun Information Technology Co ltd
Priority to CN202011030426.3A priority Critical patent/CN111930544A/en
Publication of CN111930544A publication Critical patent/CN111930544A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]

Abstract

The invention provides a method, a device, a system and a storage medium for cooperation of cross-IM tools, wherein the method is used for a client terminal program and specifically comprises the following steps: step 1, acquiring a current activated window in real time, determining whether the activated window is a window needing to be followed, and recording the information of the activated window if the activated window is the window needing to be followed; the window needing to be followed is an IM tool window preset in a client main program; and 2, receiving preset reply information corresponding to the user instruction in the main program of the client, and sending the preset reply information to a newly recorded chat input frame needing to follow the window. The invention can quickly reply across IM tools in seamless connection.

Description

Cross-IM tool cooperation method, device, system and storage medium
Technical Field
The invention relates to the technical field of instant messaging, in particular to a method, a device, a system and a storage medium for cross-IM tool cooperation.
Background
An IM tool refers to an Instant Messaging tool, and Instant Messaging (IM) refers to a program capable of instantly sending and receiving internet messages and the like, such as WeChat, nailing, QQ and the like.
At present, various IM tools such as WeChat, nail, QQ and the like are commonly used in daily office work and customer communication, and more service groups exist. In the traditional information reply process, the reply is usually carried out manually one by one, the reply mode easily causes text content errors, the waiting time of a client is long, or the description is inconsistent when a plurality of people reply to the same problem, so that misunderstanding is easily caused, and when a service group is more, because different IM tools need to be switched continuously, the efficiency is lower, and quick and accurate reply cannot be carried out. If the ordinary text file is used for storage, the common reply content needs to be copied and pasted manually, and the reply mode brings another problem: many people need to synchronize a piece of text data in time, otherwise reply contents may be inconsistent, and time is wasted because different IM tools need to be switched to reply every time, and seamless connection cannot be achieved.
Disclosure of Invention
Aiming at the defects of the prior art, the invention provides a method, a device, a system and a storage medium for cross-IM tool cooperation, which can quickly reply across IM tools.
The technical scheme of the invention is realized as follows:
the invention discloses a cross-IM tool cooperation method, which is used for a client terminal program and comprises the following steps:
step 1, acquiring a current activated window in real time, determining whether the activated window is a window needing to be followed, and recording the information of the activated window if the activated window is the window needing to be followed; the window needing to be followed is an IM tool window preset in a client main program;
and 2, receiving preset reply information corresponding to the user instruction in the main program of the client, and sending the preset reply information to a newly recorded chat input frame needing to follow the window.
Further, in step 1, the activated window is determined to be a window to be followed, and simultaneously the coordinates and the window size of the activated window are obtained, and the window of the client main program is made to follow the activated window through a Windows API MoveWindow function according to the coordinates and the window size of the activated window.
Further, in step 2, when the preset reply information corresponding to the user instruction in the main program of the client is the text content, the client terminal program receives the text content, and the client terminal program sends the text content to the newly recorded chat input box which needs to follow the window.
Further, in step 2, when the preset reply information corresponding to the user instruction in the main program of the client is the picture content, the client terminal program receives the text information related to the picture content after being converted by the Base64 instruction, and the client terminal program converts the text information into a picture through the Base64 instruction and then sends the picture to the newly recorded chat input frame needing to follow the window.
On the other hand, the invention also discloses a device for cooperating the cross IM tools, which comprises a client terminal program module, wherein the client terminal program module comprises a following window determining unit and an information replying unit, wherein
A following window determining unit, configured to obtain a current activating window in real time, determine whether the activating window is a window that needs to be followed, and record information of the activating window if the activating window is the window that needs to be followed; the window needing to be followed is an IM tool window preset in a client main program;
and the information reply unit is used for receiving preset reply information corresponding to the user instruction in the main program of the client, and sending the preset reply information to the newly recorded chat input box needing to follow the window.
Further, the following window determining unit is further configured to: and obtaining the coordinate and the window size of the activated window while determining the activated window as the window needing to be followed, and enabling the window of the client main program to follow the activated window through a Windows API MoveWindow function according to the coordinate and the window size of the activated window.
Further, the information reply unit is specifically configured to, when the preset reply information corresponding to the user instruction in the client main program is a text content, receive the text content by the client terminal program, and the client terminal program sends the text content to a newly recorded chat input box that needs to follow the window.
Further, the information replying unit is specifically configured to, when the preset reply information corresponding to the user instruction in the client main program is a picture content, receive, by the client terminal program, text information associated with the picture content after being converted by a Base64 instruction, convert, by the client terminal program, the text information into a picture through a Base64 instruction, and send the picture to a newly recorded chat input frame that needs to follow the window.
On the other hand, the invention also provides a cross-IM tool cooperation system, which comprises a client terminal program module, a client terminal main program module and an IM tool module, wherein the client terminal main program is used for sending a following instruction to the client terminal program; the client main program is also used for receiving a user instruction and sending a preset reply message corresponding to the user instruction to the client main program module; and the client terminal program and the client main program are communicated in real time through a named pipeline.
In still another aspect, the present invention further provides a storage medium storing an executable program, where the executable program, when executed by a processor, implements the cross-IM tool collaboration method.
Compared with the prior art, the invention has the following advantages: the method comprises the steps of obtaining a current activation window in real time through a client terminal program, determining whether the current activation window is a window needing to be followed, namely whether the current activation window is an IM tool window preset in a client main program, and if so, receiving the preset reply information corresponding to a user instruction by the client terminal program when a user clicks corresponding preset reply information in an interface of the client main program (namely an interface of an intelligent reply assistant) and sending the preset reply information to a newly recorded chat input box needing to follow the window. When the user switches to reply to the client information in a plurality of IM tools, such as WeChat, QQ, nailing and the like, the client terminal program always records the latest IM tool window, and the preset reply information corresponding to the user instruction is transmitted to the latest recorded IM tool window, so that seamless connection is realized.
Because the reply message can be preset or modified on the main program of the client, and when a plurality of IM tools are replied, one-key reply is always carried out on the interface of the main program of the same client (namely the interface of the intelligent reply assistant), the reply efficiency is greatly improved, and quick and accurate reply can be carried out.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flow chart of an embodiment of a cross-IM tool collaboration method of the present invention;
FIG. 2 is a system block diagram of an embodiment of a cross-IM tool collaboration apparatus of the present invention;
FIG. 3 is a system block diagram of an embodiment of a cross IM tool collaboration system of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, the embodiment of the invention discloses a method for cooperating across IM tools, which is used for a client terminal program and comprises the following steps:
step 1, acquiring a current activated window in real time, determining whether the activated window is a window needing to be followed, and recording the information of the activated window if the activated window is the window needing to be followed; the window needing to be followed is an IM tool window preset in a client main program;
and 2, receiving preset reply information corresponding to the user instruction in the main program of the client, and sending the preset reply information to a newly recorded chat input frame needing to follow the window.
Referring to fig. 2, the embodiment of the invention also discloses a device for cooperating across IM tools, comprising a client terminal program module, wherein the client terminal program module comprises a following window determining unit and an information replying unit, wherein
A following window determining unit, configured to obtain a current activating window in real time, determine whether the activating window is a window that needs to be followed, and record information of the activating window if the activating window is the window that needs to be followed; the window needing to be followed is an IM tool window preset in a client main program;
and the information reply unit is used for receiving preset reply information corresponding to the user instruction in the main program of the client, and sending the preset reply information to the newly recorded chat input box needing to follow the window.
In this embodiment, the cross-IM tool collaboration method takes the cross-IM tool collaboration device as an execution object of a step, or takes a component in the client terminal program module as an execution object of a step. Specifically, step 1 is an execution object with a following window determination unit as a step, and step 3 is an execution object with an information reply unit as a step.
In step 1, a named pipe service is created in the client terminal program and is used for communicating with the client terminal main program. The client main program can be called an intelligent reply assistant; when a user starts a client main program (namely, opens the intelligent reply assistant), the client main program sends a following instruction to a client subprogram through a named pipeline, and the subprogram circularly uses a Windows API GetForegroun Window function to judge whether a current activated window needs to be followed, if the client subprogram judges whether the current activated window needs to be followed every 0.5s during the running of the client main program.
Various IM tools to be followed are preset in the client main program, and when the client terminal program determines that the current activated window is the IM tool preset in the client main program, the relevant information of the activated window is recorded. As exemplified by WeChat, QQ, and nailing: and when the client terminal program determines that the current activated window is WeChat, QQ or nailed, indicating that the current activated window needs to be followed, and recording the window which needs to be followed currently.
Further, in step 1, while determining that the activated window is a window to be followed, obtaining coordinates and a window size of the activated window, and enabling the window of the client main program to follow the activated window through a Windows API MoveWindow function according to the coordinates and the window size of the activated window.
Correspondingly, in the device for collaborating across IM tools, the following window determination unit is further configured to: and obtaining the coordinate and the window size of the activated window while determining the activated window as the window needing to be followed, and enabling the window of the client main program to follow the activated window through a Windows API MoveWindow function according to the coordinate and the window size of the activated window.
In the embodiment of the invention, the current activation window is obtained through a Windows API GetForegroundWindow function; when the current activated window is determined to be the window needing to be followed, the coordinate and the size of the current activated window (namely the current IM tool window) can be obtained by calling a Windows API GetWindowsRect instruction, and then a Windows API MoveWindow function is called to set the coordinate of the intelligent reply assistant, so that the interface of the intelligent reply assistant follows the coordinate of the current IM tool window, and the interface of the intelligent reply assistant always follows the current activated IM tool window. After the setting is finished, when the current IM tool window moves, the interface of the intelligent reply assistant according to the Windows API MoveWindow function moves along with the movement of the current IM tool window, namely the intelligent reply assistant is always positioned beside the window of the current IM tool; when switching to another IM tool window, such as from WeChat to nailing, the intelligent reply assistant's interface changes from following WeChat to following nailing because the currently active window has changed at that time.
The Windows API MoveWindow function is to change the position and size of the designated window. For a child window, the position and size depend on the upper left corner of the parent window.
The Windows API getforegorund window function is a handle for obtaining a foreground window (the window the user is currently working on).
In the embodiment of the invention, the reply dialect can be customized in a main program of the client, namely an intelligent reply assistant, and the defined reply dialect can also be modified, wherein the reply dialect comprises text content and picture content; when the reply is needed, a keyword can be input into the search box of the intelligent reply assistant so as to search the related reply dialogues according to the input keyword, and finally the user selects one from the searched related reply dialogues to reply according to the need.
When a user selects one of the client main programs for reply, if the reply dialog selected by the user is text content, the client main program directly sends the text content to the client terminal program; if the reply dialog selected by the user is the picture content, the client main program converts the picture content into text information associated with the picture content through a Base64 instruction and then sends the text information to the client terminal program.
Thus, specifically, there are 2 cases in step 2:
(1) when the preset reply information corresponding to the user instruction in the client main program is the text content, the client terminal program receives the text content, and the client terminal program sends the text content to the newly recorded chat input frame needing to follow the window.
(2) When the preset reply information corresponding to the user instruction in the main program of the client is the picture content, the client terminal program receives the text information which is converted through a Base64 instruction and then is associated with the picture content, and the client terminal program converts the text information into a picture through a Base64 instruction and then sends the picture to a newly recorded chat input frame which needs to follow a window.
Correspondingly, the information reply unit is used for receiving the text content by the client terminal program when the preset reply information corresponding to the user instruction in the client terminal main program is the text content, and the client terminal program sends the text content to the newly recorded chat input box needing to follow the window; in another case, the information replying unit is used for receiving text information related to the picture content after being converted through a Base64 instruction by the client terminal program when the preset reply information corresponding to the user instruction in the client main program is the picture content, and the client terminal program converts the text information into the picture through a Base64 instruction and sends the picture to a newly recorded chat input frame needing to follow the window.
When the reply speech is the picture content, the picture content is directly converted into the text information associated with the picture information and the picture content through a Base64 instruction and then is sent to a client terminal program, and the picture is converted into the text information through a Base64, so that the information storage and unified processing are facilitated, and the quick reply client is facilitated.
In the embodiment of the invention, the reply dialect selected and sent in the main program of the client, no matter the text content or the picture content, is always related to the IM tool window which is newly recorded, so that after the corresponding reply dialect is selected in the main program of the client, the client terminal program directly sends the reply dialect to the chat input frame of the IM tool window which is newly recorded, thereby realizing seamless connection. When the IM tool window is switched to another IM tool window, the reply dialect selected in the main program of the client side also directly replies to the chat input frame of the IM tool window after switching, which is very convenient and greatly improves the reply efficiency. Therefore, the invention can realize one-key reply across IM tools, supports characters and pictures, saves time, reduces the waiting time of clients and improves the efficiency; meanwhile, the intelligent reply assistant can be adsorbed to various IM tool windows by one key, the problem that the intelligent reply assistant needs to be opened when the window is switched every time is solved, and the method is very convenient.
Referring to fig. 3, an embodiment of the present invention further provides a cross-IM tool collaboration system, including a client terminal program module, a client main program module and an IM tool module, where the client main program is configured to send a following instruction to the client terminal program; the client main program is also used for receiving a user instruction and sending a preset reply message corresponding to the user instruction to the client main program module; and the client terminal program and the client main program are communicated in real time through a named pipeline.
In the embodiment of the invention, the client terminal program and the client main program are communicated in real time through the named pipeline, so that the data concurrency can be improved, and the problem of port occupation can be avoided.
In another aspect, the present invention further provides a storage medium storing an executable program, which when executed by a processor implements the cross IM tool collaboration method as recited in any one of claims 1 to 4.
In summary, the present invention obtains the current activation window in real time through the client terminal program, and determines whether the current activation window is a window to be followed, that is, whether the current activation window is a preset IM tool window in the client main program, if so, when the user clicks the corresponding preset reply information in the interface of the client main program (that is, the interface of the intelligent reply assistant), the client terminal program receives the preset reply information corresponding to the user instruction, and sends the preset reply information to the newly recorded chat input box that needs to follow the window. When the user switches to reply to the client information in a plurality of IM tools, such as WeChat, QQ, nailing and the like, the client terminal program always records the latest IM tool window, and the preset reply information corresponding to the user instruction is transmitted to the latest recorded IM tool window, so that seamless connection is realized.
Because the reply message can be preset or modified on the main program of the client, and when a plurality of IM tools are replied, one-key reply is always carried out on the interface of the main program of the same client (namely the interface of the intelligent reply assistant), the reply efficiency is greatly improved, and quick and accurate reply can be carried out.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A method for collaboration across IM tools, for a client daemon, comprising the steps of:
step 1, acquiring a current activated window in real time, determining whether the current activated window is a window needing to be followed, and recording the information of the activated window if the current activated window is the window needing to be followed; the window needing to be followed is an IM tool window preset in a client main program;
and 2, receiving preset reply information corresponding to the user instruction in the main program of the client, and sending the preset reply information to a newly recorded chat input frame needing to follow the window.
2. The method of claim 1, wherein in step 1, the active window is determined to be a window to be followed, and the coordinates and window size of the active window are obtained, and the window of the client main program is made to follow the active window through a Windows API MoveWindow function according to the coordinates and window size of the active window.
3. The method for collaboration across IM tools as claimed in claim 1, wherein in step 2, when the preset reply information corresponding to the user instruction in the main program of the client is a text content, the client terminal program receives the text content, and the client terminal program sends the text content to the newly recorded chat input box that needs to follow the window.
4. The method for collaboration across IM tools as recited in claim 1, wherein in step 2, when the preset reply information corresponding to the user command in the main program of the client is a picture content, the client-side program receives the text information associated with the picture content after being converted by the Base64 command, and the client-side program converts the text information into a picture by the Base64 command and sends the picture to the newly recorded chat input box needing to follow the window.
5. A cross IM tool collaboration device comprises a client sub program module, wherein the client sub program module comprises a following window determination unit and an information reply unit, wherein
A following window determining unit, configured to obtain a current activating window in real time, determine whether the activating window is a window that needs to be followed, and record information of the activating window if the activating window is the window that needs to be followed; the window needing to be followed is an IM tool window preset in a client main program;
and the information reply unit is used for receiving preset reply information corresponding to the user instruction in the main program of the client, and sending the preset reply information to the newly recorded chat input box needing to follow the window.
6. The device of claim 5, wherein the follow-up window determination unit is further configured to: and obtaining the coordinate and the window size of the activated window while determining the activated window as the window needing to be followed, and enabling the window of the client main program to follow the activated window through a Windows API MoveWindow function according to the coordinate and the window size of the activated window.
7. The device of claim 5, wherein the message reply unit is specifically configured to, when the preset reply message corresponding to the user instruction in the main program of the client is a text content, the client-side program receives the text content, and the client-side program sends the text content to a newly recorded chat input box that needs to follow the window.
8. The device for collaboration across IM tools as claimed in claim 5, wherein the information replying unit is further configured to, when the preset reply information corresponding to the user instruction in the client main program is a picture content, the client terminal program receives text information associated with the picture content after being converted by a Base64 instruction, and the client terminal program converts the text information into a picture through a Base64 instruction and sends the picture to the newly recorded chat input box that needs to follow the window.
9. A cross-IM tool collaboration system is characterized by comprising a client terminal program module, a client main program module and an IM tool module, wherein the client main program is used for sending a following instruction to the client terminal program; the client main program is also used for receiving a user instruction and sending a preset reply message corresponding to the user instruction to the client main program module; and the client terminal program and the client main program are communicated in real time through a named pipeline.
10. A storage medium storing an executable program which, when executed by a processor, implements the cross IM tool collaboration method of any one of claims 1 to 4.
CN202011030426.3A 2020-09-27 2020-09-27 Cross-IM tool cooperation method, device, system and storage medium Pending CN111930544A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011030426.3A CN111930544A (en) 2020-09-27 2020-09-27 Cross-IM tool cooperation method, device, system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011030426.3A CN111930544A (en) 2020-09-27 2020-09-27 Cross-IM tool cooperation method, device, system and storage medium

Publications (1)

Publication Number Publication Date
CN111930544A true CN111930544A (en) 2020-11-13

Family

ID=73335079

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011030426.3A Pending CN111930544A (en) 2020-09-27 2020-09-27 Cross-IM tool cooperation method, device, system and storage medium

Country Status (1)

Country Link
CN (1) CN111930544A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881319A (en) * 2015-05-14 2015-09-02 北京奇虎科技有限公司 Method and device for trans-progress data processing
CN105282124A (en) * 2014-07-24 2016-01-27 上海未来宽带技术股份有限公司 Transmission method and presentation method of progressive picture based on XMPP
CN106484212A (en) * 2015-08-28 2017-03-08 北京新媒传信科技有限公司 A kind of method and apparatus realizing multiple window synchronization movements
CN107222632A (en) * 2017-06-23 2017-09-29 北京金山安全软件有限公司 Instant messaging method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105282124A (en) * 2014-07-24 2016-01-27 上海未来宽带技术股份有限公司 Transmission method and presentation method of progressive picture based on XMPP
CN104881319A (en) * 2015-05-14 2015-09-02 北京奇虎科技有限公司 Method and device for trans-progress data processing
CN106484212A (en) * 2015-08-28 2017-03-08 北京新媒传信科技有限公司 A kind of method and apparatus realizing multiple window synchronization movements
CN107222632A (en) * 2017-06-23 2017-09-29 北京金山安全软件有限公司 Instant messaging method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
用户:DONGBW007、VARDING: "子窗口随父窗口的移动而移动", 《CSDN网站》 *
用户:创业•情报站: "一键回复工具话术王,聊天无需打字,微信QQ千牛都能用", 《搜狐网站》 *

Similar Documents

Publication Publication Date Title
US11258737B2 (en) Instant messaging method, apparatus and system based on email system
US9619466B2 (en) Message translations
US7756936B2 (en) User interface for transitioning between chat and email
US8027438B2 (en) Electronic message translations accompanied by indications of translation
AU2007217948B2 (en) Machine translation in instant messaging applications
US7702798B2 (en) Providing contextual information automatically
US11196784B2 (en) Method, apparatus and system for creating discussion group based on instant messaging
US9002954B2 (en) Task management system associating with contact information and method thereof
KR101654947B1 (en) Multi-modal communication through modal-specific interfaces
US20130238728A1 (en) Cross Platform Messaging
US20200301648A1 (en) Method of operating a shared object in a video call
CN104052655A (en) Group chatting method and instant messaging client-side
US9292170B2 (en) Unified presentation of scattered message data
JPH10334004A (en) Information processing method and processor thereof utilizing electronic mail, and storage medium storing program for controlling information processor
WO2005011196A1 (en) A system and a method of implementing instant communion of the image information by the mean of instant communication
WO2023202721A1 (en) File transmission method and apparatus, and electronic device and storage medium
CN111930544A (en) Cross-IM tool cooperation method, device, system and storage medium
CN109951376B (en) Instant messaging software information acquisition method, device, system and storage medium
JPH08180004A (en) Electronic mail system
US20060031345A1 (en) Mail system for transmitting instant message and method of the same
CN117640570A (en) E-mail processing method, medium, device and computing equipment
CN106209603B (en) Mail full text reply processing method and terminal device
JP2002073476A (en) System for displaying of respect title of e-mail, method therefor and recording medium for e-mail program
JP2007122635A (en) Attribute information provision system, attribute information provision server apparatus, attribute information provision method, attribute information provision program
CN117493045A (en) Cross-terminal data interaction method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20201113