Skip to content

powermedia/erlimap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erlimap

This is an attempt at making an Erlang IMAP client library. It is not complete.

Mostly Complete Commands

  • connect/disconnect (tcp or ssl)
  • LOGIN
  • EXAMINE (read-only)
  • SELECT (read-write)
  • SEARCH
  • FETCH
  • STORE
    • . store 1 flags \Seen
    • . store 1,2 -flags \Seen
  • NOOP

Releated Links

Other Notes

Further, it is not intelligent about clearing out the fsm's list of untagged responses, and matching them up with the command to which the server was responding.

Lastly, it is a regex shitshow that needs to be converted to a grammar/parser rig, something like neotoma, like what was done in diemap.

LICENSE: BSD

About

Simple IMAP library for Erlang (work in progress...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 100.0%