All Samples(7) | Call(0) | Derive(0) | Import(7)
src/s/p/spambayes-1.1b1/Outlook2000/sandbox/set_read_flag.py spambayes(Download)
SUPPRESS_RECEIPT = 0x1 import mapi_driver def SetReadState(driver, mapi_folder, subject, unread):
src/s/p/spambayes-1.1b1/Outlook2000/sandbox/score.py spambayes(Download)
from addin import GetClues import mapi_driver from cStringIO import StringIO
src/s/p/spambayes-1.1b1/Outlook2000/sandbox/find_dupe_props.py spambayes(Download)
from win32com.mapi.mapitags import * import mapi_driver def FindDupeProps(driver, mapi_folder, prop_tag, dupe_dict):
src/s/p/spambayes-1.1b1/Outlook2000/sandbox/extract_prop.py spambayes(Download)
# Extract a property from a message to a file. This is about the only # way to extract huge properties such that the original data is available. import sys, os import mapi_driver from win32com.mapi import mapitags, mapi
src/s/p/spambayes-1.1b1/Outlook2000/sandbox/dump_props.py spambayes(Download)
import win32clipboard import mapi_driver try:
src/s/p/spambayes-1.1b1/Outlook2000/sandbox/dump_email.py spambayes(Download)
from manager import BayesManager import mapi_driver from cStringIO import StringIO
src/s/p/spambayes-1.1b1/Outlook2000/sandbox/delete_outlook_field.py spambayes(Download)
from win32com.mapi.mapitags import * import mapi_driver def DeleteField_Outlook(folder, name):