vmail 1.0.0 → 1.0.1
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.
- data/TODO +46 -1
- data/lib/vmail/imap_client.rb +1 -0
- data/lib/vmail/version.rb +1 -1
- metadata +2 -2
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
|
+
|
data/lib/vmail/imap_client.rb
CHANGED
data/lib/vmail/version.rb
CHANGED