1 !<arch> 2 __.PKGDEF 0 0 0 644 14578 ` 3 go object linux amd64 go1.5.1 X:none 4 build id "b7c66b9037b7ed5d5e32534b166ef94031b628b5" 5 6 $$ 7 package mail 8 import runtime "runtime" 9 import bufio "bufio" 10 import bytes "bytes" 11 import errors "errors" 12 import io "io" 13 import fmt "fmt" 14 import log "log" 15 import time "time" 16 import mime "mime" 17 import strings "strings" 18 import textproto "net/textproto" 19 type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } 20 type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } 21 type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } 22 func (@"time".l2 *@"time".Location "esc:0x22") String () (? string) 23 func (@"time".l2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool) 24 func (@"time".l2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location) 25 func (@"time".l6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec7 int64) (@"time".name1 string, @"time".offset2 int, @"time".isDST3 bool, @"time".start4 int64, @"time".end5 int64) 26 func (@"time".l2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int) 27 func (@"time".l4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name5 string "esc:0x1", @"time".unix6 int64) (@"time".offset1 int, @"time".isDST2 bool, @"time".ok3 bool) 28 type @"time".Duration int64 29 func (@"time".d2 @"time".Duration) Hours () (? float64) { var @"time".hour3 @"time".Duration; ; @"time".hour3 = @"time".d2 / @"time".Duration(0x34630b8a000); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour3) + float64(@"time".nsec4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 } 30 func (@"time".d2 @"time".Duration) Minutes () (? float64) { var @"time".min3 @"time".Duration; ; @"time".min3 = @"time".d2 / @"time".Duration(0xdf8475800); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0xdf8475800); return float64(@"time".min3) + float64(@"time".nsec4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 } 31 func (@"time".d2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d2) } 32 func (@"time".d2 @"time".Duration) Seconds () (? float64) { var @"time".sec3 @"time".Duration; ; @"time".sec3 = @"time".d2 / @"time".Duration(0x3b9aca00); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec3) + float64(@"time".nsec4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 } 33 func (@"time".d2 @"time".Duration) String () (? string) 34 type @"time".Month int 35 func (@"time".m2 @"time".Month) String () (? string) { return @"time".months[@"time".m2 - @"time".Month(0x1)] } 36 type @"time".Weekday int 37 func (@"time".d2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d2] } 38 type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } 39 func (@"time".t2 @"time".Time "esc:0x12") Add (@"time".d3 @"time".Duration) (? @"time".Time) { @"time".t2.@"time".sec += int64(@"time".d3 / @"time".Duration(0x3b9aca00)); var @"time".nsec4 int32; ; @"time".nsec4 = int32(@"time".t2.@"time".nsec) + int32(@"time".d3 % @"time".Duration(0x3b9aca00)); if @"time".nsec4 >= 0x3b9aca00 { @"time".t2.@"time".sec++; @"time".nsec4 -= 0x3b9aca00 } else { if @"time".nsec4 < 0x0 { @"time".t2.@"time".sec--; @"time".nsec4 += 0x3b9aca00 } }; @"time".t2.@"time".nsec = @"time".nsec4; return @"time".t2 } 40 func (@"time".t2 @"time".Time "esc:0x12") AddDate (@"time".years3 int, @"time".months4 int, @"time".days5 int) (? @"time".Time) 41 func (@"time".t2 @"time".Time "esc:0x1") After (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec > @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec > @"time".u3.@"time".nsec } 42 func (@"time".t2 @"time".Time "esc:0x9") AppendFormat (@"time".b3 []byte "esc:0x1a", @"time".layout4 string "esc:0x9") (? []byte) 43 func (@"time".t2 @"time".Time "esc:0x1") Before (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec < @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec < @"time".u3.@"time".nsec } 44 func (@"time".t4 @"time".Time "esc:0x1") Clock () (@"time".hour1 int, @"time".min2 int, @"time".sec3 int) 45 func (@"time".t4 @"time".Time "esc:0x1") Date () (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int) 46 func (@"time".t2 @"time".Time "esc:0x1") Day () (? int) 47 func (@"time".t2 @"time".Time "esc:0x1") Equal (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec == @"time".u3.@"time".nsec } 48 func (@"time".t2 @"time".Time "esc:0x9") Format (@"time".layout3 string "esc:0x9") (? string) 49 func (@"time".t2 *@"time".Time "esc:0x1") GobDecode (@"time".data3 []byte "esc:0x1") (? error) 50 func (@"time".t3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error) 51 func (@"time".t2 @"time".Time "esc:0x1") Hour () (? int) 52 func (@"time".t3 @"time".Time "esc:0x1") ISOWeek () (@"time".year1 int, @"time".week2 int) 53 func (@"time".t2 @"time".Time "esc:0x12") In (@"time".loc3 *@"time".Location "esc:0x12") (? @"time".Time) 54 func (@"time".t2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t2.@"time".sec == 0x0 && @"time".t2.@"time".nsec == 0x0 } 55 func (@"time".t2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t2.@"time".loc = @"time".Local; return @"time".t2 } 56 func (@"time".t2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l3 *@"time".Location; ; @"time".l3 = @"time".t2.@"time".loc; if @"time".l3 == nil { @"time".l3 = @"time".UTC }; return @"time".l3 } 57 func (@"time".t3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error) 58 func (@"time".t3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error) 59 func (@"time".t3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error) 60 func (@"time".t2 @"time".Time "esc:0x1") Minute () (? int) 61 func (@"time".t2 @"time".Time "esc:0x1") Month () (? @"time".Month) 62 func (@"time".t2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t2.@"time".nsec) } 63 func (@"time".t2 @"time".Time "esc:0x12") Round (@"time".d3 @"time".Duration) (? @"time".Time) 64 func (@"time".t2 @"time".Time "esc:0x1") Second () (? int) 65 func (@"time".t2 @"time".Time "esc:0x9") String () (? string) 66 func (@"time".t2 @"time".Time "esc:0x1") Sub (@"time".u3 @"time".Time "esc:0x1") (? @"time".Duration) 67 func (@"time".t2 @"time".Time "esc:0x12") Truncate (@"time".d3 @"time".Duration) (? @"time".Time) 68 func (@"time".t2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t2.@"time".loc = @"time".UTC; return @"time".t2 } 69 func (@"time".t2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t2.@"time".sec + -0xe7791f700 } 70 func (@"time".t2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t2.@"time".nsec) } 71 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data3 []byte "esc:0x1") (? error) 72 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 73 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 74 func (@"time".t2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday) 75 func (@"time".t2 @"time".Time "esc:0x1") Year () (? int) 76 func (@"time".t2 @"time".Time "esc:0x1") YearDay () (? int) 77 func (@"time".t3 @"time".Time "esc:0x32") Zone () (@"time".name1 string, @"time".offset2 int) 78 func (@"time".t2 @"time".Time "esc:0x1") @"time".abs () (? uint64) 79 func (@"time".t5 @"time".Time "esc:0x1") @"time".date (@"time".full6 bool) (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int, @"time".yday4 int) 80 func (@"time".t4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name1 string, @"time".offset2 int, @"time".abs3 uint64) 81 type @"".Address struct { Name string; Address string } 82 func (@"".a2 *@"".Address "esc:0x9") String () (? string) 83 type @"".Header map[string][]string 84 func (@"".h3 @"".Header "esc:0x1") AddressList (@"".key4 string "esc:0x1") (? []*@"".Address, ? error) 85 func (@"".h3 @"".Header "esc:0x1") Date () (? @"time".Time, ? error) 86 func (@"".h2 @"".Header "esc:0x1") Get (@"".key3 string "esc:0x1") (? string) 87 type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) } 88 type @"".Message struct { Header @"".Header; Body @"io".Reader } 89 func @"".ReadMessage (@"".r3 @"io".Reader) (@"".msg1 *@"".Message, @"".err2 error) 90 var @"".ErrHeaderNotPresent error 91 func @"".ParseAddress (@"".address3 string) (? *@"".Address, ? error) 92 func @"".ParseAddressList (@"".list3 string) (? []*@"".Address, ? error) 93 type @"bytes".readOp int 94 type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) } 95 type @"bytes".Buffer struct { @"bytes".buf []byte; @"bytes".off int; @"bytes".runeBytes [4]byte; @"bytes".bootstrap [64]byte; @"bytes".lastRead @"bytes".readOp } 96 func (@"bytes".b2 *@"bytes".Buffer "esc:0x22") Bytes () (? []byte) { return @"bytes".b2.@"bytes".buf[@"bytes".b2.@"bytes".off:] } 97 func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") Cap () (? int) { return cap(@"bytes".b2.@"bytes".buf) } 98 func (@"bytes".b1 *@"bytes".Buffer) Grow (@"bytes".n2 int) 99 func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") Len () (? int) { return len(@"bytes".b2.@"bytes".buf) - @"bytes".b2.@"bytes".off } 100 func (@"bytes".b2 *@"bytes".Buffer "esc:0x22") Next (@"bytes".n3 int) (? []byte) { @"bytes".b2.@"bytes".lastRead = @"bytes".readOp(0x0); var @"bytes".m4 int; ; @"bytes".m4 = @"bytes".b2.Len(); if @"bytes".n3 > @"bytes".m4 { @"bytes".n3 = @"bytes".m4 }; var @"bytes".data5 []byte; ; @"bytes".data5 = @"bytes".b2.@"bytes".buf[@"bytes".b2.@"bytes".off:@"bytes".b2.@"bytes".off + @"bytes".n3]; @"bytes".b2.@"bytes".off += @"bytes".n3; if @"bytes".n3 > 0x0 { @"bytes".b2.@"bytes".lastRead = @"bytes".readOp(0x2) }; return @"bytes".data5 } 101 func (@"bytes".b3 *@"bytes".Buffer "esc:0x9") Read (@"bytes".p4 []byte "esc:0x1") (@"bytes".n1 int, @"bytes".err2 error) 102 func (@"bytes".b3 *@"bytes".Buffer "esc:0x1") ReadByte () (@"bytes".c1 byte, @"bytes".err2 error) 103 func (@"bytes".b3 *@"bytes".Buffer "esc:0x9") ReadBytes (@"bytes".delim4 byte) (@"bytes".line1 []byte, @"bytes".err2 error) 104 func (@"bytes".b3 *@"bytes".Buffer "esc:0x9") ReadFrom (@"bytes".r4 @"io".Reader) (@"bytes".n1 int64, @"bytes".err2 error) 105 func (@"bytes".b4 *@"bytes".Buffer "esc:0x1") ReadRune () (@"bytes".r1 rune, @"bytes".size2 int, @"bytes".err3 error) 106 func (@"bytes".b3 *@"bytes".Buffer "esc:0x1") ReadString (@"bytes".delim4 byte) (@"bytes".line1 string, @"bytes".err2 error) 107 func (@"bytes".b1 *@"bytes".Buffer "esc:0x1") Reset () 108 func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") String () (? string) { if @"bytes".b2 == nil { return "<nil>" }; return string(@"bytes".b2.@"bytes".buf[@"bytes".b2.@"bytes".off:]) } 109 func (@"bytes".b1 *@"bytes".Buffer "esc:0x1") Truncate (@"bytes".n2 int) 110 func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") UnreadByte () (? error) { if @"bytes".b2.@"bytes".lastRead != @"bytes".readOp(0x1) && @"bytes".b2.@"bytes".lastRead != @"bytes".readOp(0x2) { return @"errors".New("bytes.Buffer: UnreadByte: previous operation was not a read") }; @"bytes".b2.@"bytes".lastRead = @"bytes".readOp(0x0); if @"bytes".b2.@"bytes".off > 0x0 { @"bytes".b2.@"bytes".off-- }; return nil } 111 func (@"bytes".b2 *@"bytes".Buffer "esc:0x1") UnreadRune () (? error) 112 func (@"bytes".b3 *@"bytes".Buffer) Write (@"bytes".p4 []byte "esc:0x9") (@"bytes".n1 int, @"bytes".err2 error) 113 func (@"bytes".b2 *@"bytes".Buffer) WriteByte (@"bytes".c3 byte) (? error) 114 func (@"bytes".b3 *@"bytes".Buffer) WriteRune (@"bytes".r4 rune) (@"bytes".n1 int, @"bytes".err2 error) 115 func (@"bytes".b3 *@"bytes".Buffer) WriteString (@"bytes".s4 string "esc:0x9") (@"bytes".n1 int, @"bytes".err2 error) 116 func (@"bytes".b3 *@"bytes".Buffer "esc:0x9") WriteTo (@"bytes".w4 @"io".Writer) (@"bytes".n1 int64, @"bytes".err2 error) 117 func (@"bytes".b2 *@"bytes".Buffer) @"bytes".grow (@"bytes".n3 int) (? int) 118 func (@"bytes".b3 *@"bytes".Buffer "esc:0x22") @"bytes".readSlice (@"bytes".delim4 byte) (@"bytes".line1 []byte, @"bytes".err2 error) 119 type @"mime".WordDecoder struct { CharsetReader func(@"mime".charset string, @"mime".input @"io".Reader) (? @"io".Reader, ? error) } 120 func (@"mime".d3 *@"mime".WordDecoder "esc:0x1") Decode (@"mime".word4 string) (? string, ? error) 121 func (@"mime".d3 *@"mime".WordDecoder "esc:0x1") DecodeHeader (@"mime".header4 string) (? string, ? error) 122 func (@"mime".d2 *@"mime".WordDecoder "esc:0x1") @"mime".convert (@"mime".buf3 *@"bytes".Buffer, @"mime".charset4 string, @"mime".content5 []byte) (? error) 123 type @"".AddressParser struct { WordDecoder *@"mime".WordDecoder } 124 func (@"".p3 *@"".AddressParser "esc:0x9") Parse (@"".address4 string) (? *@"".Address, ? error) 125 func (@"".p3 *@"".AddressParser "esc:0x9") ParseList (@"".list4 string) (? []*@"".Address, ? error) 126 func @"".init () 127 var @"time".months [12]string 128 var @"time".days [7]string 129 var @"time".Local *@"time".Location 130 var @"time".UTC *@"time".Location 131 func @"errors".New (@"errors".text2 string) (? error) { return (&@"errors".errorString{ @"errors".s:@"errors".text2 }) } 132 type @"errors".errorString struct { @"errors".s string } 133 func (@"errors".e2 *@"errors".errorString "esc:0x22") Error () (? string) { return @"errors".e2.@"errors".s } 134 135 $$ 136 _go_.o 0 0 0 644 160596 ` 137 go object linux amd64 go1.5.1 X:none 138 139 ! 140 go13ldbufio.abytes.aerrors.a 141 fmt.aio.a 142 log.amime.anet/textproto.astrings.atime.a "".debugT.PrintfdH%H;avFH(|$0t6H\$8H$H\$@H\$H\$HH\$H\$PH\$H\$XH\$ H( 146 147 log.Printf 148 0runtime.morestack_noctxt`P"".args0&type.[]interface {}"".formattype.string"".dtype."".debugTPAOP`H6 151 KTgclocalsdc4819cec76b48d37a88e20b1cadd722Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go"".ReadMessage dH%H$HH;ARH811H$XH$`H$@H$HH\$pHD$xH$HH$1H9tH[H-H9HHXH9H1H$H$H$H$H$H$1H(HhHhHhHh HHD$8H$H\$H\$HHD$H\$H$`H$XHtH$PH8HH$H\$H\$XH\$XHHl$H=H+H1H9tsH\$8HH\$XHt\H$HCH$=u+HKH\$XH$P1H$XH$`H8LCL$HL$HH$HH\$HH\$HD$[H$Hl$:HT$0H} HD$0HH$HL$0HD$HD$@HD$PHH$HL$HL$LD$Ht$ Hl$(H$H$H$1HL$L$H$H$H$H$HT$`H$HL$hH$H$(H$0H\$PHt,H$H\$Hl$H-H,$HD$@?11, 155 $type.*bufio.Reader 156 Lnet/textproto.(*Reader).ReadMIMEHeadertype."".Message 157 "runtime.newobject6runtime.writeBarrierEnabled>go.itab.*bufio.Reader.io.Reader6runtime.writeBarrierEnabled 158 .runtime.writebarrierptr$type.*bufio.Readertype.io.Reader>go.itab.*bufio.Reader.io.Reader 159 runtime.typ2Itab 160 .runtime.writebarrierptr "type.bufio.Reader 161 "runtime.newobject type.[]uint8 162 163 "runtime.makeslice 165 runtime.duffzero "type.bufio.Reader 168 (runtime.typedmemmove 170 0runtime.morestack_noctxtP$"".autotmp_0010 type.*"".Message"".autotmp_00092type.net/textproto.Reader"".autotmp_00074type.*net/textproto.Reader"".autotmp_0006$type.*bufio.Reader"".autotmp_0005$type.*bufio.Reader"".autotmp_0004"type.bufio.Readerbufio.r3type.io.Readerbufio.buf2type.[]uint8bufio.b1$type.*bufio.Readerbufio.r6$type.*bufio.Readerbufio.size3type.intbufio.rd2type.io.Readerbufio.rd2type.io.Reader"".hdr:type.net/textproto.MIMEHeader 172 "".tp4type.*net/textproto.Reader"".err0type.error"".msg type.*"".Message"".rtype.io.Reader*"Jf6* 175 $B'6( 176 N.H ./Tgclocalsafdc4e52a65b6727c663d399373e0835Tgclocalsc9e33b40efb230c089483b3d16ac4c0c\prebuilts/go/linux-x86/src/net/mail/message.go"".init.1""dH%H$PH;AmH011H H1HH$H$HH$H$1HH$PH$XHH$`H$h1HH$pH$x1H$H$1HH$PH$XHH$`H$hHH$pH$xH$H$0H$H$8H$H$@H$H$HH$H$H$0H$H$H$H9H$HHHkH$H$H$H$H$H$H$H$ H$H$(H$HD$xH$H$H$Hl$xH9H$HHHkH$H$ H$PH$H$XH$H$`H$H$hH$HD$pHD$hH$H$H\$pHl$hH9H$HxHHkH$H$H$pH$H$xH$H$H$H$H$HD$`HD$XH$H$H\$`Hl$XH9H$HHHkH$H$H$PH$H$XH$H$`H$H$hH$H$pH$H$xH$1HD$HH$Hl$HH9H$H"HHhHL$PH$(H$H$0H$H$HHH5H$@H$HHH$8H$HkH$=oH+H$ HHHkH$=)H+H$HH0HkH$=H+H$HHPHkH$=H+H$HHpHkH$=WH+H$HD$H$@H\$H$HH\$H\$ H$H\$(H$HHH HHH9ZHHHHkHH$HkH$=H+H$HL$PHHHl$HH9H$HH$H\$`HH\$`H\$`Hl$XH9H$HH$H\$pHH\$pH\$pHl$hH9:H$HH$H$HH$H$Hl$xH9_H$HH$H$HH$H$H$H9{H0H$Hl$H-H,$HT$HD$HL$H\$ HT$(HD$0HL$8HHD$@HHH H$=uHDH-H,$HT$H$HD$@H$Hl$H$8H$Hl$H$8KH$Hl$H$8H$Hl$H$8H$Hl$H$8y&1nL 188 R"go.string."Mon, "rgo.string."2"go.string."02" go.string."2006"go.string."06"go.string.":05""go.string."-0700"go.string."MST".go.string."-0700 (MST)"""".statictmp_0041 189 runtime.duffcopy6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 190 *runtime.concatstrings"".dateLayouts"".dateLayouts "".dateLayouts"".dateLayouts6runtime.writeBarrierEnabled 191 .runtime.writebarrierptrtype.[]string 192 "runtime.growslice"".dateLayouts "".dateLayouts6runtime.writeBarrierEnabled"".dateLayouts"".dateLayouts 193 .runtime.writebarrierptr 194 .runtime.writebarrierptr 195 .runtime.writebarrierptr 196 .runtime.writebarrierptr 197 .runtime.writebarrierptr! 198 .runtime.writebarrierptr" 199 0runtime.morestack_noctxtL"".autotmp_0040type.[]string"".autotmp_0039type.string"".autotmp_0038 201 type.*string"".autotmp_0037type.int"".autotmp_0036type.int"".autotmp_0035type.string"".autotmp_0034 204 type.*string"".autotmp_0033type.int"".autotmp_0032type.int"".autotmp_0031type.string"".autotmp_0030 type.*string"".autotmp_0029type.int"".autotmp_0028 208 type.int"".autotmp_0027type.string"".autotmp_0026 type.*string"".autotmp_0025 209 type.int"".autotmp_0024 210 type.int"".autotmp_0023type.string"".autotmp_0022 type.*string"".autotmp_0021 211 type.int"".autotmp_0020 212 type.int"".autotmp_0019type.[8]string"".autotmp_0018type.[3]string"".autotmp_0017type.[2]string"".autotmp_0016type.[2]string"".autotmp_0015type.[2]string"".autotmp_0014type.[2]string"".stype.string"".zone type.string"".second type.string"".year type.string"".daytype.string"".dowtype.string"".zonestype.[3]string"".secondstype.[2]string"".yearstype.[2]string"".daystype.[2]string"".dowstype.[2]string""88/S\"44=@$)Z Tgclocalsf5be5308b59e045b7c5b33ee8908cfb7Tgclocalsa6c3968f7745fb0c677d6eed208b96ce\prebuilts/go/linux-x86/src/net/mail/message.go"".parseDate 220 221 dH%HD$H;AaH1H$$H$1H$H$ HHHH$1H$HD$HH$HHl$HH9HD$`HHHhHL$PH$H$H$H$H$Hl$H$H\$H$H\$Hl$ H$T$($HL$0H$HD$8H\$@H$H$Hu1H$$H$1H$H$ HHD$`HL$PHHHl$HH9HH\$xH$ 1H\$hH\$pHH$HD$HD$XH$HhHl$x=u{H(HD$XH1H9t6Hl$X1H$$H$H$H$ HHH$HH\$HH\$HD$H$Hl$HD$Xp%} 223 "".dateLayouts"".dateLayouts "".dateLayouts 224 time.ParseXgo.string."mail: header could not be parsed".type.errors.errorString 225 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error0type.*errors.errorStringtype.error Bgo.itab.*errors.errorString.error 226 runtime.typ2Itab 227 .runtime.writebarrierptr 228 0runtime.morestack_noctxtp"".autotmp_00520type.*errors.errorString"".autotmp_0051type.string"".autotmp_0050type.*string"".autotmp_0049type.int"".autotmp_0048type.int"".autotmp_00470type.*errors.errorString"".autotmp_0046/type.[]string"".~r0type.errorerrors.text2type.string"".errtype.error"".t_type.time.Time"".layouttype.string"".~r2Ptype.error"".~r1 type.time.Time"".datetype.string(e*Jpo1BTgclocals1be7d47bae55850e7016f9662c4ac24aTgclocals191ec12c1ae9b57de36c2ea47562d827\prebuilts/go/linux-x86/src/net/mail/message.go"".Header.GetdH%H;avKH(1H\$HH\$PH\$0H$H\$8H\$H\$@H\$HL$HD$ HL$HHD$PH( 236 z 237 8net/textproto.MIMEHeader.Get 238 0runtime.morestack_noctxtPP"".~r10type.string"".keytype.string"".htype."".HeaderPFOPp; 241 <4Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go"".Header.DatedH%H;aHH1H\$X\$`H\$h1H\$pH\$xH\$PH$HH\$HD$HL$HD$ Hu-1HL$XL$`HL$hHH\$pHH\$xHHHL$8H$HD$@HD$Ht$l$HT$ HL$(HD$0Ht$Xl$`HT$hHL$pHD$xHH 244 ~ go.string."Date" 245 "".Header.Get,"".ErrHeaderNotPresent,"".ErrHeaderNotPresent 246 "".parseDate 247 0runtime.morestack_noctxt` 248 "".autotmp_0058type.time.Time"".hdrtype.string"".~r1@type.error"".~r0type.time.Time"".htype."".Header${L3--M QTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals23e8278e2b69a3a75fa59b23c49ed6ad\prebuilts/go/linux-x86/src/net/mail/message.go*"".Header.AddressListdH%H;aHH1H\$hH\$pH\$x1H$H$H\$PH$H\$XH\$H\$`H\$HL$HD$ Hu41H\$hH\$pH\$xHH$HH$HHHL$8H$HD$@HD$Ht$Hl$HT$ HL$(HD$0Ht$hHl$pHT$xH$H$HH 256 257 "".Header.Get,"".ErrHeaderNotPresent,"".ErrHeaderNotPresent 258 &"".ParseAddressList 259 0runtime.morestack_noctxt 260 "".hdrtype.string"".~r2`type.error"".~r10$type.[]*"".Address"".keytype.string"".htype."".Header&T:,4U WTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals23e8278e2b69a3a75fa59b23c49ed6ad\prebuilts/go/linux-x86/src/net/mail/message.go"".ParseAddressdH%H;avpH81H\$XH\$`1HD$ HD$(HD$0HD$ 1H(HhHhHl$@H(Hl$HHhH$HT$HL$HD$HT$PHL$XHD$`H8w 269 270 :"".(*addrParser).parseAddress 271 0runtime.morestack_noctxtPp"".autotmp_0066/$type."".addrParser"".~r20type.error"".~r1 type.*"".Address"".addresstype.stringpkop` 274 W9Tgclocals3260b5c802f633fd6252c227878dd72aTgclocals34f124440e1e8e607060d08805b548f5\prebuilts/go/linux-x86/src/net/mail/message.go&"".ParseAddressListdH%H;aHH1H\$`H\$hH\$p1H\$xH$1HD$0HD$8HD$@HD$01H(HhHhHl$PH(Hl$XHhH$Ht$Hl$HT$HL$ HD$(Ht$`Hl$hHT$pHL$xH$HHH 276 277 B"".(*addrParser).parseAddressList 278 0runtime.morestack_noctxtp"".autotmp_0070/$type."".addrParser"".~r2Ptype.error"".~r1 $type.[]*"".Address"".listtype.string7w 281 oQTgclocalsb767a85ad52475ddbcff98293d22a77dTgclocals34f124440e1e8e607060d08805b548f5\prebuilts/go/linux-x86/src/net/mail/message.go2"".(*AddressParser).ParsedH%H;avoH81H\$`H\$h1HD$ HD$(HD$0HD$ Hl$HH(Hl$PHhLD$@I(HhH$HT$HL$HD$HT$XHL$`HD$hH8x 283 284 :"".(*addrParser).parseAddress 285 0runtime.morestack_noctxt`p 286 "".autotmp_0074/$type."".addrParser"".~r2@type.error"".~r10 type.*"".Address"".addresstype.string"".p,type.*"".AddressParserpjop_ 289 V:Tgclocalsaa5118865dd28fc3eaacbfc830efb456Tgclocals34f124440e1e8e607060d08805b548f5\prebuilts/go/linux-x86/src/net/mail/message.go:"".(*AddressParser).ParseListdH%H;aHH1H\$hH\$pH\$x1H$H$1HD$0HD$8HD$@HD$0Hl$XH(Hl$`HhLD$PI(HhH$Ht$Hl$HT$HL$ HD$(Ht$hHl$pHT$xH$H$HHC 291 292 B"".(*addrParser).parseAddressList 293 0runtime.morestack_noctxt 294 "".autotmp_0078/$type."".addrParser"".~r2`type.error"".~r10$type.[]*"".Address"".listtype.string"".p,type.*"".AddressParser :y 299 qOTgclocals99ef9ff0bd07d0e619cc0988c2dabb63Tgclocals34f124440e1e8e607060d08805b548f5\prebuilts/go/linux-x86/src/net/mail/message.go("".(*Address).StringdH%H$xH;AH1H$H$ H$HH^HH$HKHL$HH\$HD$H$HD$ 11H$H$HHHqHID$n1H9}cH$HD$xH$H9H+@l$o@,$D$H$H$HD$x\$HH9||$nt(H$H4$H$HL$Ht$HL$H$HH\$HD$H$Ht$H$HL$ HH\$(HD$0H$H\$8H$H\$@HH\$HHD$PH$HT$XH$HD$`H$HYHuH$H$ HH1HiH9HHqH$H$H9H+@!@~yHHHqH$H$H9cH+@ F@ .1@lHH$H$HH$H|$H$H#1HH$H$H\$H$H\$H$HT$HL$ HD$(H$HH$HKH$HCH$=yHH$H$1HnH9HHVH9@H+@\(@"@! @~<unHHHVH$HL$pH$H9H+@ @ <u#H$H$D$\H$HL$pH$H$H]HHVH$HL$pH$H91H+@l$H$HL$pHHnH9H$H$HH\$HD$H$H$H$H\$H$H\$H$1H$H$1H9u&H HH$H$ HHhL@LHL9wSLI)I)ItM*H$L$LT$L$LD$L$LL$HL$ HD$(HS11H$HT$H$o8$qHH\$HD$H|$HH HHNHOHD$(HL$0H$H$HD$H$HL$HH\$HD$ H$H\$(H$H\$0H\$8H$H\$@H$ HH1Ho1U\$o.u-H~'HHH9s&H..tHHH9~D$n@LAL9wSHqHHLAL9w9LII)ItMH$H$HL$L$s#L 316 go.string."@" 317 "strings.LastIndex 318 "".isAtext 319 "".quoteStringgo.string."<"go.string."@"go.string.">" 320 *runtime.concatstring5go.string."\"""type.bytes.Buffer 324 "runtime.newobject 326 runtime.duffzero 328 2runtime.stringtoslicebyte6runtime.writeBarrierEnabled 329 2bytes.(*Buffer).WriteByte 330 2bytes.(*Buffer).WriteBytego.string."\" " 331 6bytes.(*Buffer).WriteString 332 6bytes.(*Buffer).WriteString"go.string."<nil>" 333 2runtime.slicebytetostring 334 $runtime.panicslice 335 $runtime.panicindex 336 $runtime.panicindex 337 $runtime.panicindex 338 .runtime.writebarrierptr"go.string."utf-8" 339 .mime.WordEncoder.Encodego.string." " 340 *runtime.concatstring3 341 $runtime.panicindex 342 $runtime.panicindex 343 $runtime.panicindex 344 $runtime.panicindex 345 $runtime.panicslice 346 $runtime.panicslice 347 0runtime.morestack_noctxt08"".autotmp_0099type.string"".autotmp_0098type.bool"".autotmp_0097type.bool"".autotmp_0096$type.*bytes.Buffer"".autotmp_0095$type.*bytes.Buffer"".autotmp_0093type.bool"".autotmp_0092type.string"".autotmp_0091type.[]uint8"".autotmp_0090type.int"".autotmp_0089type.int"".autotmp_0088type.int"".autotmp_0087type.int"".autotmp_0086type.int"".autotmp_0085type.int"".autotmp_0082type.int"".autotmp_0079Otype.string"".~r0type.stringbytes.s2type.string"".itype.int"".b$type.*bytes.Buffer"".stype.string 349 "".chtype.uint8"".itype.int"".quoteLocaltype.bool"".domainotype.string"".localtype.string"".~r0type.string"".a type.*"".Address8"4M 351 %6 ( 352 353 #T&+/))(5 355 (P DoPI^O` Tgclocalsadd78ec634cef78099972ccd9d767bc6Tgclocals722f696ec13123fdfb1a6a1aa61e7a29\prebuilts/go/linux-x86/src/net/mail/message.goB"".(*addrParser).parseAddressListdH%HD$H;AHH$1H$H$H$1H$H$1H$H$H$H<$H$H$H\$H\$HHD$HL$HL$xHD$pHt21H$H$H$H$H$HH$H$H$HHH9GH$HHl$H=H+H$H$H$HoH<tJH$H$H$H$H$H$1H$H$HHH,HoHuH7HoH$HH$[.@8HHoH3HLHtIHh=LH<KHH\$`HD$h1H\$PH\$XHH$HD$HD$@Hl$hHhHl$`=u|H(HD$@H1H9t7HL$@1H$H$H$H$H$HHH$HH\$HH\$HD$H$Hl$HD$@oH$LD$H$1H$Hl$H-H,$HL$HD$HT$H\$ HL$(H\$0HT$8HHH$H$H$kU. 365 366 4"".(*addrParser).skipSpace 367 :"".(*addrParser).parseAddress6runtime.writeBarrierEnabled 368 4"".(*addrParser).skipSpace6runtime.writeBarrierEnabled@go.string."mail: expected comma" .type.errors.errorString 369 "runtime.newobject 6runtime.writeBarrierEnabled Bgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 374 runtime.typ2Itab 376 .runtime.writebarrierptr 378 .runtime.writebarrierptr 380 $runtime.panicslice 382 $runtime.panicindex 384 .runtime.writebarrierptr $type.[]*"".Address 387 "runtime.growslice 388 0runtime.morestack_noctxt`"".autotmp_01110type.*errors.errorString"".autotmp_0110type.bool"".autotmp_01080type.*errors.errorString"".autotmp_0107type.int"".~r0type.errorerrors.text2type.string"".errotype.error"".addr type.*"".Address"".list/$type.[]*"".Address"".~r1@type.error"".~r0$type.[]*"".Address"".p&type.*"".addrParser8LS *2HJ0V&q-)FTgclocals9bbac069deb72cc871842b3a3b7cac0dTgclocalsd75c4b68ee9f4cbb7a90537e340d438f\prebuilts/go/linux-x86/src/net/mail/message.go:"".(*addrParser).parseAddress21dH%H$(H;ALHX11H$pH$x1H$ H$(H$ HH$HH$PH$@HH$H$`H\$H|$HD$HL$HD$ H$@H$HH$=_HC$HH\$HD$H$@H\$H$HH\$ H$PH\$(H$`H$H$`HiH<HH\$pHD$x1H\$@H\$HHH$HD$HD$8Hl$xHhHl$p=unH(HD$8H1H9t)HL$8H$hH$pH$xHXHH$HH\$HH\$HD$H$Hl$HD$8H$H\$H$H\$H$HL$HT$ H$xH$pHuuHH$HD$1H(HhHhHhHD$0H$HhH$=uHhH$hHXL@L$Hl$HD$01H$H$H$H, H$HH$PH$@H$HT$HL$HD$H$@H$HH$=HC$HH\$HD$"H$@H\$H$HH\$ H$PH\$(1H$H$H$H;H$HH$PH$@HH$H$`H\$H|$HD$HL$HD$ H$@H$HH$=HC$HH\$HD$H$@H\$H$HH\$ H$PH\$(H$`1H$HH$HHHoH$HH$)@<tGH<$Ht$HT$HD$H\$ H$xH$pHtH$hHXH$H$0H$H$81H$H$H$HTH$HH$PH$@HH$H$0H\$HD$HL$HD$ H$@H$HH$=HC$HH\$HD$H$@H\$H$HH\$ H$PH\$(H$`H$H$`H<HhH4H0HhH$HH$.@8HhHHLHtIHh=LH<HH$H$1H\$PH\$XHH$HD$HD$8H$HhH$=unH(HD$8H1H9t)HT$8H$hH$pH$xHXHH$HH\$HH\$HD$H$Hl$HD$8H$`H$H\$H$H\$H$HD$H\$ H$xH$pHtH$hHXH$`H>HhH<H0HhH$HH$".@8HhHHLHtIHh=LH<HH$H$1H\$`H\$hHH$HD$HD$8H$HhH$=unH(HD$8H1H9t)HT$8H$hH$pH$xHXHH$HH\$HH\$HD$H$Hl$HD$8H$H$0H$H$81H$H$H$HH$HH$PH$@HH$H$0H\$HD$HL$HD$ H$@H$HH$=HC$HH\$HD$H$@H\$H$HH\$ H$PH\$(HH$HD$HD$0H$HhH$=u_H(H$HhH$=u&HhH$h1H$pH$xHXL@L$Hl$HD$0H$Hl$HD$0LCL$HD$pH$LD$)1"H$LD$11*LCL$HD$(LCL$HD$Y% LCL$HD$8LCL$HD$%> 412 type.string 413 runtime.convT2E6runtime.writeBarrierEnabled"".debug8go.string."parseAddress: %q" 414 "".debugT.Printf 415 4"".(*addrParser).skipSpace8go.string."mail: no address".type.errors.errorString 416 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 417 runtime.typ2Itab 418 .runtime.writebarrierptr 419 @"".(*addrParser).consumeAddrSpec type."".Address 420 "runtime.newobject 421 6runtime.writeBarrierEnabled 423 .runtime.writebarrierptr 425 runtime.convI2E 6runtime.writeBarrierEnabled "".debug \go.string."parseAddress: not an addr-spec: %v" 429 "".debugT.Printftype.string 430 runtime.convT2E6runtime.writeBarrierEnabled"".debugRgo.string."parseAddress: state is now %q" 431 "".debugT.Printf 432 <"".(*addrParser).consumePhrasetype.string 433 runtime.convT2E6runtime.writeBarrierEnabled"".debugPgo.string."parseAddress: displayName=%q" 434 "".debugT.Printf 435 4"".(*addrParser).skipSpace6runtime.writeBarrierEnabled>go.string."mail: no angle-addr".type.errors.errorString 436 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 437 runtime.typ2Itab 438 .runtime.writebarrierptr 439 @"".(*addrParser).consumeAddrSpec"6runtime.writeBarrierEnabled#Jgo.string."mail: unclosed angle-addr"#.type.errors.errorString# 440 "runtime.newobject$6runtime.writeBarrierEnabled$Bgo.itab.*errors.errorString.error%0type.*errors.errorString%type.error%Bgo.itab.*errors.errorString.error& 441 runtime.typ2Itab& 442 .runtime.writebarrierptr(type.string( 443 runtime.convT2E)6runtime.writeBarrierEnabled)"".debug)Bgo.string."parseAddress: spec=%q"* 444 "".debugT.Printf*type."".Address* 445 "runtime.newobject+6runtime.writeBarrierEnabled,6runtime.writeBarrierEnabled, 446 .runtime.writebarrierptr- 447 .runtime.writebarrierptr- 448 .runtime.writebarrierptr. 449 .runtime.writebarrierptr. 450 $runtime.panicslice. 451 $runtime.panicindex. 452 .runtime.writebarrierptr. 453 $runtime.panicslice/ 454 $runtime.panicindex/ 455 .runtime.writebarrierptr/ 456 $runtime.panicindex0 457 .runtime.writebarrierptr0 458 .runtime.writebarrierptr1 459 .runtime.writebarrierptr1 460 0runtime.morestack_noctxt@f"".autotmp_0168 type.*"".Address"".autotmp_0167"type.interface {}"".autotmp_0166(type.[1]interface {}"".autotmp_0164*type.*[1]interface {}"".autotmp_0163&type.[]interface {}"".autotmp_0162type.error"".autotmp_0161type.*uint8"".autotmp_0160type.error"".autotmp_01590type.*errors.errorString"".autotmp_0158type.bool"".autotmp_0157type.error"".autotmp_0156type.*uint8"".autotmp_0155type.error"".autotmp_01540type.*errors.errorString"".autotmp_0153type.bool"".autotmp_0152"type.interface {}"".autotmp_0151(type.[1]interface {}"".autotmp_0149*type.*[1]interface {}"".autotmp_0148&type.[]interface {}"".autotmp_0147"type.interface {}"".autotmp_0146(type.[1]interface {}"".autotmp_0144*type.*[1]interface {}"".autotmp_0143&type.[]interface {}"".autotmp_0142"type.interface {}"".autotmp_0141(type.[1]interface {}"".autotmp_0139*type.*[1]interface {}"".autotmp_0138&type.[]interface {}"".autotmp_0137 type.*"".Address"".autotmp_0136type.error"".autotmp_01330type.*errors.errorString"".autotmp_0131"type.interface {}"".autotmp_0130o(type.[1]interface {}"".autotmp_0127/&type.[]interface {}"".autotmp_0126type.string"".autotmp_01250type.*errors.errorString"".autotmp_0124type.int"".autotmp_01230type.*errors.errorString"".autotmp_0122type.int"".autotmp_0121Otype.string"".autotmp_01200type.*errors.errorString"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".displayNametype.string"".spectype.string"".err type.error"".addr type.*"".Address"".p&type.*"".addrParserp"65L4%=["( (*#*]%J^Yv- 467 468 469 "*6Tgclocals16351a11d049f9eae0584cfd18491796Tgclocals8b7648950fdf11ae57869c2ff71cd267\prebuilts/go/linux-x86/src/net/mail/message.go@"".(*addrParser).consumeAddrSpec''dH%H$0H;A HP1H$`H$h1H$pH$x1H$pH$x1H$`H$h1H$H$H$HL H$@H$HH$8HH$H$XH\$H|$HD$HL$HD$ H$8H$HH$=HC$HH\$HD$H$8H\$H$@H\$ H$HH\$(H$XH=HHNHnH$pH\$Ht$H$ HT$ H$(HL$(H$0Hl$0$(HHD$1H$H$H$XH$H$XHiH<HH$H$1H\$pH\$xHH$HL$HL$HH$HiH$=H)HL$HH 1H9tOHT$HHL$pHT$x1H$`H$hH$H$pH$H$xHPHH$HH\$HH\$HL$H$Hl$HL$HWHH HkH$HH$S)@"$HH\$HD$&1H\$H\$ H\$(H$XH$H\$H$H\$H$H\$H$pH\$ H$xH$pH1H$H$H$HH$@H$HH$8H$pH$H$xH\$HL$HD$H$8H$HH$=uoHC$HH\$HD$H$8H\$H$@H\$ H$HH\$(1H$`H$hHPLCL$HD$ 476 H$XH@HhHH0HhH$HH$.@8HhHHLHtIHh=qLH<HH$H$1H\$`H\$hHH$HL$HL$HH$HiH$=H)HL$HH 1H9tOHT$HHL$`HT$h1H$`H$hH$H$pH$H$xHPHH$HH\$HH\$HL$H$Hl$HL$HW1H$H$H$XH$H$XHiH<HH$H$1H\$PH\$XHH$HL$HL$HH$HiH$=H)HL$HH 1H9tOHT$HHL$PHT$X1H$`H$hH$H$pH$H$xHPHH$HH\$HH\$HL$H$Hl$HL$HWH$D$D$ HT$H$HL$H$H\$ H$pH\$(H$xH$pHt 1H$`H$hHPH$H$H\$H$H\$HH\$HD$ HT$(HL$0HT$8HL$@H$H$`H$H$h1H$pH$xHPH$LD$1x$HH\$HD$!1H\$H\$ H\$(H$XH$D$D$ H\$H$H\$H$H\$ H$pH\$(H$x4HPLCL$HD$H% 485 type.string 486 runtime.convT2E6runtime.writeBarrierEnabled"".debug>go.string."consumeAddrSpec: %q" 487 "".debugT.PrintfR"".(*addrParser).consumeAddrSpec.func1f 488 "runtime.deferproc 489 4"".(*addrParser).skipSpace<go.string."mail: no addr-spec" .type.errors.errorString 490 "runtime.newobject 6runtime.writeBarrierEnabled 491 Bgo.itab.*errors.errorString.error 493 &runtime.deferreturn0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 498 runtime.typ2Itab 500 .runtime.writebarrierptr "".debug dgo.string."consumeAddrSpec: parsing quoted-string" 503 "".debugT.Printf 504 H"".(*addrParser).consumeQuotedString 505 runtime.convI2E6runtime.writeBarrierEnabled"".debugNgo.string."consumeAddrSpec: failed: %v" 506 "".debugT.Printf 507 &runtime.deferreturn 508 .runtime.writebarrierptr6runtime.writeBarrierEnabledPgo.string."mail: missing @ in addr-spec".type.errors.errorString 509 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 510 &runtime.deferreturn0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 511 runtime.typ2Itab 512 .runtime.writebarrierptr 513 4"".(*addrParser).skipSpacePgo.string."mail: no domain in addr-spec".type.errors.errorString 514 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 515 &runtime.deferreturn0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 516 runtime.typ2Itab 517 .runtime.writebarrierptr 518 8"".(*addrParser).consumeAtom! 519 &runtime.deferreturn!go.string."@"" 520 *runtime.concatstring3# 521 &runtime.deferreturn# 522 .runtime.writebarrierptr# 523 $runtime.panicslice$ 524 $runtime.panicindex$"".debug$Zgo.string."consumeAddrSpec: parsing dot-atom"% 525 "".debugT.Printf% 526 8"".(*addrParser).consumeAtom& 527 $runtime.panicindex& 528 &runtime.deferreturn' 529 .runtime.writebarrierptr' 530 0runtime.morestack_noctxtPL"".autotmp_0206type.string"".autotmp_0205type.error"".autotmp_0204type.*uint8"".autotmp_0203type.error"".autotmp_02020type.*errors.errorString"".autotmp_0201type.bool"".autotmp_0200type.error"".autotmp_0199type.*uint8"".autotmp_0198type.error"".autotmp_01970type.*errors.errorString"".autotmp_0196type.bool"".autotmp_0195"type.interface {}"".autotmp_0194(type.[1]interface {}"".autotmp_0192*type.*[1]interface {}"".autotmp_0191&type.[]interface {}"".autotmp_0190type.error"".autotmp_0188type.error"".autotmp_01870type.*errors.errorString"".autotmp_0185"type.interface {}"".autotmp_0184(type.[1]interface {}"".autotmp_0181/&type.[]interface {}"".autotmp_01800type.*errors.errorString"".autotmp_0179type.int"".autotmp_01780type.*errors.errorString"".autotmp_0177type.int"".autotmp_01760type.*errors.errorString"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".domaintype.string"".localParttype.string"".orig_$type."".addrParser"".err0type.error"".spectype.string"".p&type.*"".addrParsern"@j 535 Z15E G (5O *R1}1BR12Y OA 538 ",Tgclocals9d1671071fb8a839544816e0032b4669Tgclocals2b6e1b929afcb1764d8fa36062206214\prebuilts/go/linux-x86/src/net/mail/message.go<"".(*addrParser).consumePhrase! dH%H$hH;AH1H$H$111H$8H$@1H$(H$01H$H$H$HH$H$H$HH$H$ H\$H|$WHD$HL$HD$ H$H$HH$=HC$HH\$HD$H$H\$H$H\$ H$H\$(1H$H$H$1H\$XH\$`H$ H$H$ HhHHH\$hHD$p1H\$HH\$PHH$HD$HD$@Hl$pHhHl$h=utH(HD$@H1H9t/HL$@1H$(H$0H$8H$@HHH$HH\$HH\$HD$H$Hl$HD$@wHHhHT$xHH$[*@"H$HT$HT$XHL$HL$`HD$Hl$ H$@H$8HuAH$ H$HT$HL$HT$HT$XHL$ HL$`HD$(Hl$0H$@H$8HH)H$H1H$H$H$HH$H$H$H$Hl$HL$HD$H$H$HH$=uHC$HH\$HD$H$H\$H$H\$ H$H\$(1H$H$H$HH$H$H$H$8H$H$@H\$HL$HD$H$H$HH$=uxHCHH$HD$ H$H\$H$H\$H$H\$ HD$(HL$01H$(H$0H$8H$@HLCL$HD$uLCL$HD$x H$H$H$H\$H$H\$HH\$HD$ H\$(H$(H\$0H$01H$8H$@HH$H$1H$H$H$HH$H$H$HH$H$H\$HD$HL$HD$ H$H$HH$=HC$HH\$HD$H$H\$H$H\$ H$H\$(H$H$H$HHH9wGH$HHHkHHl$`HkHl$X=uH+5H$Hl$"H-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH$H$H$kLCL$HD$[H$D$D$ HT$HT$XHL$HL$`HD$ Hl$(H$@LCL$HD$%R` 547 type.string 548 runtime.convT2E6runtime.writeBarrierEnabled"".debug>go.string."consumePhrase: [%s]" 549 "".debugT.Printf 550 4"".(*addrParser).skipSpace@go.string."mail: missing phrase".type.errors.errorString 551 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 0type.*errors.errorString type.error Bgo.itab.*errors.errorString.error 552 runtime.typ2Itab 553 .runtime.writebarrierptr 554 555 H"".(*addrParser).consumeQuotedString 557 D"".(*addrParser).decodeRFC2047Word 558 runtime.convI2E6runtime.writeBarrierEnabled"".debugLgo.string."consumePhrase: hit err: %v" 559 "".debugT.Printf 560 runtime.convI2E6runtime.writeBarrierEnabledXgo.string."mail: missing word in phrase: %v" 561 fmt.Errorf 562 .runtime.writebarrierptr 563 .runtime.writebarrierptrgo.string." " 564 strings.Jointype.string 565 runtime.convT2E6runtime.writeBarrierEnabled"".debugLgo.string."consumePhrase: consumed %q" 566 "".debugT.Printf6runtime.writeBarrierEnabled 567 .runtime.writebarrierptrtype.[]string 568 "runtime.growslice 569 .runtime.writebarrierptr 570 8"".(*addrParser).consumeAtom 571 $runtime.panicindex 572 .runtime.writebarrierptr 573 0runtime.morestack_noctxtP8"".autotmp_0241"type.interface {}"".autotmp_0240(type.[1]interface {}"".autotmp_0238*type.*[1]interface {}"".autotmp_0237&type.[]interface {}"".autotmp_0236"type.interface {}"".autotmp_0235(type.[1]interface {}"".autotmp_0233*type.*[1]interface {}"".autotmp_0232&type.[]interface {}"".autotmp_0231"type.interface {}"".autotmp_0230(type.[1]interface {}"".autotmp_0228*type.*[1]interface {}"".autotmp_0227&type.[]interface {}"".autotmp_0226type.error"".autotmp_02230type.*errors.errorString"".autotmp_0221"type.interface {}"".autotmp_0220(type.[1]interface {}"".autotmp_0217/&type.[]interface {}"".autotmp_0216type.error"".autotmp_0215type.int"".autotmp_0214type.string"".autotmp_02130type.*errors.errorString"".~r0type.errorerrors.text2type.string"".wordtype.string"".words_type.[]string"".err0type.error"".phrasetype.string"".p&type.*"".addrParser8"\+/AZR-.-.V9*h7MSbrFLe)D 0/Tgclocalscc7c0b21313af7ac7dab3855a0f8262dTgclocals3639e062f70a6acc49e8d11877ab0371\prebuilts/go/linux-x86/src/net/mail/message.goH"".(*addrParser).consumeQuotedStringdH%H$XH;A[H(L$0111H$HH$PE1L$8L$@HL\$VIACAC L\$VI1H$I 579 L$L$IZH9HH$H$1H\$xH$HH$HD$HD$`H$HhH$=utH(HD$`H1H9t/HL$`1H$8H$@H$HH$PH(HH$HH\$HH\$HD$H$Hl$HD$`wIIBH$HL$HH$H9H 580 +H@"HHMBL9M 581 I)ItMMB=MM 583 HHH$H$1H$H$HH$HD$HD$`H$HhH$=utH(HD$`H1H9t/HT$`1H$8H$@H$HH$PH(HH$HH\$HH\$HD$H$Hl$HD$`wH$L\$H|$Ld$HL$ HD$(H$8H$@1H$HH$PH(L$LL$L$L$H$@\IjHHH9HH$H$1H\$hH\$pHH$HD$HD$`H$HhH$=utH(HD$`H1H9t/HT$`1H$8H$@H$HH$PH(HH$HH\$HH\$HD$H$Hl$HD$`wHHI2IRH$H$H9H+@l$FLHHHL9w HH$Hl$F@+HH-H,$HT$HD$Ld$H\$ L$0HL$HL\$(H|$0Ld$8HHH$L$LL$@l$E@\@"@!@~<LHHHL9wHH$H@3HH-H,$HT$HD$Ld$H\$ L$0t$EHL$HL\$(H|$0Ld$8HHH$L$LL$@ c@t$G1H$H$H$HH$H$ H$HH$H\$GH\$HD$HL$HD$ H$H$HH$=uxHCHH$HD$(H$H\$H$H\$H$ H\$ HD$(HL$01H$8H$@H$HH$PH(LCL$HD$u1$1A ` 588 Pgo.string."mail: unclosed quoted-string".type.errors.errorString 589 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 590 runtime.typ2Itab 591 .runtime.writebarrierptr6runtime.writeBarrierEnabledJgo.string."mail: empty quoted-string" .type.errors.errorString 592 "runtime.newobject 6runtime.writeBarrierEnabled 593 Bgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 598 runtime.typ2Itab 600 .runtime.writebarrierptr 602 2runtime.slicebytetostring 604 .runtime.writebarrierptr 605 $runtime.panicslicePgo.string."mail: unclosed quoted-string".type.errors.errorString 606 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 607 runtime.typ2Itab 608 .runtime.writebarrierptrtype.[]uint8 609 "runtime.growslice 610 $runtime.panicindextype.[]uint8 611 "runtime.growslicetype.uint8 612 runtime.convT2E6runtime.writeBarrierEnabledhgo.string."mail: bad character in quoted-string: %q" 613 fmt.Errorf 614 .runtime.writebarrierptr 615 $runtime.panicindex 616 0runtime.morestack_noctxtPN"".autotmp_0279type.string"".autotmp_0278type.error"".autotmp_0277type.*uint8"".autotmp_0276type.error"".autotmp_02750type.*errors.errorString"".autotmp_0274"type.interface {}"".autotmp_0273(type.[1]interface {}"".autotmp_0270/&type.[]interface {}"".autotmp_0269type.uint8"".autotmp_0268type.int"".autotmp_0267type.error"".autotmp_0266type.*uint8"".autotmp_0265type.error"".autotmp_02640type.*errors.errorString"".autotmp_0262type.error"".autotmp_02590type.*errors.errorString"".autotmp_0258type.[10]uint8"".autotmp_02570type.*errors.errorString"".autotmp_0256type.int"".autotmp_0255type.int"".autotmp_0254type.error"".autotmp_0253type.uint8"".autotmp_0252type.int"".autotmp_0251type.int"".autotmp_02500type.*errors.errorString"".autotmp_0249type.int"".autotmp_02480type.*errors.errorString"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"".ctype.uint8"".qsb_type.[]uint8"".itype.int"".err0type.error 622 "".qstype.string"".p&type.*"".addrParserR"ESF / 624 "7 625 P2 626 Zj2#h 627 631 L;B"V 632 rFTgclocalsac51813a1292b1403f58393ef4d86b40Tgclocals277b31b1999b685f086bc212489c9f41\prebuilts/go/linux-x86/src/net/mail/message.go8"".(*addrParser).consumeAtomdH%H$XH;A;H(111H$PH$X1H$@H$HH$0HHHkH$HH$)@,$D$H$0\$HH$H$1H\$XH\$`HH$HD$HD$0H$HhH$=utH(HD$0H1H9t/HL$01H$@H$HH$PH$XH(HH$HH\$HH\$HD$H$Hl$HD$0wHHZH9~gHHHKH$HD$(H$H9{H+@,$$8\$H$0HD$(\$tHHZH9LBL9(H 638 ILBL9L 639 I)ItMH$L$H$H$@L$L$HHL$ LBL$=L 641 $94H$@H$H$HH5H$HH$H$H9*H9H9 642 H$H<$H$HD$Ht$HD$\$ H<HH\$xH$1H\$8H\$@HH$HD$HD$0H$HhHl$x=utH(HD$0H1H9t/HT$01H$@H$HH$PH$XH(HH$HH\$HH\$HD$H$Hl$HD$0wH$@H$H$HH\$HH\$HD$\$ HH$H$1H\$HH\$PHH$HD$HD$0H$HhH$=utH(HD$0H1H9t/HT$01H$@H$HH$PH$XH(HH$HH\$HH\$HD$H$Hl$HD$0wH$@H$H$HH5H$HH$H$H9uHH)HH9\H)IHtMH9<L$L$H$ Hl$Ht$HD$\$ H<HH$H$1H\$hH\$pHH$HD$HD$0H$HhH$=utH(HD$0H1H9t/HT$01H$@H$HH$PH$XH(HH$HH\$HH\$HD$H$Hl$HD$0w1H$PH$XH(1111H$LL$g<t 649 650 "".isAtext@go.string."mail: invalid string".type.errors.errorString 651 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 652 runtime.typ2Itab 653 .runtime.writebarrierptr 654 "".isAtext 655 6runtime.writeBarrierEnabled 656 go.string."." 658 runtime.eqstringJgo.string."mail: leading dot in atom" .type.errors.errorString 662 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 663 runtime.typ2Itab 664 .runtime.writebarrierptrgo.string.".." 665 strings.ContainsHgo.string."mail: double dot in atom".type.errors.errorString 666 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 667 runtime.typ2Itab 668 .runtime.writebarrierptrgo.string."." 669 runtime.eqstringLgo.string."mail: trailing dot in atom".type.errors.errorString 670 "runtime.newobject6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 671 runtime.typ2Itab 672 .runtime.writebarrierptr 673 $runtime.panicslice 674 $runtime.panicslice 675 .runtime.writebarrierptr 676 $runtime.panicslice 677 $runtime.panicslice 678 $runtime.panicindex 679 $runtime.panicindex 680 0runtime.morestack_noctxt`d"".autotmp_0330type.error"".autotmp_0329type.*uint8"".autotmp_0328type.error"".autotmp_03270type.*errors.errorString"".autotmp_0326type.bool"".autotmp_0325type.error"".autotmp_0324type.*uint8"".autotmp_0323type.error"".autotmp_03220type.*errors.errorString"".autotmp_0321type.error"".autotmp_0320type.*uint8"".autotmp_0319type.error"".autotmp_03180type.*errors.errorString"".autotmp_0317type.bool"".autotmp_0316?type.string"".autotmp_0315type.error"".autotmp_03120type.*errors.errorString"".autotmp_03110type.*errors.errorString"".autotmp_0310type.string"".autotmp_0307type.int"".autotmp_0306type.int"".autotmp_0305type.int"".autotmp_03040type.*errors.errorString"".autotmp_0303type.bool"".autotmp_03020type.*errors.errorString"".autotmp_0301type.string"".autotmp_0298type.int"".autotmp_0297type.string"".autotmp_0296type.string"".autotmp_0294type.bool"".autotmp_0293type.int"".autotmp_02920type.*errors.errorString"".~r0type.errorerrors.text2type.string"strings.suffix3type.stringstrings.s2type.string"".~r0type.errorerrors.text2type.string"".~r0type.errorerrors.text2type.string"strings.prefix3type.stringstrings.s2type.string"".~r0type.errorerrors.text2type.string"".itype.int"".err@type.error"".atom type.string"".permissivetype.bool"".dottype.bool"".p&type.*"".addrParserP"`qjJZpA 688 TMsDREGE,-Tgclocalsd07d0dae6e5530f5726d10f502447b8aTgclocals2b97822c9183ee4c249a2f93774ca8af\prebuilts/go/linux-x86/src/net/mail/message.go0"".(*addrParser).consumedH%H;aH HD$(HhHuqHHhHT$HHl$vd*Hl$0@8uJHhHr9HLHtIHh=u LD$8H H$LD$D$8H H 694 6runtime.writeBarrierEnabled 695 .runtime.writebarrierptr 696 $runtime.panicslice 697 $runtime.panicindex 698 0runtime.morestack_noctxt0@"".~r1 type.bool"".ctype.uint8"".p&type.*"".addrParser@n?@ ?@,7) 700 701 1Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals23e8278e2b69a3a75fa59b23c49ed6ad\prebuilts/go/linux-x86/src/net/mail/message.go4"".(*addrParser).skipSpacedH%H;av{H@Ht$HHH$HNHL$HH\$HD$HL$ HD$(H\$HHt/HD$8HCHL$0=uHH@H$HL$l 707 Vgo.string." \t"| 708 strings.TrimLeft6runtime.writeBarrierEnabled 709 .runtime.writebarrierptr 710 0runtime.morestack_noctxt"".autotmp_0340type.string"".p&type.*"".addrParserb* ^ 711 =cTgclocals87d20ce1b58390b294df80b886db78bfTgclocals23e8278e2b69a3a75fa59b23c49ed6ad\prebuilts/go/linux-x86/src/net/mail/message.go*"".(*addrParser).peekdH%H;av,H\$HtHHkHv )@l$ 715 b 716 $runtime.panicindexx 717 0runtime.morestack_noctxt "".~r0type.uint8"".p&type.*"".addrParserPP, 719 0 Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go,"".(*addrParser).empty@&H\$HkHD$ "".~r0type.bool"".p&type.*"".addrParser Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go("".(*addrParser).len H\$HkHl$ "".~r0type.int"".p&type.*"".addrParserTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.goD"".(*addrParser).decodeRFC2047WorddH%H;aHXHT$`HL$hHD$p1H\$xH$1H$H$HZ1H9tMHjH,$HL$HD$Hl$HT$ HL$(HD$0Hl$xH$H$H$HXHH$HL$HD$Hl$Hl$HHT$ HT$PHD$(HL$0Hu$Hl$xH$1H$H$HXHH$HD$8HD$HL$@HL$HD$HT$hHL$p\$ t,HT$xH$H\$8H$H\$@H$HXHT$xH$1H$H$HXd 723 724 @mime.(*WordDecoder).DecodeHeader""".rfc2047Decoder 725 4mime.(*WordDecoder).Decode(type."".charsetError 726 $runtime.assertI2T2 727 0runtime.morestack_noctxtp"".err?type.error"".dectype.string"".~r2Ptype.error"".~r10type.string"".stype.string"".p&type.*"".addrParser>al#,GM8$A,$dwTgclocals5cbd57cf8f9b35eac9551b20a42afe1fTgclocalsbade3c5f6d433f8d8fecc50019bf4c85\prebuilts/go/linux-x86/src/net/mail/message.go*"".charsetError.ErrordH%H;a%H1H$H$H$H\$XH$H\$`1H\$HH\$PH\$HHHD$pHD$xH\$hHH$H\$XH\$HD$HL$HD$ H\$hHL$8HHD$@=u]HCHH$HD$H\$hH\$H\$pH\$H\$xH\$ HL$(HD$0H$H$HLCL$HD$) 736 type.string 737 runtime.convT2E6runtime.writeBarrierEnabledJgo.string."charset not supported: %q" 738 fmt.Sprintf 739 .runtime.writebarrierptr 740 0runtime.morestack_noctxt@"".autotmp_0352"type.interface {}"".autotmp_0351o(type.[1]interface {}"".autotmp_0348/&type.[]interface {}"".autotmp_0346Otype.string"".~r0 type.string"".e(type."".charsetError3,`4&Tgclocals55cc6ee7528f0b48e5a6d9bfba36524aTgclocalse686e33109a1bc2792301626c7b401c5\prebuilts/go/linux-x86/src/net/mail/message.go"".isAtextdH%H;av]H(D$0|$1t<.u 744 D$8H(HH$HH\$HH\$D$H\$ HD$8H( 746 `"".atextCharsv"".atextChars "".atextChars 747 bytes.IndexByte 748 0runtime.morestack_noctxt P"".~r2type.bool"".dottype.bool"".ctype.uint8POP>OP 752 ? 753 T,Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go"".isQtext`LD$<\t<"t<!r<~D$D$D$ "".~r1type.bool"".ctype.uint800Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go"".quoteStringdH%HD$H;AH1H$H$HH$HD$HD$HH$D$"H$H\$`H$H\$h1HT$@H\$`H$H\$hH\$HT$Hl$HHT$D$ HT$8HH<\<"<!<~<uY tk <uJL$7!r=~<wH,$D$\H\$HH$\$7\$HT$8H1H,$L$HT$8-H1|1uH,$D$"HD$H1H\$PH\$X1H9u&H HH$H$HHhL@LHL9wMLI)I)ItM*H$LT$pLT$LD$xLD$L$LL$HL$ HD$( 758 h"type.bytes.Bufferz 759 "runtime.newobject 760 2bytes.(*Buffer).WriteByte 761 &runtime.stringiter2 762 2bytes.(*Buffer).WriteByte 763 2bytes.(*Buffer).WriteByte 764 2bytes.(*Buffer).WriteByte 765 2bytes.(*Buffer).WriteByte"go.string."<nil>" 766 2runtime.slicebytetostring 767 $runtime.panicslice 768 0runtime.morestack_noctxt@"".autotmp_0363type.string"".autotmp_0358type.int"".autotmp_0357type.int"".autotmp_0356/type.[]uint8"".autotmp_0355type.int"".autotmp_0354Otype.string"".&buf$type.*bytes.Buffer"".~r0otype.string 770 "".chtype.uint8"".~r1 type.string"".stype.stringuJ1[0<>(Tgclocals55cc6ee7528f0b48e5a6d9bfba36524aTgclocalsbf154057a417536b2b833668ad2a1a11\prebuilts/go/linux-x86/src/net/mail/message.go"".isVchar@0D$<!r<~D$D$ "".~r1type.bool"".ctype.uint8 Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go"".isWSP@0D$< t< D$D$ "".~r1type.bool"".ctype.uint8 Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go"".glob.func1dH%H;aHH11H$H$H\$PH\$8H\$XH\$@1H\$pH\$xHH$HH\$HH\$H\$8H\$HD$ H\$(H$H\$0H$HHQ 779 (type."".charsetErrortype.error:go.itab."".charsetError.error 780 runtime.convT2I 781 0runtime.morestack_noctxt 782 "".autotmp_0364(type."".charsetError"".~r3`type.error"".~r2@type.io.Reader"".input type.io.Reader"".charsettype.string+z/Tgclocalsd515b4d2ec11d0a8c27c2de7f0da3fefTgclocalsd8fdd2a55187867c76648dc792366181\prebuilts/go/linux-x86/src/net/mail/message.goL"".(*addrParser).consumeAddrSpec.func1dH%H;avEHH\$ H+Ht*H\$(Ht$Hl$0H\$Hl$H-H,$H 789 |$type."".addrParser 790 (runtime.typedmemmove 791 0runtime.morestack_noctxtP0"".orig $type."".addrParser"".p&type.*"".addrParser"".&errtype.*error0</0`* 793 FTgclocals359e1adf4794caae0441a32ee5b8d4b0Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go"".initdH%H;aH tuH HH$HD$H\$HH\$=uFHH=uHH H-H,$H\$H-H,$H\$: 796 4"".initdoneL"".initdonej 797 "runtime.throwinitz"".initdone 798 bufio.init 799 bytes.init 800 fmt.init 801 io.init 802 log.init 803 mime.init 804 $net/textproto.init 805 strings.init 806 time.initNgo.string."mail: header not in message" 807 errors.New,"".ErrHeaderNotPresent6runtime.writeBarrierEnabled,"".ErrHeaderNotPresent "".glob.func1f6runtime.writeBarrierEnabled""".rfc2047Decoder 808 "".init.1"".initdone""".rfc2047Decoder 809 .runtime.writebarrierptr,"".ErrHeaderNotPresent 810 .runtime.writebarrierptr 811 0runtime.morestack_noctxt@@?@?@?0 o:zyzz4Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go&"".(*debugT).PrintfdH%H;aH0HY Ht H|$8H9;uH#H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8+@,$H\$@H\$H\$HH\$H\$PH\$H\$XH\$ H\$`H\$(H00 816 x go.string."mail"$go.string."debugT"$go.string."Printf" 817 "runtime.panicwrap 818 "".debugT.Printf 819 0runtime.morestack_noctxt``"".args0&type.[]interface {}"".formattype.string""..thistype.*"".debugT`_` 820 821 wYTgclocalsc6134a2ac139b68c0737f8b03170e2acTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>(type..hash.[8]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 823 824 runtime.strhash 825 0runtime.morestack_noctxt0P 826 "".autotmp_0366type.int"".autotmp_0365type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[8]stringPOP 828 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go$type..eq.[8]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 830 831 runtime.eqstring 832 0runtime.morestack_noctxt0"".autotmp_0370?type.string"".autotmp_0369type.string"".autotmp_0368_type.int"".autotmp_0367Otype.int"".~r2 type.bool"".qtype.*[8]string"".ptype.*[8]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/linux-x86/src/net/mail/message.go "".(*Header).GetdH%H;aH0HY Ht H|$8H9;uH#1H\$PH\$XH\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8H+H,$H\$@H\$H\$HH\$HL$HD$ HL$PHD$XH0. 838 go.string."mail"$go.string."Header"go.string."Get" 839 "runtime.panicwrap 840 "".Header.Get 841 0runtime.morestack_noctxtP`"".~r10type.string"".keytype.string""..thistype.*"".Header`_`]Tgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>""".(*Header).DatedH%H;aH0HY Ht H|$8H9;uH#1H\$@\$HH\$P1H\$XH\$`H\$81H9uEHH$HD$HH\$HD$HH\$ HD$(H\$8H+H,$Ht$l$HT$HL$ HD$(Ht$@l$HHT$PHL$XHD$`H0 848 go.string."mail"$go.string."Header" go.string."Date" 849 "runtime.panicwrap 850 "".Header.Date 851 0runtime.morestack_noctxt``"".~r1@type.error"".~r0type.time.Time""..thistype.*"".Header`_`]Tgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>0"".(*Header).AddressListdH%H;aH@HY Ht H|$HH9;uH#1H\$`H\$hH\$p1H\$xH$H\$H1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$HH+H,$H\$PH\$H\$XH\$Ht$Hl$ HT$(HL$0HD$8Ht$`Hl$hHT$pHL$xH$H@ 859 go.string."mail"$go.string."Header".go.string."AddressList" 860 "runtime.panicwrap 861 *"".Header.AddressList 862 0runtime.morestack_noctxt"".~r2`type.error"".~r10$type.[]*"".Address"".keytype.string""..thistype.*"".Header 866 yTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>*type..hash."".AddressdH%H;avmHH\$ H$H<$tPH\$(H\$HD$H\$ H$H<$t#H$HD$(HD$H\$H\$0H%%z 869 \ 870 runtime.strhash 871 runtime.strhash 872 0runtime.morestack_noctxt00"".~r2 type.uintptr"".htype.uintptr"".p type.*"".Address0V/0& 874 -cTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go&type..eq."".AddressdH%H;aHHH\$PHH3HKH\$XHHHCH9Ht$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t}H\$PHtnHSHCH\$XHtWHsHKH9u@HT$(H$HD$0HD$Ht$8Ht$HL$@HL$\$ t 876 D$`HHD$`HHD$`HH, 877 878 runtime.eqstring 879 runtime.eqstring 880 0runtime.morestack_noctxt0"".autotmp_0379type.string"".autotmp_0378type.string"".autotmp_0377?type.string"".autotmp_0376type.string"".~r2 type.bool"".q type.*"".Address"".p type.*"".Address2 'sTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/linux-x86/src/net/mail/message.go(type..hash.[2]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 884 885 runtime.strhash 886 0runtime.morestack_noctxt0P 887 "".autotmp_0381type.int"".autotmp_0380type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOP 889 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go$type..eq.[2]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 891 892 runtime.eqstring 893 0runtime.morestack_noctxt0"".autotmp_0385?type.string"".autotmp_0384type.string"".autotmp_0383_type.int"".autotmp_0382Otype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/linux-x86/src/net/mail/message.go(type..hash.[3]stringdH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 897 898 runtime.strhash 899 0runtime.morestack_noctxt0P 900 "".autotmp_0387type.int"".autotmp_0386type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[3]stringPOP 902 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go$type..eq.[3]stringdH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 904 905 runtime.eqstring 906 0runtime.morestack_noctxt0"".autotmp_0391?type.string"".autotmp_0390type.string"".autotmp_0389_type.int"".autotmp_0388Otype.int"".~r2 type.bool"".qtype.*[3]string"".ptype.*[3]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/linux-x86/src/net/mail/message.go0type..hash."".addrParserdH%H;avvH H\$(H$H<$tYH\$0H\$HD$H\$(H$H<$t,H$HD$0HD$HD$H\$H\$8H %%q 910 \ 911 runtime.strhash 912 runtime.memhash 913 0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p&type.*"".addrParser@_?@ 915 -cTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go,type..eq."".addrParserdH%H;aHHH\$PHH3HKH\$XHtwHHCH9uaHt$8H4$HL$@HL$HT$(HT$HD$0HD$\$ t+Hl$PH]LD$XIhH9t 917 D$`HHD$`HHD$`HHl< 918 919 runtime.eqstring 920 0runtime.morestack_noctxt0 921 "".autotmp_0393?type.string"".autotmp_0392type.string"".~r2 type.bool"".q&type.*"".addrParser"".p&type.*"".addrParser2 ! 923 keTgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/linux-x86/src/net/mail/message.go4type..hash.[1]interface {}dH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 925 926 (runtime.nilinterhash 927 0runtime.morestack_noctxt0P 928 "".autotmp_0395type.int"".autotmp_0394type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP 930 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/net/mail/message.go0type..eq.[1]interface {}dH%H;aHX1HD$(Hl$(H9HD$0H\$hHHHHHHsH\$`HtvHHHHHSH9uVHD$8H$HT$@HT$HL$HHL$Ht$PHt$\$ t HD$0HHl$(H9nD$pHXD$pHXc 933 934 runtime.efaceeq 935 0runtime.morestack_noctxt0"".autotmp_0399?"type.interface {}"".autotmp_0398"type.interface {}"".autotmp_0397_type.int"".autotmp_0396Otype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440\prebuilts/go/linux-x86/src/net/mail/message.go0"".(*charsetError).ErrordH%H;aH0HY Ht H|$8H9;uH#1H\$@H\$HH\$81H9uEHH$HD$HH\$HD$HH\$ HD$(Ht$8HH$HNHL$HL$HD$HL$@HD$HH09 943 go.string."mail"0go.string."charsetError""go.string."Error" 944 "runtime.panicwrap 945 *"".charsetError.Error 946 0runtime.morestack_noctxt0`"".~r0type.string""..this*type.*"".charsetError`_`MTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsdc4819cec76b48d37a88e20b1cadd722 950 0>go.itab.*bufio.Reader.io.ReaderTgclocalsc9e33b40efb230c089483b3d16ac4c0cPP 951 Tgclocalsafdc4e52a65b6727c663d399373e0835PP*go.string.hdr."Mon, " "go.string."Mon, ""go.string."Mon, "Mon, "go.string.hdr."2" go.string."2"go.string."2"2$go.string.hdr."02" go.string."02"go.string."02"02(go.string.hdr."2006" go.string."2006" go.string."2006" 953 2006$go.string.hdr."06" go.string."06"go.string."06"06&go.string.hdr.":05" go.string.":05"go.string.":05":05*go.string.hdr."-0700" "go.string."-0700""go.string."-0700"-0700&go.string.hdr."MST" go.string."MST"go.string."MST"MST6go.string.hdr."-0700 (MST)" .go.string."-0700 (MST)".go.string."-0700 (MST)" -0700 (MST)*go.string.hdr." Jan " "go.string." Jan ""go.string." Jan " Jan ,go.string.hdr." 15:04" $go.string." 15:04"$go.string." 15:04" 15:04"go.string.hdr." " go.string." "go.string." " Tgclocalsa6c3968f7745fb0c677d6eed208b96ceS~E*>E*>E*>U*?U*>E*Tgclocalsf5be5308b59e045b7c5b33ee8908cfb70Bgo.itab.*errors.errorString.error`go.string.hdr."mail: header could not be parsed" Xgo.string."mail: header could not be parsed"Xgo.string."mail: header could not be parsed"PBmail: header could not be parsedTgclocals191ec12c1ae9b57de36c2ea47562d82700Tgclocals1be7d47bae55850e7016f9662c4ac24a00Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52(go.string.hdr."Date" go.string."Date" go.string."Date" 957 DateTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals34f124440e1e8e607060d08805b548f5 Tgclocals3260b5c802f633fd6252c227878dd72a Tgclocals34f124440e1e8e607060d08805b548f5 Tgclocalsb767a85ad52475ddbcff98293d22a77d Tgclocals34f124440e1e8e607060d08805b548f5 Tgclocalsaa5118865dd28fc3eaacbfc830efb456 Tgclocals34f124440e1e8e607060d08805b548f5 Tgclocals99ef9ff0bd07d0e619cc0988c2dabb63 "go.string.hdr."@" go.string."@"go.string."@"@"go.string.hdr."<" go.string."<"go.string."<"<"go.string.hdr.">" go.string.">"go.string.">">$go.string.hdr."\"" go.string."\""go.string."\"""&go.string.hdr."\" " go.string."\" "go.string."\" "" *go.string.hdr."<nil>" "go.string."<nil>""go.string."<nil>"<nil>*go.string.hdr."utf-8" "go.string."utf-8""go.string."utf-8"utf-8Tgclocals722f696ec13123fdfb1a6a1aa61e7a29PPPBA@Tgclocalsadd78ec634cef78099972ccd9d767bc6PPHgo.string.hdr."mail: expected comma" @go.string."mail: expected comma"@go.string."mail: expected comma"0*mail: expected commaTgclocalsd75c4b68ee9f4cbb7a90537e340d438f88 Tgclocals9bbac069deb72cc871842b3a3b7cac0d88@go.string.hdr."parseAddress: %q" 8go.string."parseAddress: %q"8go.string."parseAddress: %q"0"parseAddress: %q@go.string.hdr."mail: no address" 8go.string."mail: no address"8go.string."mail: no address"0"mail: no addressdgo.string.hdr."parseAddress: not an addr-spec: %v" "\go.string."parseAddress: not an addr-spec: %v"\go.string."parseAddress: not an addr-spec: %v"PFparseAddress: not an addr-spec: %vZgo.string.hdr."parseAddress: state is now %q" Rgo.string."parseAddress: state is now %q"Rgo.string."parseAddress: state is now %q"@<parseAddress: state is now %qXgo.string.hdr."parseAddress: displayName=%q" Pgo.string."parseAddress: displayName=%q"Pgo.string."parseAddress: displayName=%q"@:parseAddress: displayName=%qFgo.string.hdr."mail: no angle-addr" >go.string."mail: no angle-addr">go.string."mail: no angle-addr"0(mail: no angle-addrRgo.string.hdr."mail: unclosed angle-addr" Jgo.string."mail: unclosed angle-addr"Jgo.string."mail: unclosed angle-addr"@4mail: unclosed angle-addrJgo.string.hdr."parseAddress: spec=%q" Bgo.string."parseAddress: spec=%q"Bgo.string."parseAddress: spec=%q"0,parseAddress: spec=%qTgclocals8b7648950fdf11ae57869c2ff71cd267%@@@@@@Tgclocals16351a11d049f9eae0584cfd18491796 Fgo.string.hdr."consumeAddrSpec: %q" >go.string."consumeAddrSpec: %q">go.string."consumeAddrSpec: %q"0(consumeAddrSpec: %qDgo.string.hdr."mail: no addr-spec" <go.string."mail: no addr-spec"<go.string."mail: no addr-spec"0&mail: no addr-speclgo.string.hdr."consumeAddrSpec: parsing quoted-string" &dgo.string."consumeAddrSpec: parsing quoted-string"dgo.string."consumeAddrSpec: parsing quoted-string"PNconsumeAddrSpec: parsing quoted-stringbgo.string.hdr."consumeAddrSpec: parsing dot-atom" !Zgo.string."consumeAddrSpec: parsing dot-atom"Zgo.string."consumeAddrSpec: parsing dot-atom"PDconsumeAddrSpec: parsing dot-atomVgo.string.hdr."consumeAddrSpec: failed: %v" Ngo.string."consumeAddrSpec: failed: %v"Ngo.string."consumeAddrSpec: failed: %v"@8consumeAddrSpec: failed: %vXgo.string.hdr."mail: missing @ in addr-spec" Pgo.string."mail: missing @ in addr-spec"Pgo.string."mail: missing @ in addr-spec"@:mail: missing @ in addr-specXgo.string.hdr."mail: no domain in addr-spec" Pgo.string."mail: no domain in addr-spec"Pgo.string."mail: no domain in addr-spec"@:mail: no domain in addr-specTgclocals2b6e1b929afcb1764d8fa36062206214!FF Tgclocals9d1671071fb8a839544816e0032b4669ppFgo.string.hdr."consumePhrase: [%s]" >go.string."consumePhrase: [%s]">go.string."consumePhrase: [%s]"0(consumePhrase: [%s]Hgo.string.hdr."mail: missing phrase" @go.string."mail: missing phrase"@go.string."mail: missing phrase"0*mail: missing phraseTgo.string.hdr."consumePhrase: consumed %q" Lgo.string."consumePhrase: consumed %q"Lgo.string."consumePhrase: consumed %q"@6consumePhrase: consumed %qTgo.string.hdr."consumePhrase: hit err: %v" Lgo.string."consumePhrase: hit err: %v"Lgo.string."consumePhrase: hit err: %v"@6consumePhrase: hit err: %v`go.string.hdr."mail: missing word in phrase: %v" Xgo.string."mail: missing word in phrase: %v"Xgo.string."mail: missing word in phrase: %v"PBmail: missing word in phrase: %vTgclocals3639e062f70a6acc49e8d11877ab0371xx ```& ``xx~~`.`.`Tgclocalscc7c0b21313af7ac7dab3855a0f8262dxx Xgo.string.hdr."mail: unclosed quoted-string" Pgo.string."mail: unclosed quoted-string"Pgo.string."mail: unclosed quoted-string"@:mail: unclosed quoted-stringpgo.string.hdr."mail: bad character in quoted-string: %q" (hgo.string."mail: bad character in quoted-string: %q"hgo.string."mail: bad character in quoted-string: %q"`Rmail: bad character in quoted-string: %qRgo.string.hdr."mail: empty quoted-string" Jgo.string."mail: empty quoted-string"Jgo.string."mail: empty quoted-string"@4mail: empty quoted-stringTgclocals277b31b1999b685f086bc212489c9f41PPFTgclocalsac51813a1292b1403f58393ef4d86b40PPHgo.string.hdr."mail: invalid string" @go.string."mail: invalid string"@go.string."mail: invalid string"0*mail: invalid string"go.string.hdr."." go.string."."go.string.".".Rgo.string.hdr."mail: leading dot in atom" Jgo.string."mail: leading dot in atom"Jgo.string."mail: leading dot in atom"@4mail: leading dot in atom$go.string.hdr.".." go.string.".."go.string.".."..Pgo.string.hdr."mail: double dot in atom" Hgo.string."mail: double dot in atom"Hgo.string."mail: double dot in atom"@2mail: double dot in atomTgo.string.hdr."mail: trailing dot in atom" Lgo.string."mail: trailing dot in atom"Lgo.string."mail: trailing dot in atom"@6mail: trailing dot in atomTgclocals2b97822c9183ee4c249a2f93774ca8afHH Tgclocalsd07d0dae6e5530f5726d10f502447b8aHHTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2&go.string.hdr." \t" go.string." \t"go.string." \t" Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocalsbade3c5f6d433f8d8fecc50019bf4c85 Tgclocals5cbd57cf8f9b35eac9551b20a42afe1f Rgo.string.hdr."charset not supported: %q" Jgo.string."charset not supported: %q"Jgo.string."charset not supported: %q"@4charset not supported: %qTgclocalse686e33109a1bc2792301626c7b401c5(( \Tgclocals55cc6ee7528f0b48e5a6d9bfba36524a((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocalsbf154057a417536b2b833668ad2a1a11(( Tgclocals55cc6ee7528f0b48e5a6d9bfba36524a((Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6ad0:go.itab."".charsetError.errorTgclocalsd8fdd2a55187867c76648dc792366181 Tgclocalsd515b4d2ec11d0a8c27c2de7f0da3fef =Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals359e1adf4794caae0441a32ee5b8d4b00""..gobytes.1ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!#$%&'*+-/=?^_`{|}~Vgo.string.hdr."mail: header not in message" Ngo.string."mail: header not in message"Ngo.string."mail: header not in message"@8mail: header not in messageTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb0"".debugtype."".debugT."".dateLayouts0type.[]string.,"".ErrHeaderNotPresent type.error.""".rfc2047Decoder*type.mime.WordDecoder,"".atextChars0type.[]uint80QQ""..gobytes.1""".statictmp_0041type.[8]string@"go.string." Jan "$go.string." 15:04"go.string." "0"".initdonetype.uint8&"".debugT.Printff "".debugT.Printf""".ReadMessagef"".ReadMessage"".init.1f"".init.1"".parseDatef"".parseDate "".Header.Getf"".Header.Get""".Header.Datef"".Header.Date0"".Header.AddressListf*"".Header.AddressList$"".ParseAddressf"".ParseAddress,"".ParseAddressListf&"".ParseAddressList8"".(*AddressParser).Parsef2"".(*AddressParser).Parse@"".(*AddressParser).ParseListf:"".(*AddressParser).ParseList."".(*Address).Stringf("".(*Address).StringH"".(*addrParser).parseAddressListfB"".(*addrParser).parseAddressList@"".(*addrParser).parseAddressf:"".(*addrParser).parseAddressF"".(*addrParser).consumeAddrSpecf@"".(*addrParser).consumeAddrSpecB"".(*addrParser).consumePhrasef<"".(*addrParser).consumePhraseN"".(*addrParser).consumeQuotedStringfH"".(*addrParser).consumeQuotedString>"".(*addrParser).consumeAtomf8"".(*addrParser).consumeAtom6"".(*addrParser).consumef0"".(*addrParser).consume:"".(*addrParser).skipSpacef4"".(*addrParser).skipSpace0"".(*addrParser).peekf*"".(*addrParser).peek2"".(*addrParser).emptyf,"".(*addrParser).empty."".(*addrParser).lenf("".(*addrParser).lenJ"".(*addrParser).decodeRFC2047WordfD"".(*addrParser).decodeRFC2047Word0"".charsetError.Errorf*"".charsetError.Error"".isAtextf"".isAtext"".isQtextf"".isQtext""".quoteStringf"".quoteString"".isVcharf"".isVchar"".isWSPf"".isWSP "".glob.func1f"".glob.func1R"".(*addrParser).consumeAddrSpec.func1fL"".(*addrParser).consumeAddrSpec.func1"".initf"".init"runtime.gcbits.018go.string.hdr."*mail.debugT" 0go.string."*mail.debugT"0go.string."*mail.debugT" *mail.debugT(go.string.hdr."mail" go.string."mail" go.string."mail" 969 mail,go.string.hdr."debugT" $go.string."debugT"$go.string."debugT"debugT,go.string.hdr."Printf" $go.string."Printf"$go.string."Printf"PrintfTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsc6134a2ac139b68c0737f8b03170e2ac"runtime.gcbits.038go.string.hdr."interface {}" 0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}<go.string.hdr."[]interface {}" 4go.string."[]interface {}"4go.string."[]interface {}" []interface {}&type.[]interface {}p/0 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}"runtime.zerovalue"type.interface {}Rgo.typelink.[]interface {} []interface {}&type.[]interface {}vgo.string.hdr."func(*mail.debugT, string, ...interface {})" +ngo.string."func(*mail.debugT, string, ...interface {})"ngo.string."func(*mail.debugT, string, ...interface {})"`Xfunc(*mail.debugT, string, ...interface {})\type.func(*"".debugT, string, ...interface {})30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*mail.debugT, string, ...interface {})"pngo.weak.type.*func(*"".debugT, string, ...interface {})"runtime.zerovalue\type.func(*"".debugT, string, ...interface {})\type.func(*"".debugT, string, ...interface {})type.*"".debugTtype.string&type.[]interface {}go.typelink.func(*mail.debugT, string, ...interface {}) func(*"".debugT, string, ...interface {})\type.func(*"".debugT, string, ...interface {})Zgo.string.hdr."func(string, ...interface {})" Rgo.string."func(string, ...interface {})"Rgo.string."func(string, ...interface {})"@<func(string, ...interface {})Dtype.func(string, ...interface {})@30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(string, ...interface {})"pVgo.weak.type.*func(string, ...interface {})"runtime.zerovalueDtype.func(string, ...interface {})Dtype.func(string, ...interface {})type.string&type.[]interface {}go.typelink.func(string, ...interface {}) func(string, ...interface {})Dtype.func(string, ...interface {})type.*"".debugTb60 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*mail.debugT"p0go.weak.type.**"".debugT"runtime.zerovaluetype."".debugT`type.*"".debugTtype.*"".debugT,go.string.hdr."Printf"Dtype.func(string, ...interface {})\type.func(*"".debugT, string, ...interface {})&"".(*debugT).Printf&"".(*debugT).Printfruntime.gcbits.6go.string.hdr."mail.debugT" .go.string."mail.debugT".go.string."mail.debugT" mail.debugTtgo.string.hdr."func(mail.debugT, string, ...interface {})" *lgo.string."func(mail.debugT, string, ...interface {})"lgo.string."func(mail.debugT, string, ...interface {})"`Vfunc(mail.debugT, string, ...interface {})Ztype.func("".debugT, string, ...interface {})i30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(mail.debugT, string, ...interface {})"plgo.weak.type.*func("".debugT, string, ...interface {})"runtime.zerovalueZtype.func("".debugT, string, ...interface {})Ztype.func("".debugT, string, ...interface {})type."".debugTtype.string&type.[]interface {}go.typelink.func(mail.debugT, string, ...interface {}) func("".debugT, string, ...interface {})Ztype.func("".debugT, string, ...interface {})0go.string.hdr."net/mail" (go.string."net/mail"(go.string."net/mail" net/mail"go.importpath."". (go.string."net/mail"type."".debugTM0@ runtime.algarray@runtime.gcbits.P6go.string.hdr."mail.debugT"ptype.*"".debugT"runtime.zerovalue`type."".debugT,go.string.hdr."debugT""go.importpath."".type."".debugT,go.string.hdr."Printf"Dtype.func(string, ...interface {})Ztype.func("".debugT, string, ...interface {})&"".(*debugT).Printf "".debugT.Printf.go.string.hdr."[]uint8" &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8 []uint8type.[]uint80go.string.hdr."[]string" (go.string."[]string"(go.string."[]string" []stringtype.[]string 976 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string []stringtype.[]string0go.string.hdr."[8]uint8" (go.string."[8]uint8"(go.string."[8]uint8" [8]uint8type.[8]uint8>00 runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[8]uint8 [8]uint8type.[8]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[8]string(type..hash.[8]string,type..eqfunc.[8]string$type..eq.[8]string&type..alg.[8]string 0type..hashfunc.[8]string,type..eqfunc.[8]string&runtime.gcbits.5555UU2go.string.hdr."[8]string" *go.string."[8]string"*go.string."[8]string" [8]stringtype.[8]stringxUS>0&type..alg.[8]string@&runtime.gcbits.5555P2go.string.hdr."[8]string"p.go.weak.type.*[8]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[8]string [8]stringtype.[8]string4go.string.hdr."[][]string" 978 ,go.string."[][]string",go.string."[][]string" [][]stringtype.[][]string:0 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."[][]string"p0go.weak.type.*[][]string"runtime.zerovaluetype.[]stringBgo.typelink.[][]string [][]stringtype.[][]string*runtime.gcbits.499224I$6go.string.hdr."[8][]string" .go.string."[8][]string".go.string."[8][]string" [8][]string type.[8][]stringer0 runtime.algarray@*runtime.gcbits.499224P6go.string.hdr."[8][]string"p2go.weak.type.*[8][]string"runtime.zerovaluetype.[]stringtype.[][]stringFgo.typelink.[8][]string [8][]string type.[8][]stringVgo.string.hdr."*map.bucket[string][]string" Ngo.string."*map.bucket[string][]string"Ngo.string."*map.bucket[string][]string"@8*map.bucket[string][]string@type.*map.bucket[string][]stringYR60 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."*map.bucket[string][]string"pRgo.weak.type.**map.bucket[string][]string"runtime.zerovalue>type.map.bucket[string][]string6runtime.gcbits.aaaa92244902$ITgo.string.hdr."map.bucket[string][]string" Lgo.string."map.bucket[string][]string"Lgo.string."map.bucket[string][]string"@6map.bucket[string][]string.go.string.hdr."topbits" &go.string."topbits"&go.string."topbits"topbits(go.string.hdr."keys" go.string."keys" go.string."keys" 984 keys,go.string.hdr."values" $go.string."values"$go.string."values"values0go.string.hdr."overflow" (go.string."overflow"(go.string."overflow" overflow>type.map.bucket[string][]stringPPTJH0 runtime.algarray@6runtime.gcbits.aaaa92244902PTgo.string.hdr."map.bucket[string][]string"pPgo.weak.type.*map.bucket[string][]string"runtime.zerovalue>type.map.bucket[string][]string.go.string.hdr."topbits"type.[8]uint8(go.string.hdr."keys"type.[8]string,go.string.hdr."values" type.[8][]string0go.string.hdr."overflow"@type.*map.bucket[string][]string"runtime.gcbits.2c,Ngo.string.hdr."map.hdr[string][]string" Fgo.string."map.hdr[string][]string"Fgo.string."map.hdr[string][]string"00map.hdr[string][]string*go.string.hdr."count" "go.string."count""go.string."count"count*go.string.hdr."flags" "go.string."flags""go.string."flags"flags"go.string.hdr."B" go.string."B"go.string."B"B*go.string.hdr."hash0" "go.string."hash0""go.string."hash0"hash0.go.string.hdr."buckets" &go.string."buckets"&go.string."buckets"buckets4go.string.hdr."oldbuckets" 988 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate" *go.string."nevacuate"*go.string."nevacuate" nevacuate8type.map.hdr[string][]string00 (,0 runtime.algarray@"runtime.gcbits.2cPNgo.string.hdr."map.hdr[string][]string"pJgo.weak.type.*map.hdr[string][]string"runtime.zerovalue8type.map.hdr[string][]string*go.string.hdr."count"type.int*go.string.hdr."flags"type.uint8"go.string.hdr."B"type.uint8*go.string.hdr."hash0"type.uint32.go.string.hdr."buckets"@type.*map.bucket[string][]string4go.string.hdr."oldbuckets"@type.*map.bucket[string][]string2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.Pointer8go.string.hdr."*mail.Header" 0go.string."*mail.Header"0go.string."*mail.Header" *mail.Header,go.string.hdr."Header" $go.string."Header"$go.string."Header"Header&go.string.hdr."Get" go.string."Get"go.string."Get"GetTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals1347047f6245a35b91e9a4f213167d52Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6432f8c6a0d23fa7bee6c5d96f21a92a6go.string.hdr."AddressList" .go.string."AddressList".go.string."AddressList" AddressListTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6d46c0650eba7dbebc0db316e0e0cf3bTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a2type..hashfunc."".Address*type..hash."".Address.type..eqfunc."".Address&type..eq."".Address(type..alg."".Address 2type..hashfunc."".Address.type..eqfunc."".Address"runtime.gcbits.058go.string.hdr."mail.Address" 0go.string."mail.Address"0go.string."mail.Address" mail.Address(go.string.hdr."Name" go.string."Name" go.string."Name" 993 Name.go.string.hdr."Address" &go.string."Address"&go.string."Address"Addresstype."".Address DJ0(type..alg."".Address@"runtime.gcbits.05P8go.string.hdr."mail.Address"p type.*"".Address"runtime.zerovaluetype."".Address(go.string.hdr."Name"type.string.go.string.hdr."Address"type.string`type."".Address.go.string.hdr."Address""go.importpath."".type."".Address:go.string.hdr."*mail.Address" 2go.string."*mail.Address"2go.string."*mail.Address" *mail.AddressTgo.string.hdr."func(*mail.Address) string" Lgo.string."func(*mail.Address) string"Lgo.string."func(*mail.Address) string"@6func(*mail.Address) string:type.func(*"".Address) stringmc{30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*mail.Address) string"pLgo.weak.type.*func(*"".Address) string"runtime.zerovalue:type.func(*"".Address) string:type.func(*"".Address) string type.*"".Addresstype.string~go.typelink.func(*mail.Address) string func(*"".Address) string:type.func(*"".Address) string,go.string.hdr."String" $go.string."String"$go.string."String"String:go.string.hdr."func() string" 2go.string."func() string"2go.string."func() string" func() string$type.func() stringm30 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() string"p6go.weak.type.*func() string"runtime.zerovalue$type.func() string$type.func() stringtype.stringNgo.typelink.func() string func() string$type.func() string type.*"".Addressn60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*mail.Address"p2go.weak.type.**"".Address"runtime.zerovaluetype."".Address` type.*"".Address type.*"".Address,go.string.hdr."String"$type.func() string:type.func(*"".Address) string("".(*Address).String("".(*Address).String>go.string.hdr."[]*mail.Address" 6go.string."[]*mail.Address"6go.string."[]*mail.Address" []*mail.Address$type.[]*"".Address.0 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."[]*mail.Address"p6go.weak.type.*[]*"".Address"runtime.zerovalue type.*"".AddressRgo.typelink.[]*mail.Address []*"".Address$type.[]*"".Addressgo.string.hdr."func(*mail.Header, string) ([]*mail.Address, error)" 3~go.string."func(*mail.Header, string) ([]*mail.Address, error)"~go.string."func(*mail.Header, string) ([]*mail.Address, error)"phfunc(*mail.Header, string) ([]*mail.Address, error)htype.func(*"".Header, string) ([]*"".Address, error)~VJX30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*mail.Header, string) ([]*mail.Address, error)"pzgo.weak.type.*func(*"".Header, string) ([]*"".Address, error)"runtime.zerovaluehtype.func(*"".Header, string) ([]*"".Address, error)htype.func(*"".Header, string) ([]*"".Address, error)type.*"".Headertype.string$type.[]*"".Addresstype.errorgo.typelink.func(*mail.Header, string) ([]*mail.Address, error) func(*"".Header, string) ([]*"".Address, error)htype.func(*"".Header, string) ([]*"".Address, error)jgo.string.hdr."func(*mail.Header) (time.Time, error)" %bgo.string."func(*mail.Header) (time.Time, error)"bgo.string."func(*mail.Header) (time.Time, error)"PLfunc(*mail.Header) (time.Time, error)Ptype.func(*"".Header) (time.Time, error)b30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(*mail.Header) (time.Time, error)"pbgo.weak.type.*func(*"".Header) (time.Time, error)"runtime.zerovaluePtype.func(*"".Header) (time.Time, error)Ptype.func(*"".Header) (time.Time, error)type.*"".Headertype.time.Timetype.errorgo.typelink.func(*mail.Header) (time.Time, error) func(*"".Header) (time.Time, error)Ptype.func(*"".Header) (time.Time, error)bgo.string.hdr."func(*mail.Header, string) string" !Zgo.string."func(*mail.Header, string) string"Zgo.string."func(*mail.Header, string) string"PDfunc(*mail.Header, string) stringHtype.func(*"".Header, string) stringFe30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*mail.Header, string) string"pZgo.weak.type.*func(*"".Header, string) string"runtime.zerovalueHtype.func(*"".Header, string) stringHtype.func(*"".Header, string) stringtype.*"".Headertype.stringtype.stringgo.typelink.func(*mail.Header, string) string func(*"".Header, string) stringHtype.func(*"".Header, string) stringjgo.string.hdr."func(string) ([]*mail.Address, error)" %bgo.string."func(string) ([]*mail.Address, error)"bgo.string."func(string) ([]*mail.Address, error)"PLfunc(string) ([]*mail.Address, error)Ptype.func(string) ([]*"".Address, error)AM)30 runtime.algarray@"runtime.gcbits.01Pjgo.string.hdr."func(string) ([]*mail.Address, error)"pbgo.weak.type.*func(string) ([]*"".Address, error)"runtime.zerovaluePtype.func(string) ([]*"".Address, error)Ptype.func(string) ([]*"".Address, error)type.string$type.[]*"".Addresstype.errorgo.typelink.func(string) ([]*mail.Address, error) func(string) ([]*"".Address, error)Ptype.func(string) ([]*"".Address, error)Rgo.string.hdr."func() (time.Time, error)" Jgo.string."func() (time.Time, error)"Jgo.string."func() (time.Time, error)"@4func() (time.Time, error)<type.func() (time.Time, error)30 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."func() (time.Time, error)"pNgo.weak.type.*func() (time.Time, error)"runtime.zerovalue<type.func() (time.Time, error)<type.func() (time.Time, error)type.time.Timetype.error~go.typelink.func() (time.Time, error) func() (time.Time, error)<type.func() (time.Time, error)Fgo.string.hdr."func(string) string" >go.string."func(string) string">go.string."func(string) string"0(func(string) string0type.func(string) stringM30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(string) string"pBgo.weak.type.*func(string) string"runtime.zerovalue0type.func(string) string0type.func(string) stringtype.stringtype.stringfgo.typelink.func(string) string func(string) string0type.func(string) stringtype.*"".HeaderB@6.0 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*mail.Header"p0go.weak.type.**"".Header"runtime.zerovaluetype."".Header`type.*"".Headertype.*"".Header6go.string.hdr."AddressList"Ptype.func(string) ([]*"".Address, error)htype.func(*"".Header, string) ([]*"".Address, error)0"".(*Header).AddressList0"".(*Header).AddressList(go.string.hdr."Date"<type.func() (time.Time, error)Ptype.func(*"".Header) (time.Time, error)""".(*Header).Date""".(*Header).Date&go.string.hdr."Get"0type.func(string) stringHtype.func(*"".Header, string) string "".(*Header).Get "".(*Header).Get6go.string.hdr."mail.Header" .go.string."mail.Header".go.string."mail.Header" mail.Headergo.string.hdr."func(mail.Header, string) ([]*mail.Address, error)" 2|go.string."func(mail.Header, string) ([]*mail.Address, error)"|go.string."func(mail.Header, string) ([]*mail.Address, error)"pffunc(mail.Header, string) ([]*mail.Address, error)ftype.func("".Header, string) ([]*"".Address, error)s)330 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(mail.Header, string) ([]*mail.Address, error)"pxgo.weak.type.*func("".Header, string) ([]*"".Address, error)"runtime.zerovalueftype.func("".Header, string) ([]*"".Address, error)ftype.func("".Header, string) ([]*"".Address, error)type."".Headertype.string$type.[]*"".Addresstype.errorgo.typelink.func(mail.Header, string) ([]*mail.Address, error) func("".Header, string) ([]*"".Address, error)ftype.func("".Header, string) ([]*"".Address, error)hgo.string.hdr."func(mail.Header) (time.Time, error)" $`go.string."func(mail.Header) (time.Time, error)"`go.string."func(mail.Header) (time.Time, error)"PJfunc(mail.Header) (time.Time, error)Ntype.func("".Header) (time.Time, error)2o30 runtime.algarray@"runtime.gcbits.01Phgo.string.hdr."func(mail.Header) (time.Time, error)"p`go.weak.type.*func("".Header) (time.Time, error)"runtime.zerovalueNtype.func("".Header) (time.Time, error)Ntype.func("".Header) (time.Time, error)type."".Headertype.time.Timetype.errorgo.typelink.func(mail.Header) (time.Time, error) func("".Header) (time.Time, error)Ntype.func("".Header) (time.Time, error)`go.string.hdr."func(mail.Header, string) string" Xgo.string."func(mail.Header, string) string"Xgo.string."func(mail.Header, string) string"PBfunc(mail.Header, string) stringFtype.func("".Header, string) stringr4+30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(mail.Header, string) string"pXgo.weak.type.*func("".Header, string) string"runtime.zerovalueFtype.func("".Header, string) stringFtype.func("".Header, string) stringtype."".Headertype.stringtype.stringgo.typelink.func(mail.Header, string) string func("".Header, string) stringFtype.func("".Header, string) stringtype."".Header,,5P80 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."mail.Header"ptype.*"".Header"runtime.zerovaluetype.stringtype.[]string>type.map.bucket[string][]string8type.map.hdr[string][]string`type."".Header,go.string.hdr."Header""go.importpath."".type."".Header6go.string.hdr."AddressList"Ptype.func(string) ([]*"".Address, error)ftype.func("".Header, string) ([]*"".Address, error)*"".Header.AddressList*"".Header.AddressList(go.string.hdr."Date"<type.func() (time.Time, error)Ntype.func("".Header) (time.Time, error)"".Header.Date"".Header.Date&go.string.hdr."Get"0type.func(string) stringFtype.func("".Header, string) string"".Header.Get"".Header.Get:go.string.hdr."*mail.Message" 2go.string."*mail.Message"2go.string."*mail.Message" *mail.Message type.*"".Message60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*mail.Message"p2go.weak.type.**"".Message"runtime.zerovaluetype."".Message"runtime.gcbits.078go.string.hdr."mail.Message" 0go.string."mail.Message"0go.string."mail.Message" mail.Message(go.string.hdr."Body" go.string."Body" go.string."Body" 1001 Body.go.string.hdr."Message" &go.string."Message"&go.string."Message"Messagetype."".Messageo0 runtime.algarray@"runtime.gcbits.07P8go.string.hdr."mail.Message"p type.*"".Message"runtime.zerovaluetype."".Message,go.string.hdr."Header"type."".Header(go.string.hdr."Body"type.io.Reader`type."".Message.go.string.hdr."Message""go.importpath."".type."".MessageTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[2]string(type..hash.[2]string,type..eqfunc.[2]string$type..eq.[2]string&type..alg.[2]string 0type..hashfunc.[2]string,type..eqfunc.[2]string2go.string.hdr."[2]string" *go.string."[2]string"*go.string."[2]string" [2]stringtype.[2]string PX0&type..alg.[2]string@"runtime.gcbits.05P2go.string.hdr."[2]string"p.go.weak.type.*[2]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[2]string [2]stringtype.[2]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[3]string(type..hash.[3]string,type..eqfunc.[3]string$type..eq.[3]string&type..alg.[3]string 0type..hashfunc.[3]string,type..eqfunc.[3]string"runtime.gcbits.152go.string.hdr."[3]string" *go.string."[3]string"*go.string."[3]string" [3]stringtype.[3]string0(CiB0&type..alg.[3]string@"runtime.gcbits.15P2go.string.hdr."[3]string"p.go.weak.type.*[3]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[3]string [3]stringtype.[3]string4go.string.hdr."*[8]string" 1002 ,go.string."*[8]string",go.string."*[8]string" *[8]stringtype.*[8]stringo60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[8]string"p0go.weak.type.**[8]string"runtime.zerovaluetype.[8]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a8type..hashfunc."".addrParser0type..hash."".addrParser4type..eqfunc."".addrParser,type..eq."".addrParser.type..alg."".addrParser 8type..hashfunc."".addrParser4type..eqfunc."".addrParser>go.string.hdr."mail.addrParser" 6go.string."mail.addrParser"6go.string."mail.addrParser" mail.addrParser"go.string.hdr."s" go.string."s"go.string."s"s&go.string.hdr."dec" go.string."dec"go.string."dec"dec4go.string.hdr."addrParser" 1004 ,go.string."addrParser",go.string."addrParser" addrParser$type."".addrParserHc 0.type..alg."".addrParser@"runtime.gcbits.05P>go.string.hdr."mail.addrParser"p&type.*"".addrParser"runtime.zerovalue$type."".addrParser"go.string.hdr."s""go.importpath."".type.string&go.string.hdr."dec""go.importpath."".,type.*mime.WordDecoder`$type."".addrParser4go.string.hdr."addrParser""go.importpath."".$type."".addrParser@go.string.hdr."*mail.addrParser" 8go.string."*mail.addrParser"8go.string."*mail.addrParser"0"*mail.addrParserdgo.string.hdr."func(*mail.addrParser, uint8) bool" "\go.string."func(*mail.addrParser, uint8) bool"\go.string."func(*mail.addrParser, uint8) bool"PFfunc(*mail.addrParser, uint8) boolJtype.func(*"".addrParser, uint8) boolmp30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*mail.addrParser, uint8) bool"p\go.weak.type.*func(*"".addrParser, uint8) bool"runtime.zerovalueJtype.func(*"".addrParser, uint8) boolJtype.func(*"".addrParser, uint8) bool&type.*"".addrParsertype.uint8type.boolgo.typelink.func(*mail.addrParser, uint8) bool func(*"".addrParser, uint8) boolJtype.func(*"".addrParser, uint8) boollgo.string.hdr."func(*mail.addrParser) (string, error)" &dgo.string."func(*mail.addrParser) (string, error)"dgo.string."func(*mail.addrParser) (string, error)"PNfunc(*mail.addrParser) (string, error)Rtype.func(*"".addrParser) (string, error)930 runtime.algarray@"runtime.gcbits.01Plgo.string.hdr."func(*mail.addrParser) (string, error)"pdgo.weak.type.*func(*"".addrParser) (string, error)"runtime.zerovalueRtype.func(*"".addrParser) (string, error)Rtype.func(*"".addrParser) (string, error)&type.*"".addrParsertype.stringtype.errorgo.typelink.func(*mail.addrParser) (string, error) func(*"".addrParser) (string, error)Rtype.func(*"".addrParser) (string, error)go.string.hdr."func(*mail.addrParser, bool, bool) (string, error)" 2|go.string."func(*mail.addrParser, bool, bool) (string, error)"|go.string."func(*mail.addrParser, bool, bool) (string, error)"pffunc(*mail.addrParser, bool, bool) (string, error)jtype.func(*"".addrParser, bool, bool) (string, error)30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*mail.addrParser, bool, bool) (string, error)"p|go.weak.type.*func(*"".addrParser, bool, bool) (string, error)"runtime.zerovaluejtype.func(*"".addrParser, bool, bool) (string, error)jtype.func(*"".addrParser, bool, bool) (string, error)&type.*"".addrParsertype.booltype.booltype.stringtype.errorgo.typelink.func(*mail.addrParser, bool, bool) (string, error) func(*"".addrParser, bool, bool) (string, error)jtype.func(*"".addrParser, bool, bool) (string, error)|go.string.hdr."func(*mail.addrParser, string) (string, error)" .tgo.string."func(*mail.addrParser, string) (string, error)"tgo.string."func(*mail.addrParser, string) (string, error)"`^func(*mail.addrParser, string) (string, error)btype.func(*"".addrParser, string) (string, error)&30 runtime.algarray@"runtime.gcbits.01P|go.string.hdr."func(*mail.addrParser, string) (string, error)"ptgo.weak.type.*func(*"".addrParser, string) (string, error)"runtime.zerovaluebtype.func(*"".addrParser, string) (string, error)btype.func(*"".addrParser, string) (string, error)&type.*"".addrParsertype.stringtype.stringtype.errorgo.typelink.func(*mail.addrParser, string) (string, error) func(*"".addrParser, string) (string, error)btype.func(*"".addrParser, string) (string, error)Vgo.string.hdr."func(*mail.addrParser) bool" Ngo.string."func(*mail.addrParser) bool"Ngo.string."func(*mail.addrParser) bool"@8func(*mail.addrParser) bool<type.func(*"".addrParser) bool`^30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*mail.addrParser) bool"pNgo.weak.type.*func(*"".addrParser) bool"runtime.zerovalue<type.func(*"".addrParser) bool<type.func(*"".addrParser) bool&type.*"".addrParsertype.boolgo.typelink.func(*mail.addrParser) bool func(*"".addrParser) bool<type.func(*"".addrParser) boolTgo.string.hdr."func(*mail.addrParser) int" Lgo.string."func(*mail.addrParser) int"Lgo.string."func(*mail.addrParser) int"@6func(*mail.addrParser) int:type.func(*"".addrParser) int30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*mail.addrParser) int"pLgo.weak.type.*func(*"".addrParser) int"runtime.zerovalue:type.func(*"".addrParser) int:type.func(*"".addrParser) int&type.*"".addrParsertype.int~go.typelink.func(*mail.addrParser) int func(*"".addrParser) int:type.func(*"".addrParser) intzgo.string.hdr."func(*mail.addrParser) (*mail.Address, error)" -rgo.string."func(*mail.addrParser) (*mail.Address, error)"rgo.string."func(*mail.addrParser) (*mail.Address, error)"`\func(*mail.addrParser) (*mail.Address, error)\type.func(*"".addrParser) (*"".Address, error)v30 runtime.algarray@"runtime.gcbits.01Pzgo.string.hdr."func(*mail.addrParser) (*mail.Address, error)"pngo.weak.type.*func(*"".addrParser) (*"".Address, error)"runtime.zerovalue\type.func(*"".addrParser) (*"".Address, error)\type.func(*"".addrParser) (*"".Address, error)&type.*"".addrParser type.*"".Addresstype.errorgo.typelink.func(*mail.addrParser) (*mail.Address, error) func(*"".addrParser) (*"".Address, error)\type.func(*"".addrParser) (*"".Address, error)~go.string.hdr."func(*mail.addrParser) ([]*mail.Address, error)" /vgo.string."func(*mail.addrParser) ([]*mail.Address, error)"vgo.string."func(*mail.addrParser) ([]*mail.Address, error)"``func(*mail.addrParser) ([]*mail.Address, error)`type.func(*"".addrParser) ([]*"".Address, error)_30 runtime.algarray@"runtime.gcbits.01P~go.string.hdr."func(*mail.addrParser) ([]*mail.Address, error)"prgo.weak.type.*func(*"".addrParser) ([]*"".Address, error)"runtime.zerovalue`type.func(*"".addrParser) ([]*"".Address, error)`type.func(*"".addrParser) ([]*"".Address, error)&type.*"".addrParser$type.[]*"".Addresstype.errorgo.typelink.func(*mail.addrParser) ([]*mail.Address, error) func(*"".addrParser) ([]*"".Address, error)`type.func(*"".addrParser) ([]*"".Address, error)Xgo.string.hdr."func(*mail.addrParser) uint8" Pgo.string."func(*mail.addrParser) uint8"Pgo.string."func(*mail.addrParser) uint8"@:func(*mail.addrParser) uint8>type.func(*"".addrParser) uint8gC30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*mail.addrParser) uint8"pPgo.weak.type.*func(*"".addrParser) uint8"runtime.zerovalue>type.func(*"".addrParser) uint8>type.func(*"".addrParser) uint8&type.*"".addrParsertype.uint8go.typelink.func(*mail.addrParser) uint8 func(*"".addrParser) uint8>type.func(*"".addrParser) uint8Lgo.string.hdr."func(*mail.addrParser)" Dgo.string."func(*mail.addrParser)"Dgo.string."func(*mail.addrParser)"0.func(*mail.addrParser)2type.func(*"".addrParser)m30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(*mail.addrParser)"pDgo.weak.type.*func(*"".addrParser)"runtime.zerovalue2type.func(*"".addrParser)2type.func(*"".addrParser)&type.*"".addrParserngo.typelink.func(*mail.addrParser) func(*"".addrParser)2type.func(*"".addrParser).go.string.hdr."consume" &go.string."consume"&go.string."consume"consume@go.string.hdr."func(uint8) bool" 8go.string."func(uint8) bool"8go.string."func(uint8) bool"0"func(uint8) bool*type.func(uint8) boolGu30 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."func(uint8) bool"p<go.weak.type.*func(uint8) bool"runtime.zerovalue*type.func(uint8) bool*type.func(uint8) booltype.uint8type.boolZgo.typelink.func(uint8) bool func(uint8) bool*type.func(uint8) bool>go.string.hdr."consumeAddrSpec" 6go.string."consumeAddrSpec"6go.string."consumeAddrSpec" consumeAddrSpecLgo.string.hdr."func() (string, error)" Dgo.string."func() (string, error)"Dgo.string."func() (string, error)"0.func() (string, error)6type.func() (string, error)u30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func() (string, error)"pHgo.weak.type.*func() (string, error)"runtime.zerovalue6type.func() (string, error)6type.func() (string, error)type.stringtype.errorrgo.typelink.func() (string, error) func() (string, error)6type.func() (string, error)6go.string.hdr."consumeAtom" .go.string."consumeAtom".go.string."consumeAtom" consumeAtom`go.string.hdr."func(bool, bool) (string, error)" Xgo.string."func(bool, bool) (string, error)"Xgo.string."func(bool, bool) (string, error)"PBfunc(bool, bool) (string, error)Jtype.func(bool, bool) (string, error)-30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(bool, bool) (string, error)"p\go.weak.type.*func(bool, bool) (string, error)"runtime.zerovalueJtype.func(bool, bool) (string, error)Jtype.func(bool, bool) (string, error)type.booltype.booltype.stringtype.errorgo.typelink.func(bool, bool) (string, error) func(bool, bool) (string, error)Jtype.func(bool, bool) (string, error):go.string.hdr."consumePhrase" 2go.string."consumePhrase"2go.string."consumePhrase" consumePhraseFgo.string.hdr."consumeQuotedString" >go.string."consumeQuotedString">go.string."consumeQuotedString"0(consumeQuotedStringBgo.string.hdr."decodeRFC2047Word" :go.string."decodeRFC2047Word":go.string."decodeRFC2047Word"0$decodeRFC2047WordXgo.string.hdr."func(string) (string, error)" Pgo.string."func(string) (string, error)"Pgo.string."func(string) (string, error)"@:func(string) (string, error)Btype.func(string) (string, error)D 1009 j+30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(string) (string, error)"pTgo.weak.type.*func(string) (string, error)"runtime.zerovalueBtype.func(string) (string, error)Btype.func(string) (string, error)type.stringtype.stringtype.errorgo.typelink.func(string) (string, error) func(string) (string, error)Btype.func(string) (string, error)*go.string.hdr."empty" "go.string."empty""go.string."empty"empty6go.string.hdr."func() bool" .go.string."func() bool".go.string."func() bool" func() bool type.func() boolTx30 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."func() bool"p2go.weak.type.*func() bool"runtime.zerovalue type.func() bool type.func() booltype.boolFgo.typelink.func() bool func() bool type.func() bool&go.string.hdr."len" go.string."len"go.string."len"len4go.string.hdr."func() int" 1012 ,go.string."func() int",go.string."func() int" func() inttype.func() int930 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."func() int"p0go.weak.type.*func() int"runtime.zerovaluetype.func() inttype.func() inttype.intBgo.typelink.func() int func() inttype.func() int8go.string.hdr."parseAddress" 0go.string."parseAddress"0go.string."parseAddress" parseAddressZgo.string.hdr."func() (*mail.Address, error)" Rgo.string."func() (*mail.Address, error)"Rgo.string."func() (*mail.Address, error)"@<func() (*mail.Address, error)@type.func() (*"".Address, error)V30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func() (*mail.Address, error)"pRgo.weak.type.*func() (*"".Address, error)"runtime.zerovalue@type.func() (*"".Address, error)@type.func() (*"".Address, error) type.*"".Addresstype.errorgo.typelink.func() (*mail.Address, error) func() (*"".Address, error)@type.func() (*"".Address, error)@go.string.hdr."parseAddressList" 8go.string."parseAddressList"8go.string."parseAddressList"0"parseAddressList^go.string.hdr."func() ([]*mail.Address, error)" Vgo.string."func() ([]*mail.Address, error)"Vgo.string."func() ([]*mail.Address, error)"@@func() ([]*mail.Address, error)Dtype.func() ([]*"".Address, error)30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func() ([]*mail.Address, error)"pVgo.weak.type.*func() ([]*"".Address, error)"runtime.zerovalueDtype.func() ([]*"".Address, error)Dtype.func() ([]*"".Address, error)$type.[]*"".Addresstype.errorgo.typelink.func() ([]*mail.Address, error) func() ([]*"".Address, error)Dtype.func() ([]*"".Address, error)(go.string.hdr."peek" go.string."peek" go.string."peek" 1014 peek8go.string.hdr."func() uint8" 0go.string."func() uint8"0go.string."func() uint8" func() uint8"type.func() uint8}S'30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() uint8"p4go.weak.type.*func() uint8"runtime.zerovalue"type.func() uint8"type.func() uint8type.uint8Jgo.typelink.func() uint8 func() uint8"type.func() uint82go.string.hdr."skipSpace" *go.string."skipSpace"*go.string."skipSpace" skipSpace,go.string.hdr."func()" $go.string."func()"$go.string."func()"func()type.func()30 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."func()"p(go.weak.type.*func()"runtime.zerovaluetype.func()type.func()2go.typelink.func() func()type.func()&type.*"".addrParser 1016 1017 L60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*mail.addrParser"p8go.weak.type.**"".addrParser"runtime.zerovalue$type."".addrParser`&type.*"".addrParser&type.*"".addrParser.go.string.hdr."consume""go.importpath."".*type.func(uint8) boolJtype.func(*"".addrParser, uint8) bool0"".(*addrParser).consume0"".(*addrParser).consume>go.string.hdr."consumeAddrSpec""go.importpath."".6type.func() (string, error)Rtype.func(*"".addrParser) (string, error)@"".(*addrParser).consumeAddrSpec@"".(*addrParser).consumeAddrSpec6go.string.hdr."consumeAtom""go.importpath."".Jtype.func(bool, bool) (string, error)jtype.func(*"".addrParser, bool, bool) (string, error)8"".(*addrParser).consumeAtom8"".(*addrParser).consumeAtom:go.string.hdr."consumePhrase""go.importpath."".6type.func() (string, error)Rtype.func(*"".addrParser) (string, error)<"".(*addrParser).consumePhrase<"".(*addrParser).consumePhraseFgo.string.hdr."consumeQuotedString""go.importpath."".6type.func() (string, error)Rtype.func(*"".addrParser) (string, error)H"".(*addrParser).consumeQuotedStringH"".(*addrParser).consumeQuotedStringBgo.string.hdr."decodeRFC2047Word""go.importpath."".Btype.func(string) (string, error)btype.func(*"".addrParser, string) (string, error)D"".(*addrParser).decodeRFC2047WordD"".(*addrParser).decodeRFC2047Word*go.string.hdr."empty""go.importpath."". type.func() bool<type.func(*"".addrParser) bool,"".(*addrParser).empty,"".(*addrParser).empty&go.string.hdr."len""go.importpath."".type.func() int:type.func(*"".addrParser) int("".(*addrParser).len("".(*addrParser).len8go.string.hdr."parseAddress""go.importpath."".@type.func() (*"".Address, error)\type.func(*"".addrParser) (*"".Address, error):"".(*addrParser).parseAddress:"".(*addrParser).parseAddress@go.string.hdr."parseAddressList""go.importpath."".Dtype.func() ([]*"".Address, error) `type.func(*"".addrParser) ([]*"".Address, error) B"".(*addrParser).parseAddressList B"".(*addrParser).parseAddressList (go.string.hdr."peek" "go.importpath."". "type.func() uint8 >type.func(*"".addrParser) uint8 *"".(*addrParser).peek 1020 *"".(*addrParser).peek 1021 2go.string.hdr."skipSpace" 1022 "go.importpath."". 1023 type.func() 1024 2type.func(*"".addrParser) 1025 4"".(*addrParser).skipSpace 1026 4"".(*addrParser).skipSpaceDgo.string.hdr."mail.AddressParser" <go.string."mail.AddressParser"<go.string."mail.AddressParser"0&mail.AddressParser6go.string.hdr."WordDecoder" .go.string."WordDecoder".go.string."WordDecoder" WordDecoder:go.string.hdr."AddressParser" 2go.string."AddressParser"2go.string."AddressParser" AddressParser*type."".AddressParserK90 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."mail.AddressParser"p,type.*"".AddressParser"runtime.zerovalue*type."".AddressParser6go.string.hdr."WordDecoder",type.*mime.WordDecoder`*type."".AddressParser:go.string.hdr."AddressParser""go.importpath."".*type."".AddressParserFgo.string.hdr."*mail.AddressParser" >go.string."*mail.AddressParser">go.string."*mail.AddressParser"0(*mail.AddressParsergo.string.hdr."func(*mail.AddressParser, string) (*mail.Address, error)" 8go.string."func(*mail.AddressParser, string) (*mail.Address, error)"go.string."func(*mail.AddressParser, string) (*mail.Address, error)"rfunc(*mail.AddressParser, string) (*mail.Address, error)rtype.func(*"".AddressParser, string) (*"".Address, error)V30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*mail.AddressParser, string) (*mail.Address, error)"pgo.weak.type.*func(*"".AddressParser, string) (*"".Address, error)"runtime.zerovaluertype.func(*"".AddressParser, string) (*"".Address, error)rtype.func(*"".AddressParser, string) (*"".Address, error),type.*"".AddressParsertype.string type.*"".Addresstype.errorgo.typelink.func(*mail.AddressParser, string) (*mail.Address, error) func(*"".AddressParser, string) (*"".Address, error)rtype.func(*"".AddressParser, string) (*"".Address, error)go.string.hdr."func(*mail.AddressParser, string) ([]*mail.Address, error)" :go.string."func(*mail.AddressParser, string) ([]*mail.Address, error)"go.string."func(*mail.AddressParser, string) ([]*mail.Address, error)"vfunc(*mail.AddressParser, string) ([]*mail.Address, error)vtype.func(*"".AddressParser, string) ([]*"".Address, error)O30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*mail.AddressParser, string) ([]*mail.Address, error)"pgo.weak.type.*func(*"".AddressParser, string) ([]*"".Address, error)"runtime.zerovaluevtype.func(*"".AddressParser, string) ([]*"".Address, error)vtype.func(*"".AddressParser, string) ([]*"".Address, error),type.*"".AddressParsertype.string$type.[]*"".Addresstype.errorgo.typelink.func(*mail.AddressParser, string) ([]*mail.Address, error) func(*"".AddressParser, string) ([]*"".Address, error)vtype.func(*"".AddressParser, string) ([]*"".Address, error)*go.string.hdr."Parse" "go.string."Parse""go.string."Parse"Parsefgo.string.hdr."func(string) (*mail.Address, error)" #^go.string."func(string) (*mail.Address, error)"^go.string."func(string) (*mail.Address, error)"PHfunc(string) (*mail.Address, error)Ltype.func(string) (*"".Address, error) !V>30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(string) (*mail.Address, error)"p^go.weak.type.*func(string) (*"".Address, error)"runtime.zerovalueLtype.func(string) (*"".Address, error)Ltype.func(string) (*"".Address, error)type.string type.*"".Addresstype.errorgo.typelink.func(string) (*mail.Address, error) func(string) (*"".Address, error)Ltype.func(string) (*"".Address, error)2go.string.hdr."ParseList" *go.string."ParseList"*go.string."ParseList" ParseList,type.*"".AddressParser176$0 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."*mail.AddressParser"p>go.weak.type.**"".AddressParser"runtime.zerovalue*type."".AddressParser`,type.*"".AddressParser,type.*"".AddressParser*go.string.hdr."Parse"Ltype.func(string) (*"".Address, error)rtype.func(*"".AddressParser, string) (*"".Address, error)2"".(*AddressParser).Parse2"".(*AddressParser).Parse2go.string.hdr."ParseList"Ptype.func(string) ([]*"".Address, error)vtype.func(*"".AddressParser, string) ([]*"".Address, error):"".(*AddressParser).ParseList:"".(*AddressParser).ParseListTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a<type..hashfunc.[1]interface {}4type..hash.[1]interface {}8type..eqfunc.[1]interface {}0type..eq.[1]interface {}2type..alg.[1]interface {} <type..hashfunc.[1]interface {}8type..eqfunc.[1]interface {}>go.string.hdr."[1]interface {}" 6go.string."[1]interface {}"6go.string."[1]interface {}" [1]interface {}(type.[1]interface {}P[02type..alg.[1]interface {}@"runtime.gcbits.03P>go.string.hdr."[1]interface {}"p:go.weak.type.*[1]interface {}"runtime.zerovalue"type.interface {}&type.[]interface {}Vgo.typelink.[1]interface {} [1]interface {}(type.[1]interface {}@go.string.hdr."*[1]interface {}" 8go.string."*[1]interface {}"8go.string."*[1]interface {}"0"*[1]interface {}*type.*[1]interface {}560 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[1]interface {}"p<go.weak.type.**[1]interface {}"runtime.zerovalue(type.[1]interface {} type..hashfunc10 1031 ,runtime.memhash_varlentype..eqfunc10 1032 .runtime.memequal_varlentype..alg10 type..hashfunc10type..eqfunc102go.string.hdr."[10]uint8" *go.string."[10]uint8"*go.string."[10]uint8" [10]uint8type.[10]uint8 1033 vx 1034 0type..alg10@runtime.gcbits.P2go.string.hdr."[10]uint8"p.go.weak.type.*[10]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[10]uint8 [10]uint8type.[10]uint8Dgo.string.hdr."*mail.charsetError" <go.string."*mail.charsetError"<go.string."*mail.charsetError"0&*mail.charsetError8go.string.hdr."charsetError" 0go.string."charsetError"0go.string."charsetError" charsetError*go.string.hdr."Error" "go.string."Error""go.string."Error"ErrorTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2^go.string.hdr."func(*mail.charsetError) string" Vgo.string."func(*mail.charsetError) string"Vgo.string."func(*mail.charsetError) string"@@func(*mail.charsetError) stringDtype.func(*"".charsetError) string2&x30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*mail.charsetError) string"pVgo.weak.type.*func(*"".charsetError) string"runtime.zerovalueDtype.func(*"".charsetError) stringDtype.func(*"".charsetError) string*type.*"".charsetErrortype.stringgo.typelink.func(*mail.charsetError) string func(*"".charsetError) stringDtype.func(*"".charsetError) string*type.*"".charsetErrorC60 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*mail.charsetError"p<go.weak.type.**"".charsetError"runtime.zerovalue(type."".charsetError`*type.*"".charsetError*type.*"".charsetError*go.string.hdr."Error"$type.func() stringDtype.func(*"".charsetError) string0"".(*charsetError).Error0"".(*charsetError).ErrorBgo.string.hdr."mail.charsetError" :go.string."mail.charsetError":go.string."mail.charsetError"0$mail.charsetError\go.string.hdr."func(mail.charsetError) string" Tgo.string."func(mail.charsetError) string"Tgo.string."func(mail.charsetError) string"@>func(mail.charsetError) stringBtype.func("".charsetError) string>@$30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(mail.charsetError) string"pTgo.weak.type.*func("".charsetError) string"runtime.zerovalueBtype.func("".charsetError) stringBtype.func("".charsetError) string(type."".charsetErrortype.stringgo.typelink.func(mail.charsetError) string func("".charsetError) stringBtype.func("".charsetError) string(type."".charsetErrorI%0 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."mail.charsetError"p*type.*"".charsetError"runtime.zerovalue`(type."".charsetError8go.string.hdr."charsetError""go.importpath."".(type."".charsetError*go.string.hdr."Error"$type.func() stringBtype.func("".charsetError) string0"".(*charsetError).Error*"".charsetError.Error4go.string.hdr."*[2]string" 1037 ,go.string."*[2]string",go.string."*[2]string" *[2]stringtype.*[2]stringf<60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[2]string"p0go.weak.type.**[2]string"runtime.zerovaluetype.[2]string4go.string.hdr."*[3]string" 1040 ,go.string."*[3]string",go.string."*[3]string" *[3]stringtype.*[3]string 1041 +60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[3]string"p0go.weak.type.**[3]string"runtime.zerovaluetype.[3]string.go.string.hdr."runtime" &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime. &go.string."runtime"*go.string.hdr."bufio" "go.string."bufio""go.string."bufio"bufio(go.importpath.bufio. "go.string."bufio"*go.string.hdr."bytes" "go.string."bytes""go.string."bytes"bytes(go.importpath.bytes. "go.string."bytes",go.string.hdr."errors" $go.string."errors"$go.string."errors"errors*go.importpath.errors. $go.string."errors"$go.string.hdr."io" go.string."io"go.string."io"io"go.importpath.io. go.string."io"&go.string.hdr."fmt" go.string."fmt"go.string."fmt"fmt$go.importpath.fmt. go.string."fmt"&go.string.hdr."log" go.string."log"go.string."log"log$go.importpath.log. go.string."log"(go.string.hdr."time" go.string."time" go.string."time" 1046 time&go.importpath.time. go.string."time"(go.string.hdr."mime" go.string."mime" go.string."mime" 1047 mime&go.importpath.mime. go.string."mime".go.string.hdr."strings" &go.string."strings"&go.string."strings"strings,go.importpath.strings. &go.string."strings":go.string.hdr."net/textproto" 2go.string."net/textproto"2go.string."net/textproto" net/textproto8go.importpath.net/textproto. 2go.string."net/textproto","".(*debugT).Printff&"".(*debugT).Printf.type..hash.[8]stringf(type..hash.[8]string*type..eq.[8]stringf$type..eq.[8]string&"".(*Header).Getf "".(*Header).Get("".(*Header).Datef""".(*Header).Date6"".(*Header).AddressListf0"".(*Header).AddressList0type..hash."".Addressf*type..hash."".Address,type..eq."".Addressf&type..eq."".Address.type..hash.[2]stringf(type..hash.[2]string*type..eq.[2]stringf$type..eq.[2]string.type..hash.[3]stringf(type..hash.[3]string*type..eq.[3]stringf$type..eq.[3]string6type..hash."".addrParserf0type..hash."".addrParser2type..eq."".addrParserf,type..eq."".addrParser:type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}6"".(*charsetError).Errorf0"".(*charsetError).Error"runtime.zerovaluego13ld