vatel
Results
2
issues of
vatel
I think in some cases it is handy to manage transactions from outside of DAO objects, ex: class MyBusinessLogic { def doSomething = { inTransaction { dao1.create dao2.update ... }...
GMail and other mail services support (and highly recommend to use) [XOAuth2](https://developers.google.com/gmail/imap/xoauth2-protocol#imap_protocol_exchange) for authentication instead of passwords. Is it possible to implement it in IMAPClient?