-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
623 lines (416 loc) · 19.5 KB
/
ChangeLog
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
Tue Mar 13 11:14:52 MDT 2007 Aredridel <[email protected]>
* Fix login page when imap connection is nil
Mon Mar 12 21:21:02 MDT 2007 Aredridel <[email protected]>
tagged 0.5.3
Mon Mar 12 19:59:23 MDT 2007 Aredridel <[email protected]>
* Make IMAP reconnect after camping at the mailbox restarts
Sat Mar 3 20:48:36 MST 2007 Aredridel <[email protected]>
tagged 0.5.2
Sun Mar 4 13:51:27 MST 2007 Aredridel <[email protected]>
* Add option to compose a message from the address book window
Wed Jan 10 14:21:25 MST 2007 Aredridel <[email protected]>
* Handle https URLs too
Sat Mar 3 20:14:51 MST 2007 Aredridel <[email protected]>
* Add reconnecting IMAP proxy
Sat Mar 3 19:40:18 MST 2007 Aredridel <[email protected]>
* Add Rack file
Sat Mar 3 16:34:36 MST 2007 Aredridel <[email protected]>
* Don't use fastthread, it's built into ruby 1.8.6
Wed Jan 3 16:21:26 MST 2007 Aredridel <[email protected]>
* Handle missing date: field
Tue Jan 2 18:41:22 MST 2007 Rick Stewart <[email protected]>
* Allow select-all-messages with Javascript; require 'behaviour' and 'site' Javascripts
Wed Dec 20 18:56:46 MST 2006 Aredridel <[email protected]>
* Hackishly handle forwarding weird multipart messages
Tue Jan 2 09:56:51 MST 2007 Aredridel <[email protected]>
* Parse HTML messages, to be cleaned in later revisions
Mon Dec 18 18:23:40 MST 2006 Aredridel <[email protected]>
* Style search better
Tue Dec 19 17:42:50 MST 2006 Aredridel <[email protected]>
* Show unseen messages in bold
Tue Dec 19 15:55:39 MST 2006 Aredridel <[email protected]>
* Extend search and handle none found
Mon Dec 18 18:16:07 MST 2006 Aredridel <[email protected]>
* Add search feature
Mon Dec 18 14:27:41 MST 2006 Aredridel <[email protected]>
* Redirect to login if imap is disconnected too
Sun Dec 17 14:46:19 MST 2006 Aredridel <[email protected]>
* Page 25
Sun Dec 17 14:45:02 MST 2006 Aredridel <[email protected]>
* remove todo
Sun Dec 17 14:20:41 MST 2006 Aredridel <[email protected]>
* Add 'Edit draft' function
Sun Dec 17 14:20:22 MST 2006 Aredridel <[email protected]>
* Decode headers more robustly
Sun Dec 17 14:19:04 MST 2006 Aredridel <[email protected]>
* Add 'delete selected' option
Sun Dec 17 13:49:45 MST 2006 Aredridel <[email protected]>
* Add fastthread require in a place that makes things happy so far
Mon Dec 11 20:10:46 MST 2006 Aredridel <[email protected]>
* Put headers in the right place
Mon Dec 11 13:08:11 MST 2006 Aredridel <[email protected]>
* Handle missing from
Sun Dec 10 19:22:51 MST 2006 Aredridel <[email protected]>
* Handle complete lack of subject properly
Fri Dec 8 14:30:32 MST 2006 Aredridel <[email protected]>
tagged 0.5.1
Sun Dec 10 23:39:35 MST 2006 Aredridel <[email protected]>
* New color scheme
Fri Dec 8 18:14:11 MST 2006 Aredridel <[email protected]>
* Decode headers for replies and forwards
Fri Dec 8 18:14:01 MST 2006 Aredridel <[email protected]>
* Mark messages as UTF-8 when sending
Fri Dec 8 18:13:39 MST 2006 Aredridel <[email protected]>
* Handle character set conversion failure
Fri Dec 8 17:44:59 MST 2006 Aredridel <[email protected]>
* Add reply all feature
Fri Dec 8 17:05:01 MST 2006 Aredridel <[email protected]>
* Add todo
Fri Dec 8 17:04:07 MST 2006 Aredridel <[email protected]>
* Better text part decoding
Fri Dec 8 16:38:18 MST 2006 Aredridel <[email protected]>
* Correct indentation in COPYING
Fri Dec 8 15:30:36 MST 2006 Aredridel <[email protected]>
* Correct license text
Fri Dec 8 15:28:02 MST 2006 Aredridel <[email protected]>
* Add license information
Fri Dec 8 14:49:31 MST 2006 Aredridel <[email protected]>
* Add THANKS
Fri Dec 8 13:21:18 MST 2006 Aredridel <[email protected]>
* Handle exceptions parsing email addresses in headers
Thu Dec 7 20:21:59 MST 2006 Aredridel <[email protected]>
* Add controls to sent-message pae
Thu Dec 7 20:21:41 MST 2006 Aredridel <[email protected]>
* Make usage match documentation for ldaprdnattr
Thu Dec 7 20:14:05 MST 2006 Aredridel <[email protected]>
* Improve LDAP docs
Thu Dec 7 20:11:32 MST 2006 Aredridel <[email protected]>
* Allow email-with-name-field for Fromline, preliminary support, and look up in LDAP
Thu Dec 7 19:48:03 MST 2006 Aredridel <[email protected]>
* add IMAP SSL support
Thu Dec 7 19:46:03 MST 2006 Aredridel <[email protected]>
* make ldap_base available globally
Thu Dec 7 19:45:57 MST 2006 Aredridel <[email protected]>
* document ldapport
Thu Dec 7 19:45:25 MST 2006 Aredridel <[email protected]>
* Add SMTP STARTTLS support and clean up SMTP code
Thu Dec 7 19:32:44 MST 2006 Aredridel <[email protected]>
* Use net/ldap
Thu Dec 7 19:32:05 MST 2006 Aredridel <[email protected]>
* Document schema
Thu Dec 7 17:37:19 MST 2006 Aredridel <[email protected]>
* Add changes-to-net-imap document
Thu Dec 7 17:36:58 MST 2006 Aredridel <[email protected]>
* Decode i18nized headers
Thu Dec 7 13:53:48 MST 2006 Aredridel <[email protected]>
* Finish simplifying URLs
Thu Dec 7 13:04:28 MST 2006 Aredridel <[email protected]>
* Simplify URLs to aid navigation with 'up' button
Thu Dec 7 12:33:45 MST 2006 Aredridel <[email protected]>
* Show read versus unread messages
Thu Dec 7 10:26:02 MST 2006 Aredridel <[email protected]>
* Improved navigation
Thu Dec 7 10:08:15 MST 2006 Aredridel <[email protected]>
* Subscribe Sent and Drafts on login. No choice. Sorry.
Thu Dec 7 10:07:53 MST 2006 Aredridel <[email protected]>
* Save-to-drafts function
Thu Dec 7 08:55:31 MST 2006 Aredridel <[email protected]>
* Add heading to mailboxes view
Thu Dec 7 08:55:16 MST 2006 Aredridel <[email protected]>
* Add CC and BCC Fields
Thu Dec 7 01:38:14 MST 2006 Aredridel <[email protected]>
* Check off todo item
Thu Dec 7 01:36:08 MST 2006 Aredridel <[email protected]>
* Autocomplete cleanups
- Handle filtering in SQL
- move common code to fetch_addresses (which now takes filter)
Thu Dec 7 01:34:23 MST 2006 Aredridel <[email protected]>
* Document ldap better
Thu Dec 7 01:23:44 MST 2006 Aredridel <[email protected]>
* Record sent messages to Sent folder
Thu Dec 7 01:14:06 MST 2006 Aredridel <[email protected]>
* Split functional from visual CSS
Thu Dec 7 01:08:50 MST 2006 Aredridel <[email protected]>
* Move CSS to external file
Thu Dec 7 01:04:21 MST 2006 Aredridel <[email protected]>
* Improve readme
Thu Dec 7 00:58:25 MST 2006 Aredridel <[email protected]>
* LDAP todos
Thu Dec 7 00:57:44 MST 2006 Aredridel <[email protected]>
* Add LDAP address book (read only, no auth) support
Thu Dec 7 00:57:30 MST 2006 Aredridel <[email protected]>
* Redirect to mailboxes if already logged in
Wed Dec 6 17:19:28 MST 2006 Aredridel <[email protected]>
* Handle Reply-To:
Wed Dec 6 16:31:30 MST 2006 Aredridel <[email protected]>
* More todos
Wed Dec 6 16:27:05 MST 2006 Aredridel <[email protected]>
* Add logout
Wed Dec 6 12:37:37 MST 2006 Aredridel <[email protected]>
* More todos
Wed Dec 6 12:28:34 MST 2006 Aredridel <[email protected]>
* Improve README
Wed Dec 6 12:26:58 MST 2006 Aredridel <[email protected]>
* Correct IMAP port setting
Wed Dec 6 12:26:38 MST 2006 Aredridel <[email protected]>
* Quoted bodies for composing works again
Wed Dec 6 12:11:03 MST 2006 Aredridel <[email protected]>
* IMAP port option, handle usernames without @
Wed Dec 6 11:49:14 MST 2006 Aredridel <[email protected]>
* Re-arrange message controls
Tue Dec 5 23:13:18 MST 2006 Aredridel <[email protected]>
tagged 0.5
Tue Dec 5 23:13:06 MST 2006 Aredridel <[email protected]>
* Readme for banner file
Tue Dec 5 23:12:41 MST 2006 Aredridel <[email protected]>
* more todos
Tue Dec 5 19:22:27 MST 2006 Aredridel <[email protected]>
* Add last modified headers to static files
Tue Dec 5 17:52:33 MST 2006 Aredridel <[email protected]>
* Use external banner file
Mon Dec 4 12:37:40 MST 2006 Aredridel <[email protected]>
* Move initialization to bottom, add FastCGI stub
Mon Dec 4 12:37:22 MST 2006 Aredridel <[email protected]>
* Fix shebang
Mon Dec 4 16:22:18 MST 2006 Aredridel <[email protected]>
* Virtual domains for SMTP too
Mon Dec 4 12:35:34 MST 2006 Aredridel <[email protected]>
* new TODO
Mon Dec 4 12:31:29 MST 2006 Aredridel <[email protected]>
* separate message-being-composed variable from message-being-fetched variable
Mon Dec 4 11:01:30 MST 2006 Aredridel <[email protected]>
* Correct path for autocompleter
Mon Dec 4 11:01:25 MST 2006 Aredridel <[email protected]>
* Virtual Domains
Sat Dec 2 21:29:11 MST 2006 Aredridel <[email protected]>
* Add controls class to control links
Sat Dec 2 20:09:37 MST 2006 Aredridel <[email protected]>
* Attachments!
Fri Dec 1 16:39:29 MST 2006 Aredridel <[email protected]>
* Fix warning
Thu Nov 30 17:08:27 MST 2006 Aredridel <[email protected]>
* Send mail to multiple recipients
Thu Nov 30 17:02:13 MST 2006 Aredridel <[email protected]>
* Make prettier display after sent
Thu Nov 30 17:01:37 MST 2006 Aredridel <[email protected]>
* Add creation of mailboxes
Thu Nov 30 17:01:24 MST 2006 Aredridel <[email protected]>
* Use consistent terminology for mailboxes
Thu Nov 30 17:01:07 MST 2006 Aredridel <[email protected]>
* Reply properly to text-only messages
Thu Nov 30 16:26:31 MST 2006 Aredridel <[email protected]>
* Parse addresses for SMTP time
Thu Nov 30 15:49:10 MST 2006 Aredridel <[email protected]>
* Style autocompletion
Thu Nov 30 10:53:54 MST 2006 Aredridel <[email protected]>
* Make static file serve more efficient
Wed Nov 29 23:03:58 MST 2006 Aredridel <[email protected]>
* add 'copy sent messages to Sent folder' to TODO
Wed Nov 29 23:02:32 MST 2006 Aredridel <[email protected]>
* Remove 'address book' from TODO
Wed Nov 29 23:01:03 MST 2006 Aredridel <[email protected]>
* Add address autocomplete
Wed Nov 29 18:24:15 MST 2006 Aredridel <[email protected]>
* Add script.aculo.us
Wed Nov 29 17:52:20 MST 2006 Aredridel <[email protected]>
* add optional mail server specification in login window
Wed Nov 29 17:51:52 MST 2006 Aredridel <[email protected]>
* Add addressbook
Wed Nov 29 11:55:31 MST 2006 Aredridel <[email protected]>
* Add attachments note to TODO
Thu Nov 23 12:31:51 MST 2006 Aredridel <[email protected]>
* Extend quoted body from reply to forward
Wed Nov 22 21:17:11 MST 2006 Aredridel <[email protected]>
* TODOS
Wed Nov 22 21:12:44 MST 2006 Aredridel <[email protected]>
* Quote body for reply
Wed Nov 22 19:37:27 MST 2006 Aredridel <[email protected]>
* Add fixme note
Wed Nov 22 18:17:51 MST 2006 Aredridel <[email protected]>
* Style compose screen somewhat
Wed Nov 22 18:17:37 MST 2006 Aredridel <[email protected]>
* Recognize links in text/plain parts
Wed Nov 22 17:46:20 MST 2006 Aredridel <[email protected]>
* Invalidate uidlist cache when new messages arrive or mailbox is expunged.
Wed Nov 22 15:23:06 MST 2006 Aredridel <[email protected]>
* Use imaphost variable
Tue Nov 21 20:59:45 MST 2006 Aredridel <[email protected]>
tagged 0.0.3
Tue Nov 21 19:41:33 MST 2006 Aredridel <[email protected]>
* Partial reply and forward function
Tue Nov 21 19:40:56 MST 2006 Aredridel <[email protected]>
* IMAP improvement
Tue Nov 21 18:15:52 MST 2006 Aredridel <[email protected]>
* Add net/smtp to the readme
Tue Nov 21 18:02:13 MST 2006 Aredridel <[email protected]>
* Add todos
Tue Nov 21 18:00:58 MST 2006 Aredridel <[email protected]>
* Sending messages works
Tue Nov 21 17:42:04 MST 2006 Aredridel <[email protected]>
* Stub out compose function
Mon Nov 20 20:17:38 MST 2006 Aredridel <[email protected]>
* Update cache when moving messages
Mon Nov 20 18:31:08 MST 2006 Aredridel <[email protected]>
* Simplify pager
Mon Nov 20 18:29:52 MST 2006 Aredridel <[email protected]>
* Add caching of UIDlist for selected folder
Mon Nov 20 00:21:06 MST 2006 Aredridel <[email protected]>
* Add todos
Mon Nov 20 00:11:43 MST 2006 Aredridel <[email protected]>
* Unify URLs
Mon Nov 20 00:03:04 MST 2006 Aredridel <[email protected]>
* Label folders in folder list for move message; improve style
Sun Nov 19 23:54:31 MST 2006 Aredridel <[email protected]>
* remove some debugging
Sun Nov 19 23:53:24 MST 2006 Aredridel <[email protected]>
* Sort messages if server can sort for us
Sun Nov 19 22:29:22 MST 2006 Aredridel <[email protected]>
* Make sure inbox is always subscribed
Sun Nov 19 22:29:13 MST 2006 Aredridel <[email protected]>
* Fix off-by-one error in paging
Sun Nov 19 20:54:07 MST 2006 Aredridel <[email protected]>
* Word wrapping
Sun Nov 19 20:39:14 MST 2006 Aredridel <[email protected]>
* Fix ruby quoted-printable problem
Sun Nov 19 20:18:23 MST 2006 Aredridel <[email protected]>
* Add headers link again
Sun Nov 19 20:14:22 MST 2006 Aredridel <[email protected]>
* Handle blank subjects
Sun Nov 19 17:12:58 MST 2006 Aredridel <[email protected]>
* Add finial turnip
Sun Nov 19 16:56:00 MST 2006 Aredridel <[email protected]>
* Add todo
Sun Nov 19 16:55:01 MST 2006 Aredridel <[email protected]>
* Handle multipart/alternative better
Sun Nov 19 16:41:14 MST 2006 Aredridel <[email protected]>
* More commentary
Sun Nov 19 16:34:45 MST 2006 Aredridel <[email protected]>
* Commentary
Sun Nov 19 16:25:59 MST 2006 Aredridel <[email protected]>
tagged 0.0.2
Sun Nov 19 16:25:52 MST 2006 Aredridel <[email protected]>
* Update readme
Sun Nov 19 16:23:44 MST 2006 Aredridel <[email protected]>
* Update TODO
Sun Nov 19 16:22:46 MST 2006 Aredridel <[email protected]>
tagged 0.0.1
Sun Nov 19 16:22:12 MST 2006 Aredridel <[email protected]>
* Restore missing message controls
Sun Nov 19 16:06:24 MST 2006 Aredridel <[email protected]>
* Handle decoding of parts better, improve attachment display
Sun Nov 19 15:33:07 MST 2006 Aredridel <[email protected]>
* Handle one-part messages properly
Sun Nov 19 15:21:01 MST 2006 Aredridel <[email protected]>
* Display structure properly, start handling attachments
Sun Nov 19 15:07:26 MST 2006 Aredridel <[email protected]>
* Simplify patch, fix message part ids
Sun Nov 19 15:06:30 MST 2006 Aredridel <[email protected]>
* Simplify patch, correct partids for message types
Sun Nov 19 13:18:56 MST 2006 Aredridel <[email protected]>
* Correct indenting
Sun Nov 19 13:12:15 MST 2006 Aredridel <[email protected]>
* Correct filename
Sun Nov 19 13:11:04 MST 2006 Aredridel <[email protected]>
* Add imap bodystructure example
Sun Nov 19 10:06:16 MST 2006 Aredridel <[email protected]>
* Remove debugging
Sun Nov 19 10:05:45 MST 2006 Aredridel <[email protected]>
* Add subpart display, remove dep on TMail, use IMAP server to parse messages into parts
Sun Nov 19 10:05:01 MST 2006 Aredridel <[email protected]>
* Add net/imap2 monkeypatch
Sun Nov 19 09:51:51 MST 2006 Aredridel <[email protected]>
* Add part_id patch
Sat Nov 18 11:56:52 MST 2006 Aredridel <[email protected]>
* Remove rmail dependency
Fri Nov 17 17:48:13 MST 2006 Aredridel <[email protected]>
* Add readme
Fri Nov 17 17:44:21 MST 2006 Aredridel <[email protected]>
* add move message
Fri Nov 17 17:44:01 MST 2006 Aredridel <[email protected]>
* Only fetch undeleted messages
Fri Nov 17 17:43:25 MST 2006 Aredridel <[email protected]>
* Make delete actually work
Fri Nov 17 17:42:44 MST 2006 Aredridel <[email protected]>
* Offload fetching mailbox list to helper method
Fri Nov 17 17:16:20 MST 2006 Aredridel <[email protected]>
* Hide control links from printing
Fri Nov 17 17:15:55 MST 2006 Aredridel <[email protected]>
* Add delete-message and show-header functions (stub delete-message)
Fri Nov 17 17:15:22 MST 2006 Aredridel <[email protected]>
* Decode qp encoded email
Fri Nov 17 14:51:54 MST 2006 Aredridel <[email protected]>
* Handle non-alternative multiparts
Fri Nov 17 14:51:45 MST 2006 Aredridel <[email protected]>
* Remove header from message display
Fri Nov 17 14:51:30 MST 2006 Aredridel <[email protected]>
* remove needless spans
Fri Nov 17 00:18:05 MST 2006 Aredridel <[email protected]>
* Tighten up styling yet more
Fri Nov 17 00:13:29 MST 2006 Aredridel <[email protected]>
* More todo
Fri Nov 17 00:11:52 MST 2006 Aredridel <[email protected]>
* Simplify body display slightly
Fri Nov 17 00:11:45 MST 2006 Aredridel <[email protected]>
* Big todo
Thu Nov 16 23:59:46 MST 2006 Aredridel <[email protected]>
* Handle MIME somewhat
Thu Nov 16 23:49:15 MST 2006 Aredridel <[email protected]>
* Comments are important
Thu Nov 16 23:10:51 MST 2006 Aredridel <[email protected]>
* Improve readability of message list
Thu Nov 16 22:52:07 MST 2006 Aredridel <[email protected]>
* Check THAT off!
Thu Nov 16 22:50:07 MST 2006 Aredridel <[email protected]>
* Use consistent error reporting to user
Thu Nov 16 22:49:49 MST 2006 Aredridel <[email protected]>
* Add pagination of mailbox display
Thu Nov 16 22:32:35 MST 2006 Aredridel <[email protected]>
* Simplify namespace
Thu Nov 16 21:32:46 MST 2006 Aredridel <[email protected]>
* Add ping thread
Thu Nov 16 18:03:03 MST 2006 Aredridel <[email protected]>
* Check capabilities for LOGIN support
Thu Nov 16 17:52:17 MST 2006 Aredridel <[email protected]>
* Use banner for login message
Thu Nov 16 17:45:27 MST 2006 Aredridel <[email protected]>
* Make mailserver configurable; use a config file
Thu Nov 16 17:41:17 MST 2006 Aredridel <[email protected]>
* Improve color scheme for visited links
Thu Nov 16 17:36:56 MST 2006 Aredridel <[email protected]>
* Cleaner display!
Thu Nov 16 17:36:46 MST 2006 Aredridel <[email protected]>
* Color scheme!
Thu Nov 16 17:36:39 MST 2006 Aredridel <[email protected]>
* Add index redirector
Thu Nov 16 16:58:49 MST 2006 Aredridel <[email protected]>
* Add pagination to todo
Thu Nov 16 16:58:25 MST 2006 Aredridel <[email protected]>
* List only a few messages if that's all there is. Still needs pagination
Thu Nov 16 16:57:58 MST 2006 Aredridel <[email protected]>
* Improve display
Thu Nov 16 16:09:31 MST 2006 Aredridel <[email protected]>
* Display nice heading on message display
Thu Nov 16 16:09:11 MST 2006 Aredridel <[email protected]>
* Build residentsession mechanism
Thu Nov 16 15:59:45 MST 2006 Aredridel <[email protected]>
* Add TODO
Thu Nov 16 15:34:56 MST 2006 Aredridel <[email protected]>
* Add Header display and improve message display
Thu Nov 16 15:34:10 MST 2006 Aredridel <[email protected]>
* s/_imap/imap/g
Thu Nov 16 14:55:16 MST 2006 Aredridel <[email protected]>
* Don't spew so much
Thu Nov 16 14:55:09 MST 2006 Aredridel <[email protected]>
* USe password input for password
Thu Nov 16 14:54:56 MST 2006 Aredridel <[email protected]>
* Add message displayh
Thu Nov 16 14:54:25 MST 2006 Aredridel <[email protected]>
* Use Helpers, not IMAP module
Thu Nov 16 14:53:59 MST 2006 Aredridel <[email protected]>
* Human flag name map; don't clear IMAP sessions on reload
Thu Nov 16 10:03:23 MST 2006 Aredridel <[email protected]>
* Add style and initial mailbox display
Thu Nov 16 10:02:37 MST 2006 Aredridel <[email protected]>
* Correct mailbox listing
Thu Nov 16 09:23:57 MST 2006 Aredridel <[email protected]>
* Initial import