Skip to content
  1. Jul 20, 2007
  2. Jun 09, 2006
  3. Apr 30, 2005
  4. Oct 14, 2004
  5. May 22, 2003
    • Marco Molinari's avatar
      - major rewrite · 939d3820
      Marco Molinari authored
      - updated to latest cvs, should work in Drupal 4.2
      - added folders, you can move messages in folders, empty folders
      - mail once per day if you have unread messages (user option)
      - message pruning (move old messages to another table)
      - list of contacts: it's built automatically looking at users you write to
      - theme()ized
      - if you are updating run you just need to run privatemsg.sql
      939d3820
  6. Aug 20, 2002
    • Marco Molinari's avatar
      - major cleanup · cd266b9d
      Marco Molinari authored
      - used t() and l() and new db_query() syntax everywhere
      - minor bugs fixed
      cd266b9d
  7. Dec 20, 2001
    • Marco Molinari's avatar
      - sent messages; sender can delete unread messages (optional, see settings) · e50464be
      Marco Molinari authored
      - messages splitted in pages, setting for "how many messages per page"
      - privatemsg_get_link() to add theme support; see INSTALL
      - throttle to limit abuse; setting in admin for max send rate
      - checked sql indexing and added index to recipient
      - save sender ip address
      - code cleanup (less global variables, use drupal form functions, better date format in list, comply to coding standards)
      - minor cosmetic changes
      e50464be