projects
/
embrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c189b3f
)
code cleanup
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 21 May 2006 13:18:06 +0000
(15:18 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 21 May 2006 13:18:06 +0000
(15:18 +0200)
lib/embrace/imap.rb
patch
|
blob
|
history
diff --git
a/lib/embrace/imap.rb
b/lib/embrace/imap.rb
index f0ae8a5538b32b5155322365372a81b37cb2a38b..637eb7f26c645b4bc877ca2dd17ad4b126410322 100644
(file)
--- a/
lib/embrace/imap.rb
+++ b/
lib/embrace/imap.rb
@@
-201,10
+201,6
@@
end
end
class LogoutRequest < Request
- def initialize(session)
- super
- end
-
def serialize
"LOGOUT"
end