X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=blobdiff_plain;f=lib%2Fembrace%2Fimap.rb;h=637eb7f26c645b4bc877ca2dd17ad4b126410322;hp=f0ae8a5538b32b5155322365372a81b37cb2a38b;hb=92b5a265da00ed022b86a3e072dcf585f6cd2dae;hpb=c189b3f91201f97fb0e3090d939a1db51fca9a29 diff --git a/lib/embrace/imap.rb b/lib/embrace/imap.rb index f0ae8a5..637eb7f 100644 --- 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