[PAID] IMAPClient: Extension to read emails from IMAP server [$6 or INR 350]

1.Introduction

Description: This extension can be used to read emails from imap server.Although it is primarily for reading emails but some minor writing is also supported.
Latest Version: 1.1
Released:  April 26, 2021
Last Updated:  November 4, 2021

2.Blocks

image
image
image
image
image

3.Documentation

  • Closed
    Event invoked when server closes connection
    image
  • Connected
    Event invoked when connection is established with server
    image
  • Disconnected
    Event invoked when request to disconnect connection with server has been succeeded
    image
  • FolderStateChanged
    Event invoked when currently opened folder’s state changes
    image
    state ~ text (Connected,Disconnected,Closed)
  • GotError
    Event invoked when any error occurs
    image
    errorMessage ~ text
  • GotFlagsList
    Event invoked after getting requested message’s flags
    image
    flagsList ~ List< Integer >
  • GotFoldersList
    Event invoked after getting folders list
    image
    list ~ List < String >
  • GotMessageInfo
    Event invoked after getting requested message’s information
    image
    infoDictionary ~ Dictionary
  • GotSubjectList
    Event invoked after getting subject’s list
    image
    subjectList ~ List < String >
  • ReceivedNewMessage
    Event invoked when a message in currently opened folder changes or a new is arrived
    image
    id ~ int (Message Number which can be used to get information using GetMessageInfo method)
  • ReceivedNotification
    Event invoked when server sends a notification or message
    image
    type ~ int
    message ~ text
  • RetrievedMessages
    Event invoked when messages has been retrieved
    GetMessageInfo and related blocks should be only called once messages has been retrieved
    image
  • CloseFolder
    Closes currently opened folder
    image
  • Connect
    Tries to connect to the server
    image
    host ~ text
    port ~ int (usually 993)
    protocol ~ text (SSL Or TLS)
    userName ~ text
    password ~ text
  • Disconnect
    Manually closed connection with server
    image
  • GetFoldersList
    Tries to get list of folders with given filter
    image
    filter ~ text
    Possible Filters: empty string , * , %
  • GetMessageFlags
    Tries to get given message’s flags
    Useful if you want to filter messages using flags
    image ‘
    id ~ int
  • GetMessageInfo
    Gets given message’s information
    image
    id ~ int
  • GetSubjectList
    Gets subject’s list within range
    from = 0 and to = 0 means all message’s subjects will be retrieved
    image
    from ~ int
    to ~ int
  • IsConnected
    Returns whether connection is open or not
    image
    Returns boolean
  • MessagesCount
    Returns total message’s count in current folder
    image
    Returns int
  • OpenFolder
    Tries to open folder with given mode and triggers event FolderStateChanged
    image
    folderName ~ text
    mode ~ int
  • RetriveMessages
    Retrieves messages within given range
    image
    from ~ int
    to ~ int
  • SetFlag
    Sets flag on given message
    image
    id ~ int
    flag ~ int

4.Buy

You can purchase extension by paying via PayPal and Upi. Either include your email-address in payment note or just contact me after the payment to get aix.

Hope it helps!

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments