• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

golang IMAP client library


Commit MetaInfo

Revisão4a8dceddc399e83874d0fe6e176d3252bc3bfd39 (tree)
Hora2012-07-07 21:08:17
AutorDave Cheney <dave@chen...>
CommiterDave Cheney

Mensagem de Log

Fix import path

Mudança Sumário

Diff

--- a/imapsync/main.go
+++ b/imapsync/main.go
@@ -5,11 +5,12 @@ import (
55 "crypto/tls"
66 "flag"
77 "fmt"
8- "imap"
98 "io"
109 "log"
1110 "os"
1211 "time"
12+
13+ "github.com/martine/go-imap/imap"
1314 )
1415
1516 var dumpProtocol *bool = flag.Bool("dumpprotocol", false, "dump imap stream")