#ifndef DKIMAPLIB_POP_H

#define DKIMAPLIB_POP_H

#include <getrfc.h>
#include <userdb.h>

class dboxpopt:public getrfct
 {
 public:
  std::string commandline, protocol;
  userpt up;
  grouppt gp;
  
  #ifndef WIN32
  uid_t uid;
  #endif

  char userlogfile[DIRLEN],
       path[DIRLEN];
  bool transfer;
  
  int timeout_minutes;
  
  dboxpopt();
  bool getcommand();
  bool login(const std::string &password);
  
  void movemail();
 };

extern char peer[TEXTLEN];

void getpeer();

#endif


syntax highlighted by Code2HTML, v. 0.9.1