IM::History.3pm

Langue: en

Autres versions - même langue

Version: 2010-02-15 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

IM::History - mail/news history database handler

SYNOPSIS

  use IM::History;
 
  history_open($with_lock);
  history_dump();
  history_store($msgid, $folder);
  history_lookup($msgid, LookUpAll);
  history_lookup($msgid, LookUpMsg);
  history_delete($msgid, $folder);
  history_rename($id, $m1, $m2);
  history_link($id, $m1, $m2);
  history_close();
 
 

DESCRIPTION

The IM::History module handles mail/news database.

This modules is provided by IM (Internet Message).

IM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details.