Yutaka-Notes about Extensible Classes In ZimbraStore: Difference between revisions

Line 1: Line 1:
==com.zimbra.cs.lmtpserver.LmtpCallback==
==com.zimbra.cs.lmtpserver.LmtpCallback==
By this, you can register your custom function to be called when a messege is receive with lmtp.
By this, you can register your custom function to be called when a messege is receive with lmtp.
Sample is here;com.zimbra.cs.mailbox.QuotaWarning
[Note]


==com.zimbra.cs.service.AuthProvider==
==com.zimbra.cs.service.AuthProvider==

Revision as of 01:00, 12 August 2011

com.zimbra.cs.lmtpserver.LmtpCallback

By this, you can register your custom function to be called when a messege is receive with lmtp.

Sample is here;com.zimbra.cs.mailbox.QuotaWarning

[Note]

com.zimbra.cs.service.AuthProvider

By this, you can implement to genearate custom auth token and to validate that.

Sample is here; com.zimbra.cs.service.ZimbraAuthProvider

[Note] You have to register this to com.zimbra.cs.service.AuthProvider

Jump to: navigation, search