You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/msg_storage
Stefan Sayer 3a3c33dfbb
creating storage and domain paths if not existent
18 years ago
..
etc storage path configurable etc 18 years ago
Makefile storage path configurable etc 18 years ago
MsgStorage.cpp creating storage and domain paths if not existent 18 years ago
MsgStorage.h storage path configurable etc 18 years ago
MsgStorageAPI.h checked-in Stefan's new mailbox system (msg_storage,voicebox, modified voicemail). 18 years ago
Readme.msg_storage storage path configurable etc 18 years ago

Readme.msg_storage

This is an example module for file system based storage for 
messages. It uses the file atime vs. mtime to determine whether a 
messagee is new.

This module lacks delete-locking of an open message 
directory, which means that its possible to delete a message in
one call and on a parallel call not be able to listen to that 
deleted message any more (even if it was in the list before). This 
should be very rare usage though.