mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
POP: add version in welcome banner
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1525 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
3d1c8abfd9
commit
c40da58305
@ -20,6 +20,7 @@ package davmail.pop;
|
|||||||
|
|
||||||
import davmail.AbstractConnection;
|
import davmail.AbstractConnection;
|
||||||
import davmail.BundleMessage;
|
import davmail.BundleMessage;
|
||||||
|
import davmail.DavGateway;
|
||||||
import davmail.exchange.DoubleDotOutputStream;
|
import davmail.exchange.DoubleDotOutputStream;
|
||||||
import davmail.exchange.ExchangeSession;
|
import davmail.exchange.ExchangeSession;
|
||||||
import davmail.exchange.ExchangeSessionFactory;
|
import davmail.exchange.ExchangeSessionFactory;
|
||||||
@ -92,7 +93,7 @@ public class PopConnection extends AbstractConnection {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
ExchangeSessionFactory.checkConfig();
|
ExchangeSessionFactory.checkConfig();
|
||||||
sendOK("DavMail POP ready at " + new Date());
|
sendOK("DavMail "+ DavGateway.getCurrentVersion()+" POP ready at " + new Date());
|
||||||
|
|
||||||
for (; ;) {
|
for (; ;) {
|
||||||
line = readClient();
|
line = readClient();
|
||||||
|
Loading…
Reference in New Issue
Block a user