Jump to content

Recommended Posts

Posted (edited)

Hello

I made a set of few IMAP4 functions. You will find UDF and sample in attached zip-file

The functions are:

_IMAP4Connect()         Connects to IMAP4 server and selects Inbox as default folder
    _IMAP4Uidl()            Receives UIDL of all or given message(s)
    _IMAP4List()            Receives sizes in bytes of all or given message(s)
    _IMAP4Top()             Receives header or some header fields of the message with given number
    _IMAP4Noop()            Sends NOOP command to server.
    _IMAP4Retr()            Downloads message with given number 
    _IMAP4Dele()            Adds "\Deleted" flag to the message with given number.
    _IMAP4Quit()            Closes connection with IMAP4 server
    _TCPDisconnect()        Shutdowns TCP session. Don't forget to call it every time after _IMAP4Quit()

It was made in the likeness of Apzo's POP3 UDF (thank him for ideas)

I know, that IMAP4 is protocol with rich abilities. I realized only few of them - those that I have need of. If you want to add something, post your requests here.

IMAP4.zip

Edited by Tipulatoid

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...