-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
97 lines (57 loc) · 2.09 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
This file is for you to describe the isitopen application.
Installation and Setup
======================
Make sure you are in the same directory as this file.
Install ``isitopen`` using easy_install::
easy_install .
Make a config file as follows::
paster make-config isitopen config.ini
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Then you are ready to go. Run the application with (for example):
paster serve config.ini
Research
========
Threading algorithms:
http://www.amk.ca/python/code/jwz/
http://www.jwz.org/doc/threading.html
## Gmail
Gmail and imap: http://mail.google.com/support/bin/answer.py?answer=77657
Gmail threading: http://xkahn.zoned.net/software/evolution/threads/
## other useful imap stuff
http://stackoverflow.com/questions/179026/how-do-i-perform-an-imap-search-in-python-using-gmail-and-imaplib
http://stackoverflow.com/questions/938769/gmail-imap-search-by-date-and-time
Changelog
=========
v0.4 2010-02-22
---------------
A big release and system is now v1.0b (all key required features are implemented).
* User accounts with login and registration
* Enquiry interrupt and resume for login/registration
* Enquiry resolution
* Obfuscate email addresses in public WUI (ticket:257)
v0.3 2009-10-20
---------------
* Improve response and threading support (including notifications)
* Admin interface
v0.2 2009-07-15
---------------
* Email backend functional but quite raw
* Significant development of domain model
* Rudimentary response and threading support
v0.1 2009-04-10
---------------
* Basic webapp with enquiry and message creation (but no email backend)
* Content for front page, about, guide
Contributors
============
* Rufus Pollock <rufus [at] rufuspollock [dot] org>
* Nick Stenning <nick [at] whiteink [dot] com>
* Jenny Molloy
* Peter Murray-Rust
* Andrew Gruen
Copying
=======
The code is copyright (c) 2006-2009 Open Knowledge Foundation.
The code is open and licensed under the GNU Affero GPL v3.0:
http://www.fsf.org/licensing/licenses/agpl-3.0.html