CN115022276A - IMAP (Internet access protocol) mail processing method, device and equipment based on RPA (resilient packet Access) - Google Patents

IMAP (Internet access protocol) mail processing method, device and equipment based on RPA (resilient packet Access) Download PDF

Info

Publication number
CN115022276A
CN115022276A CN202210752852.0A CN202210752852A CN115022276A CN 115022276 A CN115022276 A CN 115022276A CN 202210752852 A CN202210752852 A CN 202210752852A CN 115022276 A CN115022276 A CN 115022276A
Authority
CN
China
Prior art keywords
mail
mails
user
content information
text content
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
CN202210752852.0A
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.)
Yida Technology Shanghai Co ltd
Original Assignee
Yida Technology Shanghai 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 Yida Technology Shanghai Co ltd filed Critical Yida Technology Shanghai Co ltd
Priority to CN202210752852.0A priority Critical patent/CN115022276A/en
Publication of CN115022276A publication Critical patent/CN115022276A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]

Abstract

The application discloses an IMAP protocol mail processing method, device and equipment based on RPA, wherein an IMAP protocol is used for receiving a plurality of mails, reading text content information of each mail, storing the text content information of all the mails into a Redis cache library, caching the text content information of the mails in the Redis cache library to the local to obtain a local cache, analyzing the local cache and displaying the analysis result to a user, so that the requirement of a mailbox server on massive concurrent processing of the mails from different service providers can be met, the problem of error reporting caused by the fact that an interface cannot process data in time is solved, and the mail processing efficiency is improved; furthermore, after the local cache is analyzed, the analysis result is displayed to the user, the user can visually and clearly see the analyzed mail information, and the efficiency of processing the mail by the user can be improved.

Description

IMAP (Internet access protocol) mail processing method, device and equipment based on RPA (resilient packet Access)
Technical Field
The present application relates to the field of computer information processing and wireless communication technologies, and in particular, to an IMAP protocol mail processing method, apparatus, and device based on RPA.
Background
With the development and diversification of electronic terminals, today's users need to access his email mailbox (or "email") from a computer, a mobile terminal, a mobile phone, a tablet with a touch screen, or any other device capable of communicating with the internet. These remote clients have a variety of functions, such as computing, storage, and display. Colleagues, clients communicate using a variety of different communication protocols.
However, most parameter interfaces are error-reported when the mail is acquired and operated through the protocol interfaces provided by the respective service providers. For example: the service provider A can filter and obtain the mails through the mail subjects, and the service provider B can filter and obtain the mails through the mail subjects, and errors can occur. Therefore, when a plurality of mail service providers need to be acquired and operated, interface error occurs, and the efficiency of processing the mail is low.
Disclosure of Invention
In view of the above problems, the present application is proposed to provide a method, an apparatus and a device for IMAP protocol mail processing based on RPA. The specific scheme is as follows:
an IMAP protocol mail processing method based on RPA includes:
receiving a plurality of mails using an IMAP protocol;
reading the text content information of each mail;
storing the text content information of all the mails into a Redis cache library;
caching the text content information of the mails in the Redis cache library to the local to obtain a local cache;
and analyzing the local cache, and displaying an analysis result to a user.
Preferably, the reading of the text content information of each mail includes:
reading the serial number and the data item of each mail, wherein the name of the data item comprises a mail mark, a mail text type, a character set and an encoding mode;
and taking the obtained serial number and the data item as the read text content information of each mail.
Preferably, the analyzing the local cache and displaying the analysis result to the user includes:
resolving the local cache into a mail object by using an imapplib standard library;
acquiring a plurality of pieces of field information in the mail object;
decoding and time conversion are carried out on the plurality of field information to obtain user data;
and displaying the user data to a user.
Preferably, before parsing the local cache and displaying a parsing result to a user, the method further includes:
acquiring a mailbox address of each mail by using an interface;
and connecting all the mails to a front end outlet according to the mailbox address of each mail.
An IMAP protocol mail processing apparatus based on RPA, comprising:
a mail receiving unit for receiving a plurality of mails using IMAP protocol;
a mail reading unit for reading the text content information of each mail;
the mail storage unit is used for caching the text content information of all the mails into a Redis cache library;
the mail cache unit is used for storing the text content information of the mails in the Redis cache library to the local to obtain a local cache;
and the mail display unit is used for analyzing the local cache and displaying the analysis result to a user.
An IMAP protocol mail processing apparatus based on RPA, comprising: a memory and a processor;
the memory is used for storing programs;
the processor is configured to execute the program to implement the steps of the IMAP protocol mail processing method based on RPA as described above.
A storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the IMAP protocol mail processing method over RPA as described above.
By means of the technical scheme, the IMAP protocol mail processing method based on the RPA comprises the steps that after the IMAP protocol is used for receiving a plurality of mails, all the mails are cached to the local through the middleware, then the local cache is analyzed through the receiving library to obtain user data, when the mails are obtained and operated, the mails are cached firstly through the Redis cache library and then stored to the local, the burden of a server for processing data is relieved, the Redis cache library has the characteristics of long time for storing data and high data backup and query speed, the requirement of a mailbox server for processing the mails from different service providers in a large number of concurrent modes can be met, the problem that an interface can not process the data in time to report errors is solved, and the mail processing efficiency is improved; furthermore, after the local cache is analyzed, the analysis result is displayed to the user, the user can visually and clearly see the analyzed mail information, and the mail processing efficiency of the client can be improved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the application. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a schematic flowchart of an IMAP protocol mail processing method based on RPA according to an embodiment of the present application;
fig. 2 is a schematic diagram of a process of resolving a local cache according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an IMAP protocol mail processing apparatus based on RPA according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an IMAP protocol mail processing apparatus based on RPA according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described clearly and completely with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, and not all 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 application.
When the mails are acquired and operated through the interfaces provided by various service providers, most parameter interfaces are reported by mistake. For example: the service provider A can filter and obtain the mails through the mail subjects, and the service provider B can filter and obtain the mails through the mail subjects, and errors can occur. Therefore, when a plurality of mail service providers need to be acquired and operated, interface error occurs, and the efficiency of processing the mail is low.
Therefore, in order to solve the above problems, the present application provides an IMAP protocol mail processing method, apparatus, and device based on RPA, where a Redis cache library is used to cache a mail first and then store the mail to a local, so as to reduce the burden of a server on processing data, and the Redis cache library has the characteristics of long time-efficiency of storing data and fast data backup and query speed, and can meet the needs of a mailbox server in processing a large number of mails from different service providers concurrently, solve the problem of error reporting caused by an interface that cannot process data in time, and improve the mail processing efficiency.
Referring to fig. 1, fig. 1 is a schematic flow chart of an IMAP protocol mail processing method based on RPA provided in an embodiment of the present application, where the method includes:
step S110, receiving a plurality of mails using IMAP protocol.
Specifically, in this embodiment, the IMAP protocol is used for communication between the mail service provider and the mailbox server, and a plurality of mails using the IMPA protocol are received. Imap (internet Message Access protocol), which is an interactive mail Access protocol, is an application layer protocol. For obtaining mail information, downloading mail, etc. on the mail server. Most mail service providers in China provide the functions of obtaining mail information and downloading mails by an IMAP mail protocol. Different parameters are filled in through an IMAP interface provided by a mail service provider, and corresponding mail operation can be carried out. In this embodiment, for different domestic mail service providers, an IMAP protocol interface is used, and the mail service provider is automatically determined according to an input mailbox address, and then receives a mail.
Further, two common protocols, i.e., POP3 protocol and IMAP protocol in the embodiment of the present application, are generally used for receiving mail. The embodiment of the present application is only an example using mail using IMAP protocol, and does not represent a specific limitation to a certain protocol.
And step S120, reading the text content information of each mail.
Specifically, before the mails are operated and inquired through an interface of an IMAP mail protocol, text content information of each mail is read through a FETCH command. The FETCH command is used to read text information of the mail and is used only for display purposes. The FETCH command contains two parameters, a mail number list parameter and a data name parameter. The mail number list parameter (messageset) indicates the list of mail numbers that one wishes to read, each mail in the IMAP server mailbox having a unique ID. The mailing number list parameter may be a single mailing number, multiple mailing numbers separated by commas, or a range separated by colons. The data name parameter is the designated data item content of all mails in the IMAP server return mail number list, and when the IMAP server returns the mails, the data name parameter can determine which part of the mails are independently returned.
And step S130, storing the text content information of all the mails into a Redis cache library.
In particular, a data structure storage system in Redis cache library memory, which may be used as database, cache, and message middleware. Specifically, in this embodiment, the Redis cache library is used as an intermediate between different mail service providers and mailbox servers to provide a cache function. It is a non-relational database based on high-performance Key-Value rules and provides APIs in multiple languages. However, unlike the conventional database, the data of Redis is stored in the memory, so the memory and write speed is very fast.
And step S140, caching the text content information of the mails in the Redis cache library to the local to obtain a local cache.
Particularly, the Redis cache library can effectively reduce the frequency of accessing the physical device by the user, and effectively reduce the concurrent pressure. And protecting a real server at the back end, namely a mailbox server.
It will be appreciated that if a mail service provider accesses certain data in the mailbox server for the first time, the process will be slow because the data is read directly from the hard disk. However, if the access data is stored in the Redis cache library, when the mail service provider accesses again, the mailbox server directly obtains the access data of the mail service provider from the cache, and since the operation cache is a direct operation memory, the speed is quite high, and the access and processing efficiency can be obviously improved.
Further, the amount of requests which can be borne by the direct operation cache is far larger than that of the direct access database, when the mailbox server processes mails from different service providers in a large number of concurrent ways, a part of the requests can be directly sent to the Redis cache library instead of the mailbox server, so that the processing pressure of the mailbox server can be relieved, and the mailbox server can face high concurrent processing pressure.
And S150, analyzing the local cache, and displaying an analysis result to a user.
Specifically, the mail using the IMAP protocol is encrypted and processed into characters under a specific rule, and after the received mail using the IMAP protocol is locally cached, the local cache is analyzed, so that a mail version readable by a user can be obtained, and the mail version readable by the user can be displayed to the user as an analysis result.
Further, the above steps are realized by using RPA technology. RPA, a Process Automation robot (Robotic Process Automation), is a product solution that automates manual activities by performing repeated rule-based tasks, and has the advantages of high efficiency, low error rate, reduced labor, and the like. Specifically to in this embodiment, can receive the mail through using the RPA technique, use the IMAP front end card that encapsulates, acquire through the circulation, judge whether receive the mail or whether receive the target mail to in time reply to the mail, need not artificial 24 hours and wait, thereby show reduction human cost. In some embodiments, the RPA technology can be used to connect to an IMAP protocol interface, and the reading, caching, storing to local and parsing operations are modularized into RPA, thereby realizing automation on the flow.
According to the technical scheme, after the IMAP protocol is used for receiving a plurality of mails, all the mails are cached to the local through the middleware, the local cache is analyzed by using the receiving library to obtain user data, when the mails are obtained and operated, the mails are cached by using the Redis cache library and then stored to the local, the load of the server for processing the data is reduced, the Redis cache library has the characteristics of long time for storing the data and high data backup and query speed, the requirement of a mailbox server for processing the mails from different service providers in a large quantity in a concurrent mode can be met, the problem that an interface can not process the data in time to report errors is solved, and the mail processing efficiency is improved; furthermore, after the local cache is analyzed, the analysis result is displayed to the user, the user can visually and clearly see the analyzed mail information, and the mail processing efficiency of the client can be improved.
In the above embodiments, a basic description is made of the IMAP protocol mail processing method based on RPA of the present application. In some embodiments of the present application, a detailed description is given to the process of reading the text content information of each email in the step S120, and the process may include the following steps:
step S210, reading the serial number and the data item of each mail, wherein the data item name comprises a mail mark, a mail body type, a character set and an encoding mode.
Specifically, the mail mark may be a mail icon, the mail body type may include words (Word) and tables (Excel), etc., the character set may be an expression mode of different texts in the IMAP protocol, and the encoding mode may determine a conversion mode of the mail format.
Further, the above-mentioned data item names may also include a plurality of data types. When the text content information of each mail is acquired through the FETCH command, the returned mail information is as follows:
ALL: only the mail summary according to a certain format is returned, including the mail mark, the RFC822.SIZE, the time of the self and the envelope information. The IMAP client can parse the standard mail into this information and display it.
BODY: only the summary information of the text format and size of the mail body is returned. The IMAP client can recognize these refinements and display detailed information about the mail to the user. It is actually some non-extended bodysystem information.
FAST: only some summaries of the mail are returned, including the mail flag, rfc822.size, and the time of itself.
FULL: only some digests of the mail are returned, including the mail flag, rfc822.size, time of itself, and information of bodyschedule.
BODYSTRUCTURE: is the body structure of [ MIME-IMB ] of the mail. This is achieved by the server parsing the [ MIME-IMB ] fields and the [ MIME-IMB ] header information in the [ RFC-2822] header. The method comprises the following steps: the type, character set, encoding mode, etc. of the mail body and the type, character set, encoding mode, file name, etc. of each attachment.
ENVELOPE: envelope structure of the message. The server derives from parsing the fields of [ MIME-IMB ] in the [ RFC-2822] header, and default fields are all required. The method mainly comprises the following steps: time of the owner, number of attachments, recipient, sender, etc.
FLAGS: the identity of this mail.
INTERNALDATE: the time of itself.
And step S220, taking the obtained serial number and the data item as the read text content information of each mail.
Specifically, after reading out the serial number and data item of each email, the text content information of each email can be obtained.
In the above embodiments, a basic description is made on an IMAP protocol mail processing method based on RPA in the present application. In some embodiments of the present application, for the step S150, the local cache is analyzed, and an analysis result is displayed to a user, with reference to fig. 2, the process may include the following steps:
and step S310, resolving the local cache into a mail object by using an imapplib standard library.
Specifically, the imapplib standard library is a Python-based mail check function module, which includes a parsing method for parsing a mail using an IMAP protocol into a user-readable form. The step of resolving the local cache by using the imaplib standard library comprises the following steps: connecting a mailbox server, acquiring a mailbox directory, acquiring a latest mail, analyzing the mail by using an analysis method stored in an imapplib standard library and the like.
Further, two common protocols, i.e., POP3 protocol and IMAP protocol in this embodiment, are generally used for receiving mails, and if the mails need to be processed using POP3 protocol, a POP standard library is used in this step to resolve the local cache into a mail object.
And step S320, acquiring a plurality of pieces of field information in the mail object.
Specifically, the obtained mail object may be a mail whose content is an encrypted character, and at this time, the content in the mail needs to be distinguished, such as distinguishing the subject and the body of the mail, and after field information in different ranges in the mail is obtained, subsequent operations are performed.
It can be understood that the mail formats of different mail servers are different, and accordingly, the field information corresponding to the same range in the mail does not necessarily represent the same meaning, for example, in the mail of the mail server a, the field information in the range a represents the body, and in the mail of the mail server B, the field information in the same range a may represent the subject and the body. In the embodiment, different processing modes can be preset to process mails from different mail service providers.
And S330, decoding and time converting the plurality of field information to obtain user data.
Specifically, some of the pieces of field information obtained in the above steps are data required by the user, such as a subject, a recipient, and the like. However, data is presented in a dictionary format or the like, and a large number of useless fields are obtained, including a large number of obsolete fields generated during mail processing and fields that are unreadable by a user. Therefore, in the step, the field information under the IMAP protocol is decrypted by decoding and time conversion of the plurality of field information, namely, a preset function is called, and then the decrypted field information is screened and refined to obtain the user data.
Further, the decrypted field information is filtered and refined by using a certain rule (e.g. regular) to extract a batch of data, then using python email as a parser and a generator to create a message object model (e.g. a mail object, i.e. each piece of mail), and then obtaining a desired value by calling attributes of functions such as to, from, and subject.
And step S340, displaying the user data to a user.
Specifically, after the field information is decoded, screened and refined, the user data can be obtained, and the user data is displayed to the user according to the user requirements. For example, if a user wants to obtain the subject of a certain number of mails, the subject of the specific mail after decoding, screening and refining is transmitted to the front end page, and then the mail is rendered and displayed to the customer.
In the above embodiment, in step S150, before parsing the local cache and displaying a parsing result to the user, the method may further include:
and step S410, acquiring the mailbox address of each mail by using an interface.
Specifically, the mailbox addresses of the mails of the different mail service providers are different, and in this embodiment, the IMAP protocol interface may be specifically used to acquire the mailbox address of each mail to connect the mail.
And step S420, connecting all the mails to a front end outlet according to the mailbox address of each mail.
Specifically, the front-end outlet may be a web page of a browser, and after all mails are connected to the front-end outlet according to the mailbox address of each mail, a user may visually see the displayed mail content on the web page.
Further, in this embodiment, a front-end operation interface and a display interface may be provided by using an RPA technique, so that the process is simpler, faster, and faster.
The RAP-based mail processing apparatus provided in the embodiments of the present application is described below, and the RAP-based mail processing apparatus described below and the RAP-based mail processing method described above may be referred to in correspondence with each other.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an IMAP protocol mail processing apparatus based on RPA according to an embodiment of the present application.
As shown in fig. 3, the apparatus may include:
a mail receiving unit 11 for receiving a plurality of mails using an IMAP protocol;
a mail reading unit 12 for reading text content information of each of the mails;
a mail storage unit 13, configured to cache text content information of all the mails in a Redis cache library;
the mail cache unit 14 is configured to store the text content information of the mail in the Redis cache library to a local area, so as to obtain a local cache;
and the mail display unit 15 is used for analyzing the local cache and displaying an analysis result to a user.
The RAP-based mail processing apparatus provided in the embodiment of the present application can be applied to RAP-based mail processing devices, such as a terminal: mobile phones, computers, etc. Alternatively, fig. 4 shows a block diagram of a hardware structure of a RAP-based mail processing device, and referring to fig. 4, the hardware structure of the RAP-based mail processing device may include: at least one processor 1, at least one communication interface 2, at least one memory 3 and at least one communication bus 4;
in the embodiment of the application, the number of the processor 1, the communication interface 2, the memory 3 and the communication bus 4 is at least one, and the processor 1, the communication interface 2 and the memory 3 complete mutual communication through the communication bus 4;
the processor 1 may be a central processing unit CPU, or an application Specific Integrated circuit asic, or one or more Integrated circuits or the like configured to implement embodiments of the present invention;
the memory 3 may include a high-speed RAM memory, and may further include a non-volatile memory (non-volatile memory) or the like, such as at least one disk memory;
wherein the memory stores a program and the processor can call the program stored in the memory, the program for:
receiving a plurality of mails using an IMAP protocol;
reading the text content information of each mail;
storing the text content information of all the mails into a Redis cache library;
caching the text content information of the mails in the Redis cache library to the local to obtain a local cache;
and analyzing the local cache, and displaying an analysis result to a user.
Alternatively, the detailed function and the extended function of the program may be as described above.
Embodiments of the present application further provide a storage medium, where a program suitable for execution by a processor may be stored, where the program is configured to:
receiving a plurality of mails using an IMAP protocol;
reading the text content information of each mail;
storing the text content information of all the mails into a Redis cache library;
caching the text content information of the mails in the Redis cache library to the local to obtain a local cache;
and analyzing the local cache, and displaying an analysis result to a user.
Alternatively, the detailed function and the extended function of the program may be as described above.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, the embodiments may be combined as needed, and the same and similar parts may be referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (7)

1. An IMAP protocol mail processing method based on RPA is characterized by comprising the following steps:
receiving a plurality of mails using an IMAP protocol;
reading the text content information of each mail;
storing the text content information of all the mails into a Redis cache library;
caching the text content information of the mails in the Redis cache library to the local to obtain a local cache;
and analyzing the local cache, and displaying an analysis result to a user.
2. The method according to claim 1, wherein said reading the text content information of each of said mails comprises:
reading the serial number and the data item of each mail, wherein the name of the data item comprises a mail mark, a mail text type, a character set and an encoding mode;
and taking the obtained serial number and the data item as the read text content information of each mail.
3. The method of claim 1, wherein parsing the local cache and presenting the results of the parsing to a user comprises:
resolving the local cache into a mail object by using a standard library;
acquiring a plurality of pieces of field information in the mail object;
decoding and time converting the field information to obtain user data;
and displaying the user data to a user.
4. The method of claim 1, wherein before parsing the local cache and presenting the results of the parsing to the user, further comprising:
acquiring a mailbox address of each mail by using an interface;
and connecting all the mails to a front end outlet according to the mailbox address of each mail.
5. An IMAP protocol mail processing apparatus based on RPA, comprising:
a mail receiving unit for receiving a plurality of mails using an IMAP protocol;
a mail reading unit for reading the text content information of each mail;
the mail storage unit is used for caching the text content information of all the mails into a Redis cache library;
the mail cache unit is used for storing the text content information of the mails in the Redis cache library to the local to obtain a local cache;
and the mail display unit is used for analyzing the local cache and displaying the analysis result to a user.
6. An IMAP protocol mail processing apparatus based on RPA, comprising: a memory and a processor;
the memory is used for storing programs;
the processor, configured to execute the program, and implement the steps of the IMAP protocol mail processing method based on RPA according to any one of claims 1 to 4.
7. A storage medium having stored thereon a computer program for implementing the steps of the IMAP RPA based protocol mail processing method according to any one of claims 1 to 4 when executed by a processor.
CN202210752852.0A 2022-06-29 2022-06-29 IMAP (Internet access protocol) mail processing method, device and equipment based on RPA (resilient packet Access) Pending CN115022276A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210752852.0A CN115022276A (en) 2022-06-29 2022-06-29 IMAP (Internet access protocol) mail processing method, device and equipment based on RPA (resilient packet Access)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210752852.0A CN115022276A (en) 2022-06-29 2022-06-29 IMAP (Internet access protocol) mail processing method, device and equipment based on RPA (resilient packet Access)

Publications (1)

Publication Number Publication Date
CN115022276A true CN115022276A (en) 2022-09-06

Family

ID=83079531

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210752852.0A Pending CN115022276A (en) 2022-06-29 2022-06-29 IMAP (Internet access protocol) mail processing method, device and equipment based on RPA (resilient packet Access)

Country Status (1)

Country Link
CN (1) CN115022276A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030177171A1 (en) * 2002-01-22 2003-09-18 Brown Bruce Loring Electronic mail retrieval
JP2003316700A (en) * 2002-04-23 2003-11-07 Victor Co Of Japan Ltd Mail client terminal and mail server
WO2007040503A1 (en) * 2005-09-27 2007-04-12 Teamon Systems, Inc. Email server with least recently used cache
JP2012252595A (en) * 2011-06-03 2012-12-20 Sony Computer Entertainment Inc Electronic mail reception apparatus and method
US20140173006A1 (en) * 2011-06-03 2014-06-19 Sony Computer Entertainment Inc. Electronic mail receiving device and method
KR20180021769A (en) * 2018-02-22 2018-03-05 신현미 Method for providing mail delivery information using server
CN111010334A (en) * 2019-12-06 2020-04-14 紫光云(南京)数字技术有限公司 Mail information system based on combination of mail and BSS
CN113242174A (en) * 2021-07-09 2021-08-10 太平金融科技服务(上海)有限公司深圳分公司 Mail synchronization method and device, computer equipment and storage medium
CN113435830A (en) * 2021-06-04 2021-09-24 平安证券股份有限公司 Mail information summarizing method, system, electronic device and storage medium
CN113885856A (en) * 2021-09-29 2022-01-04 杭州分叉智能科技有限公司 Trigger operation method based on RPA robot

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030177171A1 (en) * 2002-01-22 2003-09-18 Brown Bruce Loring Electronic mail retrieval
JP2003316700A (en) * 2002-04-23 2003-11-07 Victor Co Of Japan Ltd Mail client terminal and mail server
WO2007040503A1 (en) * 2005-09-27 2007-04-12 Teamon Systems, Inc. Email server with least recently used cache
JP2012252595A (en) * 2011-06-03 2012-12-20 Sony Computer Entertainment Inc Electronic mail reception apparatus and method
US20140173006A1 (en) * 2011-06-03 2014-06-19 Sony Computer Entertainment Inc. Electronic mail receiving device and method
KR20180021769A (en) * 2018-02-22 2018-03-05 신현미 Method for providing mail delivery information using server
CN111010334A (en) * 2019-12-06 2020-04-14 紫光云(南京)数字技术有限公司 Mail information system based on combination of mail and BSS
CN113435830A (en) * 2021-06-04 2021-09-24 平安证券股份有限公司 Mail information summarizing method, system, electronic device and storage medium
CN113242174A (en) * 2021-07-09 2021-08-10 太平金融科技服务(上海)有限公司深圳分公司 Mail synchronization method and device, computer equipment and storage medium
CN113885856A (en) * 2021-09-29 2022-01-04 杭州分叉智能科技有限公司 Trigger operation method based on RPA robot

Similar Documents

Publication Publication Date Title
US10587552B1 (en) Apparatus and method for maintaining a message thread with opt-in permanence for entries
US9521104B2 (en) Outgoing communications inventory
US11416676B2 (en) Using text messages to interact with spreadsheets
US20140289647A1 (en) Interface overlay
US20020188690A1 (en) System and method for checking and correcting electronic mail address
JP2007519080A (en) Hierarchical schema for electronic messages
CN111737609B (en) WEB system menu bar display method, terminal and storage medium
WO2008024269A2 (en) Email forms engine for portable devices
EP2449481A1 (en) System and method for enhancing digital content
US7925983B2 (en) System and method for address storage and message addressing
CN111010336A (en) Massive mail analysis method and device
CN112187622B (en) Instant message display method and device and server
CN107135141B (en) Method and apparatus for automatically setting sender of electronic mail
US7555534B2 (en) Phonetic name support in an electronic directory
JP2002536767A (en) Message sending architecture
CN115022276A (en) IMAP (Internet access protocol) mail processing method, device and equipment based on RPA (resilient packet Access)
CN110737861A (en) webpage data processing method, device, equipment and storage medium
CN113256473B (en) Three-dimensional model format conversion method and device, electronic equipment and system
CN111367521A (en) Message sending method and device and message receiving method and device
CN107798085B (en) Service processing method and device based on plug-in
CN103853544A (en) Method and device for generating hyperlinks as well as terminal
CN113114557B (en) Message sending method and device, electronic equipment and storage medium
CN114648775A (en) Method and device for collecting electronic invoice based on mail
KR100587578B1 (en) Communication method for message made by messenger
US20020194311A1 (en) Information browse supporting method and information browse supporting system and program

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