File: storage.txt

package info (click to toggle)
vvmd 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 828 kB
  • sloc: ansic: 7,815; cpp: 138; xml: 86; sh: 38; python: 6; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
vvmd storage design
*******************

The vvmd stores the vvm emails on the file system in a directory named
".vvm/<service_identifier>" under the user home directory.
(e.g: /home/<user_name>/.vvm/modemmanager/ -> "modemmanager" is the service
identifier)

A vvm email is stored in a .mbox in a file named with a <UUID>
generated (e.g: 126588fe14db814b781803a17e99b45b0d48.mbox).
Another file with the same prefix, named <UUID>.status
(e.g: 126588fe14db814b781803a17e99b45b0d48.status) contains meta
information related to the email, and any attachments will be stored in a format
"126588fe14db814b781803a17e99b45b0d48$ATTACHMENT"