vmail 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/TODO CHANGED
@@ -33,4 +33,49 @@ Mon Dec 20 08:14:54 EST 2010
33
33
  show when the mailbox was last updated.
34
34
 
35
35
  - bug: mark as read a message, should update the cached version in
36
- current message list cache
36
+ current message list cache. FIXED
37
+
38
+ - refactor all the flagging business into tighter code
39
+
40
+ - let use mark msgs as unread
41
+
42
+ - if the top line in the list is in a range, it can get deleted. don't
43
+ allow this. (minor)
44
+
45
+ - allow range commands from command prompt, such as VDelete, etc.
46
+ because you can show line numbers and these may be useful.
47
+
48
+ - create an easy way to turn a regular / search into a mailbox search
49
+
50
+ - set ANSWERED flags and widen the flags column
51
+
52
+ - a way to label message (from Unix) and add label colors - make this
53
+ truly orthogonal to mailboxes, unlike gmail.
54
+
55
+ - sent message mailbox not always updating
56
+
57
+ incompatible character encodings: UTF-8 and US-ASCII
58
+ /Users/choi/.rvm/gems/ruby-1.9.2-p0@vmail/gems/vmail-1.0.0/lib/vmail/imap_client.rb:474:in
59
+ `fetch_and_cache'
60
+ /Users/choi/.rvm/gems/ruby-1.9.2-p0@vmail/gems/vmail-1.0.0/lib/vmail/imap_client.rb:432:in
61
+ `show_message'
62
+ /Users/choi/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/drb/drb.rb:1558:in
63
+ `perform_without_block'
64
+ /Users/choi/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/drb/drb.rb:1518:in
65
+ `perform'
66
+ /Users/choi/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/drb/drb.rb:1592:in
67
+ `block (2 levels) in main_loop'
68
+ /Users/choi/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/drb/drb.rb:1588:in
69
+ `loop'
70
+ /Users/choi/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/drb/drb.rb:1588:in
71
+ `block in main_loop'
72
+ D, [2010-12-20T10:00:21.954632 #16797] DEBUG -- : parsing error
73
+ D, [2010-12-20T10:00:25.286781 #16797] DEBUG -- : PRUNING MESSAGE CACHE;
74
+ message cache is consuming 6mb
75
+ D, [2010-12-20T10:00:25.637020 #16797] DEBUG -- : PRUNING MESSAGE CACHE;
76
+ message cache is consuming 6mb
77
+
78
+ - still some message cache sync issues
79
+
80
+ - redesign the whole message cache system with unit testing
81
+
@@ -548,6 +548,7 @@ EOF
548
548
  end
549
549
  end
550
550
 
551
+ clear_cached_message
551
552
  end
552
553
  end
553
554
 
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi