WO2022033355A1 - Procédé de traitement de courrier et dispositif électronique - Google Patents

Procédé de traitement de courrier et dispositif électronique Download PDF

Info

Publication number
WO2022033355A1
WO2022033355A1 PCT/CN2021/110318 CN2021110318W WO2022033355A1 WO 2022033355 A1 WO2022033355 A1 WO 2022033355A1 CN 2021110318 W CN2021110318 W CN 2021110318W WO 2022033355 A1 WO2022033355 A1 WO 2022033355A1
Authority
WO
WIPO (PCT)
Prior art keywords
mail
sender
historical
electronic device
server
Prior art date
Application number
PCT/CN2021/110318
Other languages
English (en)
Chinese (zh)
Inventor
王权权
刘复成
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Publication of WO2022033355A1 publication Critical patent/WO2022033355A1/fr

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
    • 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]
    • 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]
    • H04L51/043Real-time or near real-time messaging, e.g. instant messaging [IM] using or handling presence information

Definitions

  • the present application relates to the field of electronic technology, and in particular, to a mail processing method and electronic device.
  • the embodiments of the present application provide a mail processing method and electronic device, which can save power consumption and traffic and improve mail processing efficiency.
  • an embodiment of the present application provides an email processing method, including: when detecting that an electronic device receives a new email from a server, acquiring email data of the new email from the server, where the email data includes sender information and email priority ; determine the read status of the sender's historical mail corresponding to the sender information; obtain the text content of the new mail from the server according to at least one of the sender information, the mail priority and the read status of the historical mail. Dynamically adjust the size of received emails based on sender information, email priority and the reading status of the sender's historical emails, and receive the body content of new emails according to the adjusted received email size. Avoid some important emails that need to be reloaded when users open, and improve email processing efficiency. At the same time, it also avoids loading all unimportant emails, saving traffic and power consumption.
  • the entire body content of the new mail is fetched from the server.
  • the body content of new emails is collected by the size of the received emails adjusted by the email priority, so as to avoid reloading the body content of some important emails when users open them, and improve the efficiency of email processing.
  • the body content of the new email is obtained from the server according to a preset threshold.
  • the priority of the mail is not the highest priority, it is determined whether the sender corresponding to the sender information is queried from the local sender information; When the sender corresponding to the sender information is queried, the body content of the new email is obtained from the server according to the preset collection size.
  • the priority of the mail is not the highest priority
  • the sender corresponding to the sender information is queried from the local sender information
  • the body content of the new email is obtained from the server according to the read status of the historical email. According to the read status of the sender's historical mail, dynamically adjust the size of the received mail to receive the body content of the new mail.
  • the entire body content of the new mail is obtained from the server.
  • the reading status of the historical mail is that the sender's historical mail part is read
  • determine the reading ratio of all the sender's historical mail within a preset time period according to the reading ratio , fetches the body content of the new message from the server.
  • Adjust the size of the received mail by determining that the sender's historical mail part is read, and receive the body content of the new mail after the adjustment.
  • the first number of historical emails that have been read, the second number of historical emails that have not been read, and the reading status of the most recently received historical emails among all historical emails are obtained; The number, the second number, and the reading status determine the reading ratio.
  • an embodiment of the present application provides an electronic device, the electronic device is configured to implement the method and function performed by the first device in the first aspect above, and is implemented by hardware/software, wherein the hardware/software includes the same as the above-mentioned function corresponding module.
  • an embodiment of the present application provides an apparatus, where the apparatus is applied in an electronic device, and the apparatus may be an electronic device or a chip in the electronic device.
  • the apparatus includes: a processor, a memory, and a communication bus, wherein the communication bus is used to implement connection and communication between the processor and the memory, and the processor executes a program stored in the memory to implement the steps of the first aspect.
  • the present application provides a computer-readable storage medium, where instructions are stored in the computer-readable storage medium, when the computer-readable storage medium runs on a computer, the computer executes the methods of the above aspects.
  • the present application provides a computer program comprising instructions which, when run on a computer, cause the computer to perform the methods of the above aspects.
  • an embodiment of the present application provides a chip, including a processor, configured to call and execute instructions stored in the memory from a memory, so that a communication device installed with the chip executes the method of any one of the foregoing aspects.
  • an embodiment of the present application provides another chip, including: an input interface, an output interface, and a processor.
  • a processor also include a memory, the input interface, the output interface, the processor and the memory are connected through an internal connection path, the processor is used to execute the code in the memory, and when the code is executed, the processor is used to execute any of the above-mentioned aspects.
  • an embodiment of the present application provides a communication system, including a first device and a server, where the first device can execute the method in any of the foregoing aspects, and the server can be used to receive an email sent by the electronic device or send an email to the electronic device. mail.
  • FIG. 1(A) is a schematic structural diagram of an electronic device provided by an embodiment of the present application.
  • Fig. 1 (B) is a software structural block diagram of an electronic device provided by an embodiment of the present application.
  • FIG. 2 is a schematic flowchart of a mail processing method provided by an embodiment of the present application.
  • FIG. 3 is a schematic flowchart of another mail processing method provided by an embodiment of the present application.
  • FIG. 4 (A) is a schematic diagram of a UI interface provided by an embodiment of the present application.
  • FIG. 4 (B) is a schematic diagram of another UI interface provided by an embodiment of the present application.
  • FIG. 4 (C) is a schematic diagram of another UI interface provided by an embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of an electronic device proposed by an embodiment of the present application.
  • FIG. 1(A) shows a schematic structural diagram of an electronic device 100 .
  • the electronic device 100 may include a processor 110, an external memory interface 120, an internal memory 121, a universal serial bus (USB) interface 130, a charge management module 140, a power management module 141, a battery 142, an antenna 1, an antenna 2 , mobile communication module 150, wireless communication module 160, audio module 170, speaker 170A, receiver 170B, microphone 170C, headphone jack 170D, sensor module 180, buttons 190, motor 191, indicator 192, camera 193, display screen 194, and Subscriber identification module (subscriber identification module, SIM) card interface 195 and so on.
  • SIM Subscriber identification module
  • the sensor module 180 may include a pressure sensor 180A, a gyroscope sensor 180B, an air pressure sensor 180C, a magnetic sensor 180D, an acceleration sensor 180E, a distance sensor 180F, a proximity light sensor 180G, a fingerprint sensor 180H, a temperature sensor 180J, a touch sensor 180K, and ambient light. Sensor 180L, bone conduction sensor 180M, etc.
  • the structures illustrated in the embodiments of the present application do not constitute a specific limitation on the electronic device 100 .
  • the electronic device 100 may include more or less components than shown, or combine some components, or separate some components, or arrange different components.
  • the illustrated components may be implemented in hardware, software, or a combination of software and hardware.
  • the processor 110 may include one or more processing units, for example, the processor 110 may include an application processor (application processor, AP), a modem processor, a graphics processor (graphics processing unit, GPU), an image signal processor (image signal processor, ISP), controller, memory, video codec, digital signal processor (digital signal processor, DSP), baseband processor, and/or neural-network processing unit (NPU) Wait. Wherein, different processing units may be independent devices, or may be integrated in one or more processors.
  • application processor application processor, AP
  • modem processor graphics processor
  • graphics processor graphics processor
  • ISP image signal processor
  • controller memory
  • video codec digital signal processor
  • DSP digital signal processor
  • NPU neural-network processing unit
  • the controller may be the nerve center and command center of the electronic device 100 .
  • the controller can generate an operation control signal according to the instruction operation code and timing signal, and complete the control of fetching and executing instructions.
  • a memory may also be provided in the processor 110 for storing instructions and data.
  • the memory in processor 110 is cache memory. This memory may hold instructions or data that have just been used or recycled by the processor 110 . If the processor 110 needs to use the instruction or data again, it can be called directly from the memory. Repeated accesses are avoided and processor 110 latency is reduced, thereby increasing the speed of the system.
  • the processor 110 may include one or more interfaces.
  • the interface may include an integrated circuit (inter-integrated circuit, I2C) interface, an integrated circuit built-in audio (inter-integrated circuit sound, I2S) interface, a pulse code modulation (pulse code modulation, PCM) interface, a universal asynchronous transceiver (universal asynchronous transmitter) receiver/transmitter, UART) interface, mobile industry processor interface (MIPI), general-purpose input/output (GPIO) interface, subscriber identity module (SIM) interface, and / or universal serial bus (universal serial bus, USB) interface, etc.
  • I2C integrated circuit
  • I2S integrated circuit built-in audio
  • PCM pulse code modulation
  • PCM pulse code modulation
  • UART universal asynchronous transceiver
  • MIPI mobile industry processor interface
  • GPIO general-purpose input/output
  • SIM subscriber identity module
  • USB universal serial bus
  • the interface connection relationship between the modules illustrated in the embodiments of the present application is only a schematic illustration, and does not constitute a structural limitation of the electronic device 100 .
  • the electronic device 100 may also adopt different interface connection manners in the foregoing embodiments, or a combination of multiple interface connection manners.
  • the charging management module 140 is used to receive charging input from the charger.
  • the charger may be a wireless charger or a wired charger.
  • the charging management module 140 may receive charging input from the wired charger through the USB interface 130 .
  • the charging management module 140 may receive wireless charging input through a wireless charging coil of the electronic device 100 . While the charging management module 140 charges the battery 142 , it can also supply power to the electronic device through the power management module 141 .
  • the power management module 141 is used for connecting the battery 142 , the charging management module 140 and the processor 110 .
  • the power management module 141 receives input from the battery 142 and/or the charging management module 140 and supplies power to the processor 110 , the internal memory 121 , the external memory, the display screen 194 , the camera 193 , and the wireless communication module 160 .
  • the power management module 141 can also be used to monitor parameters such as battery capacity, battery cycle times, battery health status (leakage, impedance).
  • the power management module 141 may also be provided in the processor 110 .
  • the power management module 141 and the charging management module 140 may also be provided in the same device.
  • the wireless communication function of the electronic device 100 may be implemented by the antenna 1, the antenna 2, the mobile communication module 150, the wireless communication module 160, the modulation and demodulation processor, the baseband processor, and the like.
  • Antenna 1 and Antenna 2 are used to transmit and receive electromagnetic wave signals.
  • Each antenna in electronic device 100 may be used to cover a single or multiple communication frequency bands. Different antennas can also be reused to improve antenna utilization.
  • the antenna 1 can be multiplexed as a diversity antenna of the wireless local area network. In other embodiments, the antenna may be used in conjunction with a tuning switch.
  • the mobile communication module 150 may provide wireless communication solutions including 2G/3G/4G/5G etc. applied on the electronic device 100 .
  • the mobile communication module 150 may include at least one filter, switch, power amplifier, low noise amplifier (LNA) and the like.
  • the mobile communication module 150 can receive electromagnetic waves from the antenna 1, filter and amplify the received electromagnetic waves, and transmit them to the modulation and demodulation processor for demodulation.
  • the mobile communication module 150 can also amplify the signal modulated by the modulation and demodulation processor, and then turn it into an electromagnetic wave for radiation through the antenna 1 .
  • at least part of the functional modules of the mobile communication module 150 may be provided in the processor 110 .
  • at least part of the functional modules of the mobile communication module 150 may be provided in the same device as at least part of the modules of the processor 110 .
  • the modem processor may include a modulator and a demodulator.
  • the modem processor may be a stand-alone device.
  • the modem processor may be independent of the processor 110, and may be provided in the same device as the mobile communication module 150 or other functional modules.
  • the wireless communication module 160 can provide applications on the electronic device 100 including wireless local area networks (WLAN) (such as wireless fidelity (Wi-Fi) networks), bluetooth (BT), global navigation satellites Wireless communication solutions such as global navigation satellite system (GNSS), frequency modulation (FM), near field communication (NFC), and infrared technology (IR).
  • WLAN wireless local area networks
  • BT Bluetooth
  • GNSS global navigation satellite system
  • FM frequency modulation
  • NFC near field communication
  • IR infrared technology
  • the wireless communication module 160 may be one or more devices integrating at least one communication processing module.
  • the wireless communication module 160 receives electromagnetic waves via the antenna 2 , frequency modulates and filters the electromagnetic wave signals, and sends the processed signals to the processor 110 .
  • the wireless communication module 160 can also receive the signal to be sent from the processor 110 , perform frequency modulation on it, amplify it, and convert it into electromagnetic waves for radiation through the antenna 2 .
  • the antenna 1 of the electronic device 100 is coupled with the mobile communication module 150, and the antenna 2 is coupled with the wireless communication module 160, so that the electronic device 100 can communicate with the network and other devices through wireless communication technology.
  • the wireless communication technology may include global system for mobile communications (GSM), general packet radio service (GPRS), code division multiple access (CDMA), broadband Code Division Multiple Access (WCDMA), Time Division Code Division Multiple Access (TD-SCDMA), Long Term Evolution (LTE), BT, GNSS, WLAN, NFC , FM, and/or IR technology, etc.
  • the GNSS may include a global positioning system (global positioning system, GPS), a global navigation satellite system (GLONASS), a Beidou navigation satellite system (BDS), a quasi-zenith satellite system (quasi -zenith satellite system, QZSS) and/or satellite based augmentation systems (SBAS).
  • GPS global positioning system
  • GLONASS global navigation satellite system
  • BDS Beidou navigation satellite system
  • QZSS quasi-zenith satellite system
  • SBAS satellite based augmentation systems
  • the electronic device 100 implements a display function through a GPU, a display screen 194, an application processor, and the like.
  • the GPU is a microprocessor for image processing, and is connected to the display screen 194 and the application processor.
  • the GPU is used to perform mathematical and geometric calculations for graphics rendering.
  • Processor 110 may include one or more GPUs that execute program instructions to generate or alter display information.
  • Display screen 194 is used to display images, videos, and the like.
  • Display screen 194 includes a display panel.
  • the display panel can be a liquid crystal display (LCD), an organic light-emitting diode (OLED), an active-matrix organic light-emitting diode or an active-matrix organic light-emitting diode (active-matrix organic light).
  • LED diode AMOLED
  • flexible light-emitting diode flexible light-emitting diode (flex light-emitting diode, FLED), Miniled, MicroLed, Micro-oLed, quantum dot light-emitting diode (quantum dot light emitting diodes, QLED) and so on.
  • the electronic device 100 may include one or N display screens 194 , where N is a positive integer greater than one.
  • the electronic device 100 may implement a shooting function through an ISP, a camera 193, a video codec, a GPU, a display screen 194, an application processor, and the like.
  • the ISP is used to process the data fed back by the camera 193 .
  • the shutter is opened, the light is transmitted to the camera photosensitive element through the lens, the light signal is converted into an electrical signal, and the camera photosensitive element transmits the electrical signal to the ISP for processing, and converts it into an image visible to the naked eye.
  • ISP can also perform algorithm optimization on image noise, brightness, and skin tone.
  • ISP can also optimize the exposure, color temperature and other parameters of the shooting scene.
  • the ISP may be provided in the camera 193 .
  • Camera 193 is used to capture still images or video.
  • the object is projected through the lens to generate an optical image onto the photosensitive element.
  • the photosensitive element may be a charge coupled device (CCD) or a complementary metal-oxide-semiconductor (CMOS) phototransistor.
  • CMOS complementary metal-oxide-semiconductor
  • the photosensitive element converts the optical signal into an electrical signal, and then transmits the electrical signal to the ISP to convert it into a digital image signal.
  • the ISP outputs the digital image signal to the DSP for processing.
  • DSP converts digital image signals into standard RGB, YUV and other formats of image signals.
  • the electronic device 100 may include 1 or N cameras 193 , where N is a positive integer greater than 1.
  • a digital signal processor is used to process digital signals, in addition to processing digital image signals, it can also process other digital signals. For example, when the electronic device 100 selects a frequency point, the digital signal processor is used to perform Fourier transform on the frequency point energy and so on.
  • Video codecs are used to compress or decompress digital video.
  • the electronic device 100 may support one or more video codecs.
  • the electronic device 100 can play or record videos of various encoding formats, such as: Moving Picture Experts Group (moving picture experts group, MPEG) 1, MPEG2, MPEG3, MPEG4 and so on.
  • MPEG Moving Picture Experts Group
  • MPEG2 moving picture experts group
  • MPEG3 MPEG4
  • MPEG4 Moving Picture Experts Group
  • the NPU is a neural-network (NN) computing processor.
  • NN neural-network
  • Applications such as intelligent cognition of the electronic device 100 can be implemented through the NPU, such as image recognition, face recognition, speech recognition, text understanding, and the like.
  • the external memory interface 120 can be used to connect an external memory card, such as a Micro SD card, to expand the storage capacity of the electronic device 100 .
  • the external memory card communicates with the processor 110 through the external memory interface 120 to realize the data storage function. For example to save files like music, video etc in external memory card.
  • Internal memory 121 may be used to store computer executable program code, which includes instructions.
  • the processor 110 executes various functional applications and data processing of the electronic device 100 by executing the instructions stored in the internal memory 121 .
  • the internal memory 121 may include a storage program area and a storage data area.
  • the storage program area can store an operating system, an application program required for at least one function (such as a sound playback function, an image playback function, etc.), and the like.
  • the storage data area may store data (such as audio data, phone book, etc.) created during the use of the electronic device 100 and the like.
  • the internal memory 121 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, universal flash storage (UFS), and the like.
  • the electronic device 100 may implement audio functions through an audio module 170, a speaker 170A, a receiver 170B, a microphone 170C, an earphone interface 170D, an application processor, and the like. Such as music playback, recording, etc.
  • the audio module 170 is used for converting digital audio information into analog audio signal output, and also for converting analog audio input into digital audio signal. Audio module 170 may also be used to encode and decode audio signals. In some embodiments, the audio module 170 may be provided in the processor 110 , or some functional modules of the audio module 170 may be provided in the processor 110 .
  • Speaker 170A also referred to as a "speaker" is used to convert audio electrical signals into sound signals.
  • the electronic device 100 can listen to music through the speaker 170A, or listen to a hands-free call.
  • the receiver 170B also referred to as "earpiece" is used to convert audio electrical signals into sound signals.
  • the voice can be answered by placing the receiver 170B close to the human ear.
  • the microphone 170C also called “microphone” or “microphone” is used to convert sound signals into electrical signals.
  • the user can make a sound by approaching the microphone 170C through a human mouth, and input the sound signal into the microphone 170C.
  • the electronic device 100 may be provided with at least one microphone 170C. In other embodiments, the electronic device 100 may be provided with two microphones 170C, which can implement a noise reduction function in addition to collecting sound signals. In other embodiments, the electronic device 100 may further be provided with three, four or more microphones 170C to collect sound signals, reduce noise, identify sound sources, and implement directional recording functions.
  • the earphone jack 170D is used to connect wired earphones.
  • the earphone interface 170D can be the USB interface 130, or can be a 3.5mm open mobile terminal platform (OMTP) standard interface, a cellular telecommunications industry association of the USA (CTIA) standard interface.
  • OMTP open mobile terminal platform
  • CTIA cellular telecommunications industry association of the USA
  • the pressure sensor 180A is used to sense pressure signals, and can convert the pressure signals into electrical signals.
  • the pressure sensor 180A may be provided on the display screen 194 .
  • the capacitive pressure sensor may be comprised of at least two parallel plates of conductive material. When a force is applied to the pressure sensor 180A, the capacitance between the electrodes changes.
  • the electronic device 100 determines the intensity of the pressure according to the change in capacitance. When a touch operation acts on the display screen 194, the electronic device 100 detects the intensity of the touch operation according to the pressure sensor 180A.
  • the electronic device 100 may also calculate the touched position according to the detection signal of the pressure sensor 180A.
  • touch operations acting on the same touch position but with different touch operation intensities may correspond to different operation instructions. For example, when a touch operation with a touch operation intensity less than the first pressure threshold acts on the short message application icon, the instruction to view the short message is executed. When a touch operation with a touch operation intensity greater than or equal to the first pressure threshold acts on the short message application icon, the instruction to create a new short message is executed.
  • the gyro sensor 180B may be used to determine the motion attitude of the electronic device 100 .
  • the air pressure sensor 180C is used to measure air pressure.
  • the magnetic sensor 180D includes a Hall sensor.
  • the acceleration sensor 180E can detect the magnitude of the acceleration of the electronic device 100 in various directions (generally three axes).
  • the magnitude and direction of gravity can be detected when the electronic device 100 is stationary. It can also be used to identify the posture of electronic devices, and can be used in applications such as horizontal and vertical screen switching, pedometers, etc.
  • Distance sensor 180F for measuring distance.
  • Proximity light sensor 180G may include, for example, light emitting diodes (LEDs) and light detectors, such as photodiodes.
  • LEDs light emitting diodes
  • photodiodes such as photodiodes
  • the ambient light sensor 180L is used to sense ambient light brightness.
  • the fingerprint sensor 180H is used to collect fingerprints.
  • the electronic device 100 can use the collected fingerprint characteristics to realize fingerprint unlocking, accessing application locks, taking pictures with fingerprints, answering incoming calls with fingerprints, and the like.
  • the temperature sensor 180J is used to detect the temperature.
  • the electronic device 100 uses the temperature detected by the temperature sensor 180J to execute a temperature processing strategy.
  • Touch sensor 180K also called “touch panel”.
  • the touch sensor 180K can be disposed on the display screen 194, and the touch sensor 180K and the display screen 194 form a touch screen, also called “touch screen”.
  • the touch sensor 180K is used to detect touch operations on or near it.
  • the touch sensor can pass the detected touch operation to the application processor to determine the type of touch event.
  • Visual output related to touch operations may be provided via display screen 194 .
  • the touch sensor 180K may also be disposed on the surface of the electronic device 100 , which is different from the location where the display screen 194 is located.
  • the bone conduction sensor 180M can acquire vibration signals.
  • the bone conduction sensor 180M can acquire the vibration signal of the vibrating bone mass of the human voice.
  • the bone conduction sensor 180M can also contact the pulse of the human body and receive the blood pressure beating signal.
  • the bone conduction sensor 180M can also be disposed in the earphone, combined with the bone conduction earphone.
  • the audio module 170 can analyze the voice signal based on the vibration signal of the vocal vibration bone block obtained by the bone conduction sensor 180M, so as to realize the voice function.
  • the application processor can analyze the heart rate information based on the blood pressure beat signal obtained by the bone conduction sensor 180M, and realize the function of heart rate detection.
  • the keys 190 include a power-on key, a volume key, and the like. Keys 190 may be mechanical keys. It can also be a touch key.
  • the electronic device 100 may receive key inputs and generate key signal inputs related to user settings and function control of the electronic device 100 .
  • Motor 191 can generate vibrating cues.
  • the motor 191 can be used for vibrating alerts for incoming calls, and can also be used for touch vibration feedback.
  • touch operations acting on different applications can correspond to different vibration feedback effects.
  • the motor 191 can also correspond to different vibration feedback effects for touch operations acting on different areas of the display screen 194 .
  • Different application scenarios for example: time reminder, receiving information, alarm clock, games, etc.
  • the touch vibration feedback effect can also support customization.
  • the indicator 192 can be an indicator light, which can be used to indicate the charging state, the change of the power, and can also be used to indicate a message, a missed call, a notification, and the like.
  • the SIM card interface 195 is used to connect a SIM card.
  • the SIM card can be contacted and separated from the electronic device 100 by inserting into the SIM card interface 195 or pulling out from the SIM card interface 195 .
  • the electronic device 100 may support 1 or N SIM card interfaces, where N is a positive integer greater than 1.
  • the SIM card interface 195 can support Nano SIM card, Micro SIM card, SIM card and so on. Multiple cards can be inserted into the same SIM card interface 195 at the same time. The types of the plurality of cards may be the same or different.
  • the SIM card interface 195 can also be compatible with different types of SIM cards.
  • the SIM card interface 195 is also compatible with external memory cards.
  • the electronic device 100 interacts with the network through the SIM card to implement functions such as call and data communication.
  • the electronic device 100 employs an eSIM, ie: an embedded SIM card.
  • the eSIM card can be embedded in the electronic device 100 and cannot be separated from the electronic device 100 .
  • the electronic devices involved in the embodiments of the present application may be mobile phones, tablet computers, desktops, laptops, notebook computers, Ultra-mobile Personal Computers (UMPCs), handheld computers, netbooks, personal digital assistants (Personal Digital Assistants) Digital Assistant, PDA), wearable electronic devices, virtual reality devices, etc.
  • UMPCs Ultra-mobile Personal Computers
  • PDA Personal Digital Assistants
  • wearable electronic devices virtual reality devices, etc.
  • the software system of the electronic device 100 may adopt a layered architecture, an event-driven architecture, a microkernel architecture, a microservice architecture, or a cloud architecture.
  • the embodiments of the present application take an Android system with a layered architecture as an example to exemplarily describe the software structure of the electronic device 100 .
  • FIG. 1(B) is a block diagram of a software structure of an electronic device 100 according to an embodiment of the present application.
  • the layered architecture divides the software into several layers, and each layer has a clear role and division of labor. Layers communicate with each other through software interfaces.
  • the Android system is divided into four layers, which are, from top to bottom, an application layer, an application framework layer, an Android runtime (Android runtime) and a system library, and a kernel layer.
  • the application layer can include a series of application packages.
  • the application package can include applications such as camera, gallery, calendar, call, map, navigation, WLAN, Bluetooth, music, video, short message and so on.
  • the application framework layer provides an application programming interface (application programming interface, API) and a programming framework for applications in the application layer.
  • the application framework layer includes some predefined functions.
  • the application framework layer may include a window manager, a content provider, a view system, a telephony manager, a resource manager, a notification manager, an event manager, and the like.
  • a window manager is used to manage window programs.
  • the window manager can get the size of the display screen, determine whether there is a status bar, lock the screen, take screenshots, etc.
  • Content providers are used to store and retrieve data and make these data accessible to applications.
  • the data may include video, images, audio, calls made and received, browsing history and bookmarks, phone book, etc.
  • the view system includes visual controls, such as controls for displaying text, controls for displaying pictures, and so on. View systems can be used to build applications.
  • a display interface can consist of one or more views.
  • the display interface including the short message notification icon may include a view for displaying text and a view for displaying pictures.
  • the phone manager is used to provide the communication function of the electronic device 100 .
  • the management of call status including connecting, hanging up, etc.).
  • the resource manager provides various resources for the application, such as localization strings, icons, pictures, layout files, video files and so on.
  • the notification manager enables applications to display notification information in the status bar, which can be used to convey notification-type messages, and can disappear automatically after a brief pause without user interaction. For example, the notification manager is used to notify download completion, message reminders, etc.
  • the notification manager can also display notifications in the status bar at the top of the system in the form of graphs or scroll bar text, such as notifications of applications running in the background, and notifications on the screen in the form of dialog windows. For example, text information is prompted in the status bar, a prompt sound is issued, the electronic device vibrates, and the indicator light flashes.
  • the event manager may be configured to determine whether the touch coordinates of the user's touch operation are within the first area when the first control mode is enabled. If yes, report the event of the touch operation to the application layer; if not, do nothing to the touch operation.
  • Android Runtime includes core libraries and a virtual machine. Android runtime is responsible for scheduling and management of the Android system.
  • the core library consists of two parts: one is the function functions that the java language needs to call, and the other is the core library of Android.
  • the application layer and the application framework layer run in virtual machines.
  • the virtual machine executes the java files of the application layer and the application framework layer as binary files.
  • the virtual machine is used to perform functions such as object lifecycle management, stack management, thread management, safety and exception management, and garbage collection.
  • a system library can include multiple functional modules. For example: surface manager (surface manager), media library (Media Libraries), 3D graphics processing library (eg: OpenGL ES), 2D graphics engine (eg: SGL), etc.
  • surface manager surface manager
  • media library Media Libraries
  • 3D graphics processing library eg: OpenGL ES
  • 2D graphics engine eg: SGL
  • the Surface Manager is used to manage the display subsystem and provides a fusion of 2D and 3D layers for multiple applications.
  • the media library supports playback and recording of a variety of commonly used audio and video formats, as well as still image files.
  • the media library can support a variety of audio and video encoding formats, such as: MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, etc.
  • the 3D graphics processing library is used to implement 3D graphics drawing, image rendering, compositing, and layer processing.
  • 2D graphics engine is a drawing engine for 2D drawing.
  • the kernel layer is the layer between hardware and software.
  • the kernel layer contains at least display drivers, camera drivers, audio drivers, and sensor drivers.
  • FIG. 2 is a schematic flowchart of a mail processing method provided by an embodiment of the present application.
  • the steps in the embodiments of the present application include:
  • the user may click the option "receive" on the mail application software to send a request message to the server, or send a request message to the server at a preset time interval.
  • the electronic device obtains the mail data returned from the server, and then can obtain metadata from the mail data through a command (sync command), where the metadata may include sender information, mail priority and the like.
  • the priority of the mail may be the importance of the mail, for example, the mail is marked as important, generally important, or not important.
  • the sender information may include the sender's name, contact information or email address, and so on.
  • S202 Determine the read status of the sender's historical mail corresponding to the sender information.
  • the corresponding sender can be queried from the local sender information, then all the historical mails of the sender can be searched, and the read status of all the historical mails can be determined.
  • all historical emails of the sender within a preset time period may be searched, and the read status of all historical emails within the preset time period may be determined.
  • the preset time period may be one month or half a year, and so on.
  • the read status can be that the body content has been read, the body content has not been read, the mail has been opened, or the mail has not been opened, and so on.
  • S203 Acquire the body content of the new email from the server according to at least one of the sender information, the email priority, and the read status of the historical email. Specifically, the following options can be included:
  • the body content of the new email may be acquired from the server according to the email priority of the new email.
  • the priority of the email is the highest priority
  • the entire body content of the new email is obtained from the server, so as to avoid reloading the body content when the user opens the new email.
  • the size of the received email can be adjusted to a larger value (eg, 10M), so that the electronic device can obtain the entire body content of the new email from the server.
  • the email priority is the highest priority and the general priority
  • the new email may be received according to a preset fixed email size (eg, 200KB).
  • the body content of the new email may be obtained from the server according to a preset threshold.
  • the preset threshold may be a preset fixed size of received mails, which may be 100KB. For example, if the user of the electronic device has never received any emails from the sender of the new email before, the new email can be received according to the preset fixed email size (for example, 100KB), regardless of whether the new email can be received or not. The full body content of the message.
  • the body content of the new email may be acquired from the server according to the read status of the historical email. This includes the following situations:
  • the first optional manner when the read status of the historical mail is that all the historical mails of the sender have been read, obtain all the text content of the new mail from the server. For example, when all the historical mails of a certain sender have been read by the recipient, the size of the received mail can be adjusted to a larger value (eg 10M) for the sender, so that the electronic device can retrieve the message from the server. Get the entire body content of the new email, so as to avoid reloading the body content when the user opens the new email.
  • a larger value eg 10M
  • the second optional way when the read status of the historical mail is that the sender's historical mail is partially read, obtain all the historical mails of the sender within a preset time period.
  • the reading ratio calculation formula is as follows: M*((read historical emails/all historical emails)*K1+K2). If the recent received historical emails have not been read, the reading ratio calculation formula is as follows: M*(read historical emails/all historical emails). Among them, M is the preset received mail size, and K1 and K2 are weighting coefficients.
  • the recipient has received 10 emails from a certain sender in half a month, and has read 6 emails, of which the most recent received email has also been read, and the other 4 emails No reading.
  • the received mail size can be set to 160K, and the body content of the new mail can be received from the server according to the received mail size of 160K.
  • the received mail size can be set to 120K, and the body content of the new mail can be received from the server according to the received mail size of 120K.
  • the body content of the new mail can be obtained from the server according to a preset threshold, wherein , the preset threshold can be a preset fixed size of received mails, which can be 100KB. You can also set the received mail size to 0, which means that only the mail header of the new mail sent by the sender will be collected, and the body content of the sender's mail will not be collected.
  • a preset threshold can be a preset fixed size of received mails, which can be 100KB.
  • the preset fixed email size for example, 200KB
  • the sender corresponding to the sender information can be queried from the local sender information, and if the sender information can be queried from the local sender information.
  • the corresponding sender determines whether the mail priority of the new mail is the highest priority, and if the mail priority is the highest priority, obtains all the body content of the new mail from the server. If the priority of the mail is not the highest priority, the body content of the new mail is obtained from the server according to the read status of the historical mail. Similar to the above, it is not repeated here.
  • the corresponding received mail size is set, so as to receive the sender's new mail according to the set received mail size. And, when waiting for the next time to receive a new mail, update the user's read mail status or local sender information, and recalculate the received mail size.
  • one or more items of sender information, mail priority, and reading status of historical mails can be judged, and the judgment order is in no particular order.
  • the size of the received mail is dynamically adjusted according to the sender information, the mail priority and the reading status of the sender's historical mail, and new mail is received according to the adjusted size of the received mail. It avoids the need to reload some important emails when users open them, and improves the efficiency of email processing. At the same time, it also avoids loading all unimportant emails, saving traffic and power consumption.
  • FIG. 3 is a schematic flowchart of another mail processing method provided by an embodiment of the present application.
  • the steps in the embodiments of the present application include:
  • S306 Determine whether the sender corresponding to the sender information is a new sender, and if so, execute S307. If not, execute S308.
  • S307 Receive new mails according to a fixed received mail size.
  • S310 Determine whether the sender's historical mail within a preset time period has been partially read by the recipient, and if not, execute S311. If yes, execute S312.
  • S311 Set the size of the received mail to 0, and only receive the mail header of the new mail sent by the sender, and no longer receive the body content of the sender's mail.
  • S313 set the received mail size to M*((read historical mail/all historical mail)*K1+K2), and receive new mail according to M*((read historical mail/all historical mail)*K1+K2) Text content.
  • FIG. 5 is a schematic structural diagram of an electronic device proposed by an embodiment of the present application.
  • the electronic device may include: at least one processor 501, at least one communication interface 502, at least one memory 503 and at least one communication bus 504.
  • the processor 501 may be a central processing unit, a general-purpose processor, a digital signal processor, an application-specific integrated circuit, a field programmable gate array, or other programmable logic devices, transistor logic devices, hardware components, or any combination thereof. It may implement or execute the various exemplary logical blocks, modules and circuits described in connection with this disclosure.
  • the processor may also be a combination that performs computing functions, such as a combination comprising one or more microprocessors, a combination of a digital signal processor and a microprocessor, and the like.
  • the communication bus 504 may be a peripheral component interconnection standard PCI bus or an extended industry standard structure EISA bus, or the like. The bus can be divided into an address bus, a data bus, a control bus, and the like.
  • the communication bus 504 is used to implement the connection communication between these components.
  • the communication interface 502 of the device in the embodiment of the present application is used for signaling or data communication with other node devices.
  • the memory 503 may include volatile memory, such as nonvolatile dynamic random access memory (NVRAM), phase change random access memory (PRAM), magnetoresistive random access memory (magetoresistive) RAM, MRAM), etc., and may also include non-volatile memory, such as at least one magnetic disk storage device, electrically erasable programmable read-only memory (EEPROM), flash memory devices, such as reverse or flash memory (NOR flash memory) or inverse flash memory (NAND flash memory), semiconductor devices, such as solid state disks (SSD), etc.
  • the memory 503 may also be at least one storage device located away from the aforementioned processor 501 .
  • memory 503 may also store a set of program codes.
  • the processor 501 can also execute programs stored in the memory 503 .
  • processor 501 is further configured to perform the following operation steps:
  • processor 501 is further configured to perform the following operation steps:
  • the body content of the new email is acquired from the server according to a preset threshold.
  • processor 501 is further configured to perform the following operation steps:
  • the body content of the new email is acquired from the server according to a preset collection size.
  • processor 501 is further configured to perform the following operation steps:
  • the text content of the new mail is obtained from the server according to the read status of the historical mail.
  • processor 501 is further configured to perform the following operation steps:
  • the entire body content of the new mail is acquired from the server.
  • processor 501 is further configured to perform the following operation steps:
  • the body content of the new mail is acquired from the server.
  • processor 501 is further configured to perform the following operation steps:
  • the reading ratio is determined according to the first number, the second number and the reading state.
  • the processor may also cooperate with the memory and the communication interface to execute the operations of the electronic device in the above-mentioned embodiments of the application.
  • the electronic device involved in this application can receive emails sent by the server or send emails to the server.
  • An embodiment of the present application further provides a chip system, where the chip system includes a processor for supporting an electronic device to implement the functions involved in any of the above embodiments, such as generating or processing the sender involved in the above method Information, message priority and sender's history messages.
  • the chip system may further include a memory, which is used for necessary program instructions and data of the electronic device.
  • the chip system may be composed of chips, or may include chips and other discrete devices.
  • An embodiment of the present application further provides a processor, which is coupled to a memory and configured to execute any method and function related to an electronic device in any of the foregoing embodiments.
  • Embodiments of the present application also provide a computer program including instructions, which, when run on a computer, enables the computer to execute any method and function of an electronic device in any of the foregoing embodiments.
  • An embodiment of the present application further provides an apparatus for executing any method and function related to an electronic device in any of the foregoing embodiments.
  • the above-mentioned embodiments it may be implemented in whole or in part by software, hardware, firmware or any combination thereof.
  • software it can be implemented in whole or in part in the form of a computer program product.
  • the computer program product includes one or more computer instructions. When the computer program instructions are loaded and executed on a computer, all or part of the processes or functions described in the embodiments of the present application are generated.
  • the computer may be a general purpose computer, special purpose computer, computer network, or other programmable device.
  • the computer instructions may be stored in or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be downloaded from a website site, computer, server, or data center Transmission to another website site, computer, server, or data center is by wire (eg, coaxial cable, optical fiber, digital subscriber line (DSL)) or wireless (eg, infrared, wireless, microwave, etc.).
  • the computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device such as a server, a data center, or the like that includes an integration of one or more available media.
  • the usable media may be magnetic media (eg, floppy disks, hard disks, magnetic tapes), optical media (eg, DVDs), or semiconductor media (eg, solid state disks (SSDs)), and the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • Theoretical Computer Science (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Data Mining & Analysis (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephone Function (AREA)

Abstract

La présente invention concerne un procédé de traitement de courrier et un dispositif associé. Le procédé consiste à : lorsqu'il est détecté qu'un dispositif électronique reçoit un nouveau courrier à partir d'un serveur, obtenir des données de courrier du nouveau courrier à partir du serveur, les données de courrier comprenant des informations d'expéditeur et la priorité de courrier ; déterminer l'état de lecture d'un courrier historique d'un expéditeur correspondant aux informations d'expéditeur ; et obtenir le contenu textuel du nouveau courrier à partir du serveur selon les informations d'expéditeur et/ou la priorité de courrier et/ou l'état de lecture du courrier historique. L'utilisation de modes de réalisation de la présente demande peut réduire le trafic par réglage dynamique de la taille d'un courrier à recevoir.
PCT/CN2021/110318 2020-08-11 2021-08-03 Procédé de traitement de courrier et dispositif électronique WO2022033355A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010801055.8A CN114079642B (zh) 2020-08-11 2020-08-11 一种邮件处理方法及电子设备
CN202010801055.8 2020-08-11

Publications (1)

Publication Number Publication Date
WO2022033355A1 true WO2022033355A1 (fr) 2022-02-17

Family

ID=80247674

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/110318 WO2022033355A1 (fr) 2020-08-11 2021-08-03 Procédé de traitement de courrier et dispositif électronique

Country Status (2)

Country Link
CN (1) CN114079642B (fr)
WO (1) WO2022033355A1 (fr)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115589394A (zh) * 2022-10-28 2023-01-10 北京字跳网络技术有限公司 一种基于邮箱的数据处理方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040019649A1 (en) * 2002-07-23 2004-01-29 Murata Kikai Kabushiki Kaisha Mail server and electronic mail receiving terminal device
TW200503468A (en) * 2003-07-08 2005-01-16 Inventec Multimedia & Telecom System and method using personal image recording system to send/receive e-mail
CN101686535A (zh) * 2008-09-28 2010-03-31 联想(北京)有限公司 一种移动终端及其获取新邮件的方法
CN102402741A (zh) * 2010-09-17 2012-04-04 腾讯科技(深圳)有限公司 信件管理方法及系统
CN107949043A (zh) * 2017-11-07 2018-04-20 深圳天珑无线科技有限公司 终端接收邮件的优化方法、终端及可读存储介质

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4247928B2 (ja) * 1996-07-03 2009-04-02 京セラ株式会社 電子メールシステム
JPH1083361A (ja) * 1996-09-06 1998-03-31 Brother Ind Ltd 電子メールシステム
JP2004252635A (ja) * 2003-02-19 2004-09-09 Nec Saitama Ltd 電子メール装置および重要メール通知方法
JP2006065454A (ja) * 2004-08-25 2006-03-09 Kyocera Mita Corp 電子メール送信装置及びプログラム
US20080005249A1 (en) * 2006-07-03 2008-01-03 Hart Matt E Method and apparatus for determining the importance of email messages
CN101667976B (zh) * 2008-09-04 2012-04-25 中国移动通信集团公司 一种邮件推送方式确定方法、推送方法及装置
CN102026117A (zh) * 2010-12-15 2011-04-20 中兴通讯股份有限公司 一种电子邮件推送设备、方法及系统
CN102316051B (zh) * 2011-09-14 2018-06-19 中兴通讯股份有限公司 一种离线浏览历史邮件的方法及系统
CN105916124A (zh) * 2015-10-27 2016-08-31 乐视移动智能信息技术(北京)有限公司 移动终端的邮件正文的显示方法及装置
CN105959201A (zh) * 2016-04-19 2016-09-21 乐视控股(北京)有限公司 邮件下载方法及装置
CN106022703A (zh) * 2016-05-05 2016-10-12 青岛海信移动通信技术股份有限公司 一种电子邮件的处理方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040019649A1 (en) * 2002-07-23 2004-01-29 Murata Kikai Kabushiki Kaisha Mail server and electronic mail receiving terminal device
TW200503468A (en) * 2003-07-08 2005-01-16 Inventec Multimedia & Telecom System and method using personal image recording system to send/receive e-mail
CN101686535A (zh) * 2008-09-28 2010-03-31 联想(北京)有限公司 一种移动终端及其获取新邮件的方法
CN102402741A (zh) * 2010-09-17 2012-04-04 腾讯科技(深圳)有限公司 信件管理方法及系统
CN107949043A (zh) * 2017-11-07 2018-04-20 深圳天珑无线科技有限公司 终端接收邮件的优化方法、终端及可读存储介质

Also Published As

Publication number Publication date
CN114079642A (zh) 2022-02-22
CN114079642B (zh) 2023-05-23

Similar Documents

Publication Publication Date Title
KR102470275B1 (ko) 음성 제어 방법 및 전자 장치
CN110910872B (zh) 语音交互方法及装置
CN113726950B (zh) 一种图像处理方法和电子设备
CN113645351B (zh) 应用界面交互方法、电子设备和计算机可读存储介质
WO2021036770A1 (fr) Procédé de traitement d'écran partagé et dispositif terminal
CN110825469A (zh) 语音助手显示方法及装置
WO2021159746A1 (fr) Procédé et système de partage de fichiers et dispositif associé
WO2022127787A1 (fr) Procédé d'affichage d'image et dispositif électronique
WO2022068483A1 (fr) Procédé et appareil de démarrage d'application, et dispositif électronique
WO2021218429A1 (fr) Procédé de gestion d'une fenêtre d'application, dispositif terminal et support de stockage lisible par ordinateur
WO2021104122A1 (fr) Procédé et appareil permettant de répondre à une demande d'appel et dispositif électronique
CN114995715B (zh) 悬浮球的控制方法和相关装置
EP4228233A1 (fr) Procédé d'ajout de séquence d'opérations, dispositif électronique, et système
WO2022033355A1 (fr) Procédé de traitement de courrier et dispositif électronique
WO2022166435A1 (fr) Procédé de partage d'image et dispositif électronique
CN113590346B (zh) 处理业务请求的方法和电子设备
WO2022062902A1 (fr) Procédé de transfert de fichier et dispositif électronique
CN112286596A (zh) 消息显示方法及电子设备
CN114006969B (zh) 一种窗口启动方法和电子设备
WO2022166550A1 (fr) Procédé de transmission de données et dispositif électronique
CN115421644B (zh) 确定弹窗消息来源的方法和装置
WO2022143891A1 (fr) Procédé de synchronisation de point focal et dispositif électronique
WO2022206709A1 (fr) Procédé de chargement de composants pour application et appareil associé
WO2024109573A1 (fr) Procédé d'affichage de fenêtre flottante et dispositif électronique
WO2022262291A1 (fr) Procédé et système d'appel de données d'image pour application, et dispositif électronique et support de stockage

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21855408

Country of ref document: EP

Kind code of ref document: A1