rockdove 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,404 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Class: RockdoveServer
8
+
9
+ &mdash; Documentation by YARD 0.8.2.1
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '';
20
+ framesUrl = "frames.html#!" + escape(window.location.href);
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="_index.html">Index (R)</a> &raquo;
35
+
36
+
37
+ <span class="title">RockdoveServer</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="class_list.html">
47
+ Class List
48
+ </a>
49
+
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="method_list.html">
52
+ Method List
53
+ </a>
54
+
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="file_list.html">
57
+ File List
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Class: RockdoveServer
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+ <dt class="r1">Inherits:</dt>
75
+ <dd class="r1">
76
+ <span class="inheritName">Object</span>
77
+
78
+ <ul class="fullTree">
79
+ <li>Object</li>
80
+
81
+ <li class="next">RockdoveServer</li>
82
+
83
+ </ul>
84
+ <a href="#" class="inheritanceTree">show all</a>
85
+
86
+ </dd>
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+ <dt class="r2 last">Defined in:</dt>
97
+ <dd class="r2 last">lib/rockdove/script/rockdove_server.rb</dd>
98
+
99
+ </dl>
100
+ <div class="clear"></div>
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <h2>
111
+ Instance Method Summary
112
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
113
+ </h2>
114
+
115
+ <ul class="summary">
116
+
117
+ <li class="public ">
118
+ <span class="summary_signature">
119
+
120
+ <a href="#initialize-instance_method" title="#initialize (instance method)">- (RockdoveServer) <strong>initialize</strong> </a>
121
+
122
+
123
+
124
+ </span>
125
+
126
+
127
+ <span class="note title constructor">constructor</span>
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+ <span class="summary_desc"><div class='inline'><p>
137
+ A new instance of RockdoveServer.
138
+ </p>
139
+ </div></span>
140
+
141
+ </li>
142
+
143
+
144
+ <li class="public ">
145
+ <span class="summary_signature">
146
+
147
+ <a href="#process_rockdove_job-instance_method" title="#process_rockdove_job (instance method)">- (Object) <strong>process_rockdove_job</strong> </a>
148
+
149
+
150
+
151
+ </span>
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+ <span class="summary_desc"><div class='inline'></div></span>
162
+
163
+ </li>
164
+
165
+
166
+ <li class="public ">
167
+ <span class="summary_signature">
168
+
169
+ <a href="#start-instance_method" title="#start (instance method)">- (Object) <strong>start</strong> </a>
170
+
171
+
172
+
173
+ </span>
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+ <span class="summary_desc"><div class='inline'></div></span>
184
+
185
+ </li>
186
+
187
+
188
+ <li class="public ">
189
+ <span class="summary_signature">
190
+
191
+ <a href="#stop-instance_method" title="#stop (instance method)">- (Object) <strong>stop</strong> </a>
192
+
193
+
194
+
195
+ </span>
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+ <span class="summary_desc"><div class='inline'></div></span>
206
+
207
+ </li>
208
+
209
+
210
+ </ul>
211
+
212
+
213
+ <div id="constructor_details" class="method_details_list">
214
+ <h2>Constructor Details</h2>
215
+
216
+ <div class="method_details first">
217
+ <h3 class="signature first" id="initialize-instance_method">
218
+
219
+ - (<tt><span class='object_link'><a href="" title="RockdoveServer (class)">RockdoveServer</a></span></tt>) <strong>initialize</strong>
220
+
221
+
222
+
223
+
224
+
225
+ </h3><div class="docstring">
226
+ <div class="discussion">
227
+ <p>
228
+ A new instance of RockdoveServer
229
+ </p>
230
+
231
+
232
+ </div>
233
+ </div>
234
+ <div class="tags">
235
+
236
+
237
+ </div><table class="source_code">
238
+ <tr>
239
+ <td>
240
+ <pre class="lines">
241
+
242
+
243
+ 12
244
+ 13
245
+ 14
246
+ 15
247
+ 16
248
+ 17
249
+ 18
250
+ 19
251
+ 20
252
+ 21
253
+ 22
254
+ 23
255
+ 24
256
+ 25</pre>
257
+ </td>
258
+ <td>
259
+ <pre class="code"><span class="info file"># File 'lib/rockdove/script/rockdove_server.rb', line 12</span>
260
+
261
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
262
+ <span class='const'>Rockdove</span><span class='op'>::</span><span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_configure'>configure</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_config'>config</span><span class='op'>|</span>
263
+ <span class='comment'># (EDIT THIS CONTENT BELOW)
264
+ </span> <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_ews_url'>ews_url</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>https://ewsdomain.com/ews/exchange.asmx</span><span class='tstring_end'>'</span></span>
265
+ <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_ews_username'>ews_username</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>ews_username</span><span class='tstring_end'>'</span></span>
266
+ <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_ews_password'>ews_password</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>ews_password</span><span class='tstring_end'>'</span></span>
267
+ <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_ews_folder'>ews_folder</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Inbox</span><span class='tstring_end'>'</span></span> <span class='comment'># ews_folder is Inbox by default
268
+ </span> <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_ews_archive_folder'>ews_archive_folder</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Archive</span><span class='tstring_end'>'</span></span> <span class='comment'># by default, it deletes the mail after processing, mention ews_archive_folder if it
269
+ </span> <span class='comment'># has to be archived to a different folder
270
+ </span> <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_ews_watch_interval'>ews_watch_interval</span> <span class='int'>60</span> <span class='comment'># by default, the polling interval is 60
271
+ </span> <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_ews_ignore_mails'>ews_ignore_mails</span> <span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>postmaster@ewsdomain.com</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span> <span class='comment'># an array of emails to be ignored
272
+ </span> <span class='kw'>end</span>
273
+ <span class='comment'>#Raad.env = &quot;production&quot;
274
+ </span><span class='kw'>end</span></pre>
275
+ </td>
276
+ </tr>
277
+ </table>
278
+ </div>
279
+
280
+ </div>
281
+
282
+
283
+ <div id="instance_method_details" class="method_details_list">
284
+ <h2>Instance Method Details</h2>
285
+
286
+
287
+ <div class="method_details first">
288
+ <h3 class="signature first" id="process_rockdove_job-instance_method">
289
+
290
+ - (<tt>Object</tt>) <strong>process_rockdove_job</strong>
291
+
292
+
293
+
294
+
295
+
296
+ </h3><table class="source_code">
297
+ <tr>
298
+ <td>
299
+ <pre class="lines">
300
+
301
+
302
+ 36
303
+ 37
304
+ 38
305
+ 39
306
+ 40
307
+ 41
308
+ 42
309
+ 43
310
+ 44
311
+ 45</pre>
312
+ </td>
313
+ <td>
314
+ <pre class="code"><span class="info file"># File 'lib/rockdove/script/rockdove_server.rb', line 36</span>
315
+
316
+ <span class='kw'>def</span> <span class='id identifier rubyid_process_rockdove_job'>process_rockdove_job</span>
317
+ <span class='const'>Rockdove</span><span class='op'>::</span><span class='const'>CollectMail</span><span class='period'>.</span><span class='id identifier rubyid_watch'>watch</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_rockdove_parsed_mail'>rockdove_parsed_mail</span><span class='op'>|</span>
318
+ <span class='kw'>begin</span>
319
+ <span class='comment'>#Model.method(rockdove_parsed_mail) (EDIT THIS)
320
+ </span> <span class='kw'>rescue</span> <span class='const'>Exception</span> <span class='op'>=&gt;</span> <span class='id identifier rubyid_e'>e</span>
321
+ <span class='const'>Rockdove</span><span class='period'>.</span><span class='id identifier rubyid_logger'>logger</span><span class='period'>.</span><span class='id identifier rubyid_error'>error</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Exception occurred while receiving message:\n</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_rockdove_parsed_mail'>rockdove_parsed_mail</span><span class='rbrace'>}</span><span class='tstring_end'>&quot;</span></span>
322
+ <span class='const'>Rockdove</span><span class='period'>.</span><span class='id identifier rubyid_logger'>logger</span><span class='period'>.</span><span class='id identifier rubyid_error'>error</span> <span class='lbracket'>[</span><span class='id identifier rubyid_e'>e</span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_e'>e</span><span class='period'>.</span><span class='id identifier rubyid_backtrace'>backtrace</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>\n</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
323
+ <span class='kw'>end</span>
324
+ <span class='kw'>end</span>
325
+ <span class='kw'>end</span></pre>
326
+ </td>
327
+ </tr>
328
+ </table>
329
+ </div>
330
+
331
+ <div class="method_details ">
332
+ <h3 class="signature " id="start-instance_method">
333
+
334
+ - (<tt>Object</tt>) <strong>start</strong>
335
+
336
+
337
+
338
+
339
+
340
+ </h3><table class="source_code">
341
+ <tr>
342
+ <td>
343
+ <pre class="lines">
344
+
345
+
346
+ 27
347
+ 28
348
+ 29
349
+ 30</pre>
350
+ </td>
351
+ <td>
352
+ <pre class="code"><span class="info file"># File 'lib/rockdove/script/rockdove_server.rb', line 27</span>
353
+
354
+ <span class='kw'>def</span> <span class='id identifier rubyid_start'>start</span>
355
+ <span class='const'>Raad</span><span class='op'>::</span><span class='const'>Logger</span><span class='period'>.</span><span class='id identifier rubyid_debug'>debug</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Rockdove Daemon started in </span><span class='embexpr_beg'>#{</span><span class='const'>Raad</span><span class='period'>.</span><span class='id identifier rubyid_env'>env</span><span class='rbrace'>}</span><span class='tstring_content'> env</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
356
+ <span class='id identifier rubyid_process_rockdove_job'>process_rockdove_job</span>
357
+ <span class='kw'>end</span></pre>
358
+ </td>
359
+ </tr>
360
+ </table>
361
+ </div>
362
+
363
+ <div class="method_details ">
364
+ <h3 class="signature " id="stop-instance_method">
365
+
366
+ - (<tt>Object</tt>) <strong>stop</strong>
367
+
368
+
369
+
370
+
371
+
372
+ </h3><table class="source_code">
373
+ <tr>
374
+ <td>
375
+ <pre class="lines">
376
+
377
+
378
+ 32
379
+ 33
380
+ 34</pre>
381
+ </td>
382
+ <td>
383
+ <pre class="code"><span class="info file"># File 'lib/rockdove/script/rockdove_server.rb', line 32</span>
384
+
385
+ <span class='kw'>def</span> <span class='id identifier rubyid_stop'>stop</span>
386
+ <span class='const'>Raad</span><span class='op'>::</span><span class='const'>Logger</span><span class='period'>.</span><span class='id identifier rubyid_debug'>debug</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Rockdove Daemon stopped</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
387
+ <span class='kw'>end</span></pre>
388
+ </td>
389
+ </tr>
390
+ </table>
391
+ </div>
392
+
393
+ </div>
394
+
395
+ </div>
396
+
397
+ <div id="footer">
398
+ Generated on Wed Jul 11 11:40:25 2012 by
399
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
400
+ 0.8.2.1 (ruby-1.9.2).
401
+ </div>
402
+
403
+ </body>
404
+ </html>
data/doc/_index.html ADDED
@@ -0,0 +1,214 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Documentation by YARD 0.8.2.1
8
+
9
+ </title>
10
+
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
12
+
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
14
+
15
+ <script type="text/javascript" charset="utf-8">
16
+ hasFrames = window.top.frames.main ? true : false;
17
+ relpath = '';
18
+ framesUrl = "frames.html#!" + escape(window.location.href);
19
+ </script>
20
+
21
+
22
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
23
+
24
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
25
+
26
+
27
+ </head>
28
+ <body>
29
+ <div id="header">
30
+ <div id="menu">
31
+
32
+
33
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
34
+ </div>
35
+
36
+ <div id="search">
37
+
38
+ <a class="full_list_link" id="class_list_link"
39
+ href="class_list.html">
40
+ Class List
41
+ </a>
42
+
43
+ <a class="full_list_link" id="method_list_link"
44
+ href="method_list.html">
45
+ Method List
46
+ </a>
47
+
48
+ <a class="full_list_link" id="file_list_link"
49
+ href="file_list.html">
50
+ File List
51
+ </a>
52
+
53
+ </div>
54
+ <div class="clear"></div>
55
+ </div>
56
+
57
+ <iframe id="search_frame"></iframe>
58
+
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.2.1</h1>
60
+ <div id="listing">
61
+ <h1 class="alphaindex">Alphabetic Index</h1>
62
+
63
+ <h2>File Listing</h2>
64
+ <ul id="files" class="index_inline_list">
65
+
66
+
67
+ <li class="r1"><a href="index.html" title="README">README</a></li>
68
+
69
+
70
+ <li class="r2"><a href="file.CHANGELOG.html" title="CHANGELOG">CHANGELOG</a></li>
71
+
72
+
73
+ </ul>
74
+
75
+ <div class="clear"></div>
76
+ <h2>Namespace Listing A-Z</h2>
77
+
78
+
79
+
80
+
81
+ <table>
82
+ <tr>
83
+ <td valign='top' width="33%">
84
+
85
+
86
+ <ul id="alpha_C" class="alpha">
87
+ <li class="letter">C</li>
88
+ <ul>
89
+
90
+ <li>
91
+ <span class='object_link'><a href="Rockdove/CollectMail.html" title="Rockdove::CollectMail (class)">CollectMail</a></span>
92
+
93
+ <small>(Rockdove)</small>
94
+
95
+ </li>
96
+
97
+ <li>
98
+ <span class='object_link'><a href="Rockdove/Config.html" title="Rockdove::Config (class)">Config</a></span>
99
+
100
+ <small>(Rockdove)</small>
101
+
102
+ </li>
103
+
104
+ </ul>
105
+ </ul>
106
+
107
+
108
+ <ul id="alpha_D" class="alpha">
109
+ <li class="letter">D</li>
110
+ <ul>
111
+
112
+ <li>
113
+ <span class='object_link'><a href="Rockdove/Dovetie.html" title="Rockdove::Dovetie (class)">Dovetie</a></span>
114
+
115
+ <small>(Rockdove)</small>
116
+
117
+ </li>
118
+
119
+ </ul>
120
+ </ul>
121
+
122
+
123
+ <ul id="alpha_E" class="alpha">
124
+ <li class="letter">E</li>
125
+ <ul>
126
+
127
+ <li>
128
+ <span class='object_link'><a href="Rockdove/EmailParser.html" title="Rockdove::EmailParser (class)">EmailParser</a></span>
129
+
130
+ <small>(Rockdove)</small>
131
+
132
+ </li>
133
+
134
+ <li>
135
+ <span class='object_link'><a href="Rockdove/ExchangeMail.html" title="Rockdove::ExchangeMail (class)">ExchangeMail</a></span>
136
+
137
+ <small>(Rockdove)</small>
138
+
139
+ </li>
140
+
141
+ </ul>
142
+ </ul>
143
+
144
+
145
+ <ul id="alpha_G" class="alpha">
146
+ <li class="letter">G</li>
147
+ <ul>
148
+
149
+ <li>
150
+ <span class='object_link'><a href="Rockdove/Generators.html" title="Rockdove::Generators (module)">Generators</a></span>
151
+
152
+ <small>(Rockdove)</small>
153
+
154
+ </li>
155
+
156
+ </ul>
157
+ </ul>
158
+
159
+
160
+ <ul id="alpha_I" class="alpha">
161
+ <li class="letter">I</li>
162
+ <ul>
163
+
164
+ <li>
165
+ <span class='object_link'><a href="Rockdove/Generators/InstallGenerator.html" title="Rockdove::Generators::InstallGenerator (class)">InstallGenerator</a></span>
166
+
167
+ <small>(Rockdove::Generators)</small>
168
+
169
+ </li>
170
+
171
+ </ul>
172
+ </ul>
173
+
174
+
175
+ <ul id="alpha_R" class="alpha">
176
+ <li class="letter">R</li>
177
+ <ul>
178
+
179
+ <li>
180
+ <span class='object_link'><a href="Rockdove.html" title="Rockdove (module)">Rockdove</a></span>
181
+
182
+ </li>
183
+
184
+ <li>
185
+ <span class='object_link'><a href="Rockdove/RockdoveCollection.html" title="Rockdove::RockdoveCollection (class)">RockdoveCollection</a></span>
186
+
187
+ <small>(Rockdove)</small>
188
+
189
+ </li>
190
+
191
+ <li>
192
+ <span class='object_link'><a href="RockdoveServer.html" title="RockdoveServer (class)">RockdoveServer</a></span>
193
+
194
+ </li>
195
+
196
+ </ul>
197
+ </ul>
198
+
199
+ </td>
200
+ </tr>
201
+ </table>
202
+
203
+ </div>
204
+
205
+ </div>
206
+
207
+ <div id="footer">
208
+ Generated on Wed Jul 11 11:40:24 2012 by
209
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
210
+ 0.8.2.1 (ruby-1.9.2).
211
+ </div>
212
+
213
+ </body>
214
+ </html>
@@ -0,0 +1,53 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <base id="base_target" target="_parent" />
19
+ </head>
20
+ <body>
21
+ <script type="text/javascript" charset="utf-8">
22
+ if (window.top.frames.main) {
23
+ document.getElementById('base_target').target = 'main';
24
+ document.body.className = 'frames';
25
+ }
26
+ </script>
27
+ <div id="content">
28
+ <h1 id="full_list_header">Class List</h1>
29
+ <div id="nav">
30
+
31
+ <span><a target="_self" href="class_list.html">
32
+ Classes
33
+ </a></span>
34
+
35
+ <span><a target="_self" href="method_list.html">
36
+ Methods
37
+ </a></span>
38
+
39
+ <span><a target="_self" href="file_list.html">
40
+ Files
41
+ </a></span>
42
+
43
+ </div>
44
+ <div id="search">Search: <input type="text" /></div>
45
+
46
+ <ul id="full_list" class="class">
47
+ <li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
48
+ <li><a class='toggle'></a> <span class='object_link'><a href="Rockdove.html" title="Rockdove (module)">Rockdove</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Rockdove/CollectMail.html" title="Rockdove::CollectMail (class)">CollectMail</a></span> &lt; Object<small class='search_info'>Rockdove</small></li><li><span class='object_link'><a href="Rockdove/Config.html" title="Rockdove::Config (class)">Config</a></span> &lt; Object<small class='search_info'>Rockdove</small></li><li><span class='object_link'><a href="Rockdove/Dovetie.html" title="Rockdove::Dovetie (class)">Dovetie</a></span> &lt; Railtie<small class='search_info'>Rockdove</small></li><li><span class='object_link'><a href="Rockdove/EmailParser.html" title="Rockdove::EmailParser (class)">EmailParser</a></span> &lt; Object<small class='search_info'>Rockdove</small></li><li><span class='object_link'><a href="Rockdove/ExchangeMail.html" title="Rockdove::ExchangeMail (class)">ExchangeMail</a></span> &lt; Object<small class='search_info'>Rockdove</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Rockdove/Generators.html" title="Rockdove::Generators (module)">Generators</a></span><small class='search_info'>Rockdove</small></li><ul><li><span class='object_link'><a href="Rockdove/Generators/InstallGenerator.html" title="Rockdove::Generators::InstallGenerator (class)">InstallGenerator</a></span> &lt; Base<small class='search_info'>Rockdove::Generators</small></li></ul><li><span class='object_link'><a href="Rockdove/RockdoveCollection.html" title="Rockdove::RockdoveCollection (class)">RockdoveCollection</a></span> &lt; Array<small class='search_info'>Rockdove</small></li></ul><li><span class='object_link'><a href="RockdoveServer.html" title="RockdoveServer (class)">RockdoveServer</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></li>
49
+
50
+ </ul>
51
+ </div>
52
+ </body>
53
+ </html>
@@ -0,0 +1 @@
1
+ /* Override this file with custom rules */