dinhvh / libetpan.node

NodeJS binding for libetpan.
3 stars 1 forks source link

How to receive EXISTS command ? also, why is the connaction made with node and not libetpan's mailimap_ssl_connect? #question #10

Open yoggikim opened 10 years ago

yorkie commented 10 years ago
  1. EXISTS is not implemented in this library
  2. libetpan's mailimap_ssl_connect seems like to be a sync IO mode, it is not a right way in NodeJS, because nodejs don't support multi-thread programming or not recommend strongly.
dinhvh commented 10 years ago

I think EXISTS response is sent as response to SELECT command.

yorkie commented 10 years ago

It seems to be.