Skip to content

intercommit/jimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache James IMAP default processing setup

Prepares a minimal setup in which (some) IMAP client commands can be processed. This can be used as a starting point to investigate what (programming) is needed to use the Apache James IMAP protocols package in a custom environment (Maven dependency org.apache.james.protocols:protocols-imap:1.6.3).

In short, look at the "runClientCommands" method in class TestCommands:

https://github.com/intercommit/jimap/blob/master/src/main/java/com/descartes/gos/jimap/TestCommands.java

Apache James IMAP website is at:

http://james.apache.org/protocols/imap4.html

About

Minimal James IMAP processor setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages