blob: 950e9d76385cbea20b9c365bd71d097a6fbbd0d1 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 14578 `
go object linux amd64 go1.5.1 X:none
build id "d046390b17ec507b060c4fd38d59e64c5a95ced0"
$$
package mail
import runtime "runtime"
import bufio "bufio"
import bytes "bytes"
import errors "errors"
import io "io"
import fmt "fmt"
import log "log"
import time "time"
import mime "mime"
import strings "strings"
import textproto "net/textproto"
type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
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 }
func (@"time".l·2 *@"time".Location "esc:0x22") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name·5 string "esc:0x1", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= 0x3b9aca00 { @"time".t·2.@"time".sec++; @"time".nsec·4 -= 0x3b9aca00 } else { if @"time".nsec·4 < 0x0 { @"time".t·2.@"time".sec--; @"time".nsec·4 += 0x3b9aca00 } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte)
func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string)
func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x9") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xe7791f700 }
func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"".Address struct { Name string; Address string }
func (@"".a·2 *@"".Address "esc:0x9") String () (? string)
type @"".Header map[string][]string
func (@"".h·3 @"".Header "esc:0x1") AddressList (@"".key·4 string "esc:0x1") (? []*@"".Address, ? error)
func (@"".h·3 @"".Header "esc:0x1") Date () (? @"time".Time, ? error)
func (@"".h·2 @"".Header "esc:0x1") Get (@"".key·3 string "esc:0x1") (? string)
type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"".Message struct { Header @"".Header; Body @"io".Reader }
func @"".ReadMessage (@"".r·3 @"io".Reader) (@"".msg·1 *@"".Message, @"".err·2 error)
var @"".ErrHeaderNotPresent error
func @"".ParseAddress (@"".address·3 string) (? *@"".Address, ? error)
func @"".ParseAddressList (@"".list·3 string) (? []*@"".Address, ? error)
type @"bytes".readOp int
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"bytes".Buffer struct { @"bytes".buf []byte; @"bytes".off int; @"bytes".runeBytes [4]byte; @"bytes".bootstrap [64]byte; @"bytes".lastRead @"bytes".readOp }
func (@"bytes".b·2 *@"bytes".Buffer "esc:0x22") Bytes () (? []byte) { return @"bytes".b·2.@"bytes".buf[@"bytes".b·2.@"bytes".off:] }
func (@"bytes".b·2 *@"bytes".Buffer "esc:0x1") Cap () (? int) { return cap(@"bytes".b·2.@"bytes".buf) }
func (@"bytes".b·1 *@"bytes".Buffer) Grow (@"bytes".n·2 int)
func (@"bytes".b·2 *@"bytes".Buffer "esc:0x1") Len () (? int) { return len(@"bytes".b·2.@"bytes".buf) - @"bytes".b·2.@"bytes".off }
func (@"bytes".b·2 *@"bytes".Buffer "esc:0x22") Next (@"bytes".n·3 int) (? []byte) { @"bytes".b·2.@"bytes".lastRead = @"bytes".readOp(0x0); var @"bytes".m·4 int; ; @"bytes".m·4 = @"bytes".b·2.Len(); if @"bytes".n·3 > @"bytes".m·4 { @"bytes".n·3 = @"bytes".m·4 }; var @"bytes".data·5 []byte; ; @"bytes".data·5 = @"bytes".b·2.@"bytes".buf[@"bytes".b·2.@"bytes".off:@"bytes".b·2.@"bytes".off + @"bytes".n·3]; @"bytes".b·2.@"bytes".off += @"bytes".n·3; if @"bytes".n·3 > 0x0 { @"bytes".b·2.@"bytes".lastRead = @"bytes".readOp(0x2) }; return @"bytes".data·5 }
func (@"bytes".b·3 *@"bytes".Buffer "esc:0x9") Read (@"bytes".p·4 []byte "esc:0x1") (@"bytes".n·1 int, @"bytes".err·2 error)
func (@"bytes".b·3 *@"bytes".Buffer "esc:0x1") ReadByte () (@"bytes".c·1 byte, @"bytes".err·2 error)
func (@"bytes".b·3 *@"bytes".Buffer "esc:0x9") ReadBytes (@"bytes".delim·4 byte) (@"bytes".line·1 []byte, @"bytes".err·2 error)
func (@"bytes".b·3 *@"bytes".Buffer "esc:0x9") ReadFrom (@"bytes".r·4 @"io".Reader) (@"bytes".n·1 int64, @"bytes".err·2 error)
func (@"bytes".b·4 *@"bytes".Buffer "esc:0x1") ReadRune () (@"bytes".r·1 rune, @"bytes".size·2 int, @"bytes".err·3 error)
func (@"bytes".b·3 *@"bytes".Buffer "esc:0x1") ReadString (@"bytes".delim·4 byte) (@"bytes".line·1 string, @"bytes".err·2 error)
func (@"bytes".b·1 *@"bytes".Buffer "esc:0x1") Reset ()
func (@"bytes".b·2 *@"bytes".Buffer "esc:0x1") String () (? string) { if @"bytes".b·2 == nil { return "<nil>" }; return string(@"bytes".b·2.@"bytes".buf[@"bytes".b·2.@"bytes".off:]) }
func (@"bytes".b·1 *@"bytes".Buffer "esc:0x1") Truncate (@"bytes".n·2 int)
func (@"bytes".b·2 *@"bytes".Buffer "esc:0x1") UnreadByte () (? error) { if @"bytes".b·2.@"bytes".lastRead != @"bytes".readOp(0x1) && @"bytes".b·2.@"bytes".lastRead != @"bytes".readOp(0x2) { return @"errors".New("bytes.Buffer: UnreadByte: previous operation was not a read") }; @"bytes".b·2.@"bytes".lastRead = @"bytes".readOp(0x0); if @"bytes".b·2.@"bytes".off > 0x0 { @"bytes".b·2.@"bytes".off-- }; return nil }
func (@"bytes".b·2 *@"bytes".Buffer "esc:0x1") UnreadRune () (? error)
func (@"bytes".b·3 *@"bytes".Buffer) Write (@"bytes".p·4 []byte "esc:0x9") (@"bytes".n·1 int, @"bytes".err·2 error)
func (@"bytes".b·2 *@"bytes".Buffer) WriteByte (@"bytes".c·3 byte) (? error)
func (@"bytes".b·3 *@"bytes".Buffer) WriteRune (@"bytes".r·4 rune) (@"bytes".n·1 int, @"bytes".err·2 error)
func (@"bytes".b·3 *@"bytes".Buffer) WriteString (@"bytes".s·4 string "esc:0x9") (@"bytes".n·1 int, @"bytes".err·2 error)
func (@"bytes".b·3 *@"bytes".Buffer "esc:0x9") WriteTo (@"bytes".w·4 @"io".Writer) (@"bytes".n·1 int64, @"bytes".err·2 error)
func (@"bytes".b·2 *@"bytes".Buffer) @"bytes".grow (@"bytes".n·3 int) (? int)
func (@"bytes".b·3 *@"bytes".Buffer "esc:0x22") @"bytes".readSlice (@"bytes".delim·4 byte) (@"bytes".line·1 []byte, @"bytes".err·2 error)
type @"mime".WordDecoder struct { CharsetReader func(@"mime".charset string, @"mime".input @"io".Reader) (? @"io".Reader, ? error) }
func (@"mime".d·3 *@"mime".WordDecoder "esc:0x1") Decode (@"mime".word·4 string) (? string, ? error)
func (@"mime".d·3 *@"mime".WordDecoder "esc:0x1") DecodeHeader (@"mime".header·4 string) (? string, ? error)
func (@"mime".d·2 *@"mime".WordDecoder "esc:0x1") @"mime".convert (@"mime".buf·3 *@"bytes".Buffer, @"mime".charset·4 string, @"mime".content·5 []byte) (? error)
type @"".AddressParser struct { WordDecoder *@"mime".WordDecoder }
func (@"".p·3 *@"".AddressParser "esc:0x9") Parse (@"".address·4 string) (? *@"".Address, ? error)
func (@"".p·3 *@"".AddressParser "esc:0x9") ParseList (@"".list·4 string) (? []*@"".Address, ? error)
func @"".init ()
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
func @"errors".New (@"errors".text·2 string) (? error) { return (&@"errors".errorString{ @"errors".s:@"errors".text·2 }) }
type @"errors".errorString struct { @"errors".s string }
func (@"errors".e·2 *@"errors".errorString "esc:0x22") Error () (? string) { return @"errors".e·2.@"errors".s }
$$
_go_.o 0 0 0 644 183693 `
go object linux amd64 go1.5.1 X:none
!
��go13ldbufio.abytes.aerrors.a
fmt.aio.a
log.a mime.anet/textproto.astrings.a time.a�þ "".debugT.Printf��à��ÞdH‹ %����H;avYHƒì(H‹\$(H‰$è����€|$0�t6H‹\$8H‰$H‹\$@H‰\$H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����è����HƒÄ(Ãè����ë‘
������:
��*runtime.racefuncenter���´
��log.Printf���¾
��(runtime.racefuncexit���Ò
��0runtime.morestack_noctxt���`P��"".args�0&type.[]interface {}�"".format�type.string�"".d��type."".debugT�PTOP�p�H;�
�T�Tgclocals·dc4819cec76b48d37a88e20b1cadd722�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ"".ReadMessage��À��ªdH‹ %����H„$ ÿÿÿH;A†0��Hì`��H‹œ$`��H‰$è����1Û1ÛH‰œ$€��H‰œ$ˆ��H‹Œ$h��H‹„$p��H‰Œ$˜���H‰„$ ���HÇD$0���HDŽ$€�������H����H‰$H‰Œ$¨���H‰L$H‰„$°���H‰D$Hœ$€���H‰\$è����¶\$ H‹Œ$€���€û�„D��H‰L$XH‰ $è����H‹L$XH‹YH‹l$0H9ëŒ��H‰ÈH‰D$H1ÀH‰„$à���H‰„$è���H‰„$ð���H‰„$ø���H‰„$���H„$à���H‰D$xH‰$HÇD$(���è����H‹D$x1íH‰(H‰hH‰hH‰hH‰h H‰$è����H‹D$xH‹l$HH‰(H‰D$8H‰$è����H‹T$H‹L$H‹D$H‰T$PH‰„$ˆ��H‰Œ$€��Hƒù�tHDŽ$x������è����HÄ`��ÃH����H‰$è����H‹D$H‰D$pH‰$è����H‹\$pHƒû�„��H‹l$P€=�����…ï���H‰+H‹����H‰D$h1íH9è„ž���H‹\$pH‰$Hƒ$è����H‹\$8H‰$è����H‹\$8H‹ H‹D$hH‹\$pHƒû�taH‰„$¸���H‰CH‰Œ$À���€=�����u0H‰KH‹\$pH‰œ$x��1ÛH‰œ$€��H‰œ$ˆ��è����HÄ`��ÃLCL‰$H‰L$è����ëÀ‰ë›H����H‰$H����H‰\$H����H‰\$è����H‹\$H‰\$hé+ÿÿÿH‰$H‰l$è����éÿÿÿ‰éåþÿÿH‹\$0Hƒû} HÇD$0���H����H‰$è����H‹L$0H‹D$H‰D$@H‰D$`H����H‰$H‰L$H‰L$è����L‹D$H‹t$ H‹l$(H‹”$¨���H‹Œ$°���H¼$��1ÀHƒÇøè����L‰„$È���L‰„$��H‰´$Ð���H‰´$��H‰¬$Ø���H‰¬$��H‰”$ˆ���H‰”$ ��H‰Œ$���H‰Œ$(��HDŽ$P��ÿÿÿÿHDŽ$X��ÿÿÿÿH‹\$`H‰$HÇD$X���è����H‹\$`Hƒû�t,H¬$��H‰\$H‰l$H-����H‰,$è����H‹D$@éªüÿÿ‰ëÐè����é«ûÿÿB
������^
��*runtime.racefuncenter���þ��$type.*bufio.Reader���Þ
��$runtime.assertI2T2���¦
�� runtime.raceread���ö
��,runtime.racewriterange���¼
��"runtime.racewrite���ò
��Lnet/textproto.(*Reader).ReadMIMEHeader���è
��(runtime.racefuncexit���†��type."".Message���˜
��"runtime.newobject���¾
��"runtime.racewrite���ò�6runtime.writeBarrierEnabled���”��>go.itab.*bufio.Reader.io.Reader���Ú
��"runtime.racewrite���ö
�� runtime.raceread���Ú �6runtime.writeBarrierEnabled���°

��(runtime.racefuncexit���ä

��.runtime.writebarrierptr���þ
��$type.*bufio.Reader���” ��type.io.Reader���¬ ��>go.itab.*bufio.Reader.io.Reader���À 
�� runtime.typ2Itab���ú 
��.runtime.writebarrierptr���È ��"type.bufio.Reader���Ú 
��"runtime.newobject��� ��type.[]uint8���¶ 
��"runtime.makeslice���š
Ô� runtime.duffzero���˜
��,runtime.racewriterange���à��"type.bufio.Reader���ò
��(runtime.typedmemmove���˜
��0runtime.morestack_noctxt���PÀ��."".autotmp_0014�ïtype.*uint8�"".autotmp_0013�ß type.*"".Message�"".autotmp_0012�ÿ2type.net/textproto.Reader�"".autotmp_0011�Ï4type.*net/textproto.Reader�"".autotmp_0010��4type.*net/textproto.Reader�"".autotmp_0009��$type.*bufio.Reader�"".autotmp_0008��$type.*bufio.Reader�"".autotmp_0005�¯"type.bufio.Reader�"".autotmp_0001�¿$type.*bufio.Reader�$net/textproto.r·2�¯$type.*bufio.Reader�bufio.r·3�¯type.io.Reader�bufio.buf·2�¯type.[]uint8�bufio.b·1�ÿ$type.*bufio.Reader�bufio.r·6�¿$type.*bufio.Reader�bufio.b·4�$type.*bufio.Reader�bufio.size·3�ßtype.int�bufio.rd·2�ïtype.io.Reader�bufio.rd·2�type.io.Reader� "".hdr�Ÿ:type.net/textproto.MIMEHeader�
"".tp�Ï4type.*net/textproto.Reader� "".err�0type.error� "".msg�  type.*"".Message�"".r��type.io.Reader�*"À¿Àã¿À¼�à�Zf"¨*  
#$q,;¾�J�.€$h
>;Nk
.M.±-(�Tgclocals·f152f5326e230c9c53fb6a0aa35e9dfd�Tgclocals·18dc218a5d8210a505bb5ac04fe36ca2���>/tmp/go/src/net/mail/message.goþ"".init.1��€'��ø&dH‹ %����H„$PýÿÿH;A†— ��Hì0��H‹œ$0��H‰$è����1Û1íH ����HÇÀ���1ÛH����H‰œ$°��HDŽ$¸�����H����H‰œ$À��HDŽ$È�����1ÛH����H‰œ$P��HDŽ$X�����H����H‰œ$`��HDŽ$h�����1ÛH����H‰œ$p��HDŽ$x�����1ÛH‰œ$€��H‰œ$ˆ��1ÛH����H‰œ$P��HDŽ$X�����H����H‰œ$`��HDŽ$h�����H����H‰œ$p��HDŽ$x�� ���H‰¬$��H‰¬$0��H‰¬$˜��H‰¬$8��H‰Œ$ ��H‰Œ$@��H‰„$¨��H‰„$H��1ÉHDŽ$ˆ������Hœ$0��H‰ØH‰Œ$���H‹¬$ˆ���H9é?��H‰„$À���H‰$è����H‹œ$À���Hƒû�„ß��H‹ H‹kH‰Œ$(��H‰Œ$��H‰¬$0��H‰¬$��H‹œ$°��H‰œ$��H‹œ$¸��H‰œ$��H‹œ$À��H‰œ$ ��H‹„$È��H‰„$(��1ÉHÇD$x���H„$��H‰Œ$€���H‹l$xH9é\��H‰„$¸���H‰$è����H‹œ$¸���Hƒû�„%��H‹ H‹kH‰Œ$(��H‰Œ$��H‰¬$0��H‰¬$ ��H‹œ$P��H‰œ$ð��H‹œ$X��H‰œ$ø��H‹œ$`��H‰œ$���H‹„$h��H‰„$��1ÉHÇD$h���H„$ð��H‰L$pH‹l$hH9é��H‰„$°���H‰$è����H‹œ$°���Hƒû�„n��H‹ H‹kH‰Œ$(��H‰Œ$Ø���H‰¬$0��H‰¬$à���H‹œ$p��H‰œ$Ð��H‹œ$x��H‰œ$Ø��H‹œ$€��H‰œ$à��H‹„$ˆ��H‰„$è��1ÉHÇD$X���H„$Ð��H‰L$`H‹l$XH9鍨��H‰„$¨���H‰$è����H‹œ$¨���Hƒû�„·��H‹ H‹kH‰Œ$(��H‰Œ$è���H‰¬$0��H‰¬$ð���H‹œ$P��H‰œ$€��H‹œ$X��H‰œ$ˆ��H‹œ$`��H‰œ$��H‹œ$h��H‰œ$˜��H‹œ$p��H‰œ$ ��H‹„$x��H‰„$¨��1ÉHÇD$H���H„$€��H‰L$PH‹l$HH9鍱��H‰„$ ���H‰$è����H‹„$ ���Hƒø�„à��H‹H‹hH‰Œ$(��H‰Œ$È���H‰¬$0��H‰¬$Ð���H„$°��H‰„$˜���H‰$HÇD$€���è����H‹„$˜���H‰ÇHƒø�„{��H5����è����HDŽ$@�����HDŽ$H�����H‰„$8��H‰$è����H‹œ$8��H‹¬$��H‰kH‹¬$��€=�����…
��H‰+H‹œ$8��HƒÃH‰$è����H‹œ$8��H‹¬$ ��HƒÃH‰kH‹¬$��€=�����…²��H‰+H‹œ$8��HƒÃ0H‰$è����H‹œ$8��H‹¬$à���HƒÃ0H‰kH‹¬$Ø���€=�����…Z��H‰+H‹œ$8��HƒÃPH‰$è����H‹œ$8��H‹¬$ð���HƒÃPH‰kH‹¬$è���€=�����…��H‰+H‹œ$8��HƒÃpH‰$è����H‹œ$8��H‹¬$Ð���HƒÃpH‰kH‹¬$È���€=�����…ª��H‰+HÇ$����H‹œ$8��H‰\$H‹œ$@��H‰\$H‹œ$H��H‰\$è����H‹\$ H‰œ$ø���H‹\$(H‰œ$���H����H‰$è����H‹����H‹����H‹ ����H‰ËH)ÃHƒû}QH����H‰$H‰”$8��H‰T$H‰D$H‰Œ$H��H‰L$H‰ÃH‰„$@��HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$H��H9ˇ¹��H‰œ$@��H‰ÓH‰”$8��H‰ÅH‰D$@HÁåHëH‰$è����H‹œ$8��H‹l$@HÁåHëH‹¬$���H‰kH‹¬$ø���€=�����…F��H‰+H����H‰$è����H‹œ$@��H‰����H‹œ$H��H‰����H‹œ$8��€=�����…æ���H‰����H‹„$ ���H‹L$PHƒÀHÿÁH‰L$PH‹l$HH9éŒOüÿÿH‹„$¨���H‹L$`HƒÀHÿÁH‰L$`H‹l$XH9éŒXûÿÿH‹„$°���H‹L$pHƒÀHÿÁH‰L$pH‹l$hH9錁úÿÿH‹„$¸���H‹Œ$€���HƒÀHÿÁH‰Œ$€���H‹l$xH9錤ùÿÿH‹„$À���H‹Œ$���HƒÀHÿÁH‰Œ$���H‹¬$ˆ���H9éŒÁøÿÿè����HÄ0��ÃH-����H‰,$H‰\$è����éÿÿÿH‰$H‰l$è����éªþÿÿè���� H‰$H‰l$è����éFýÿÿH‰$H‰l$è����éîüÿÿH‰$H‰l$è����é–üÿÿH‰$H‰l$è����é>üÿÿH‰$H‰l$è����éæûÿÿ‰�é~ûÿÿ‰�éûÿÿ‰éBúÿÿ‰é‹ùÿÿ‰éÔøÿÿ‰éøÿÿè����éDöÿÿp
������^
��*runtime.racefuncenter���t��"go.string."Mon, "���”��go.string."2"���Ê��go.string."02"���„�� go.string."2006"���º��go.string."06"���ô��go.string.":05"���Ò��"go.string."-0700"���ˆ��go.string."MST"���¾��.go.string."-0700 (MST)"���ì
�� runtime.raceread���Ò 
�� runtime.raceread���² 
�� runtime.raceread���’
�� runtime.raceread���²
�� runtime.raceread���è
��,runtime.racewriterange��� ��""".statictmp_0044���ª
À� runtime.duffcopy���ü
��"runtime.racewrite���À�6runtime.writeBarrierEnabled���þ
��"runtime.racewrite���Ê�6runtime.writeBarrierEnabled���ˆ
��"runtime.racewrite���Ô�6runtime.writeBarrierEnabled���’
��"runtime.racewrite���Þ�6runtime.writeBarrierEnabled���œ
��"runtime.racewrite���è�6runtime.writeBarrierEnabled���ä
��*runtime.concatstrings���¦��"".dateLayouts���¸
�� runtime.raceread���Æ��"".dateLayouts���Ô�"".dateLayouts���â �"".dateLayouts���ˆ��type.[]string���þ
��"runtime.growslice��� 
��"runtime.racewrite���ü�6runtime.writeBarrierEnabled���ž��"".dateLayouts���°
��"runtime.racewrite���Î�"".dateLayouts���ì �"".dateLayouts���ˆ �6runtime.writeBarrierEnabled���¤ ��"".dateLayouts���Ò#
��(runtime.racefuncexit���ð#��"".dateLayouts���Œ$
��.runtime.writebarrierptr���²$
��.runtime.writebarrierptr���Æ$
��$runtime.panicslice���æ$
��.runtime.writebarrierptr���Œ%
��.runtime.writebarrierptr���²%
��.runtime.writebarrierptr���Ø%
��.runtime.writebarrierptr���þ%
��.runtime.writebarrierptr���æ&
��0runtime.morestack_noctxt����à ��R"".autotmp_0047�ß type.int�"".autotmp_0046��type.[]string�"".autotmp_0045�¯
type.*[8]string�"".autotmp_0043�ïtype.[]string�"".autotmp_0042��type.string�"".autotmp_0041�Ÿ
type.*string�"".autotmp_0040�Ï type.int�"".autotmp_0039�¿ type.int�"".autotmp_0038��type.string�"".autotmp_0037�
type.*string�"".autotmp_0036�¯ type.int�"".autotmp_0035�Ÿ type.int�"".autotmp_0034��type.string�"".autotmp_0033�ÿ type.*string�"".autotmp_0032� type.int�"".autotmp_0031�ÿ
type.int�"".autotmp_0030��type.string�"".autotmp_0029�ï type.*string�"".autotmp_0028�ï
type.int�"".autotmp_0027�ß
type.int�"".autotmp_0026�type.string�"".autotmp_0025�ß type.*string�"".autotmp_0024�Ï
type.int�"".autotmp_0023�¿
type.int�"".autotmp_0022�ÿtype.[8]string�"".autotmp_0021�ßtype.[3]string�"".autotmp_0020�¿type.[2]string�"".autotmp_0019�ÿtype.[2]string�"".autotmp_0018�¿type.[2]string�"".autotmp_0017�ÿtype.[2]string�"".s�ïtype.string�"".zone�Ï type.string�"".second� type.string�"".year�¯ type.string� "".day�¯type.string� "".dow�Ïtype.string�"".zones�¿type.[3]string�"".seconds�ÿtype.[2]string�"".years�¿type.[2]string�"".days�ÿtype.[2]string�"".dows�¿type.[2]string�"à Òß à Ë�À�ŠŠ" 88/S¼³°°ÐúÆ'''-5 f�^�.‡³°°Ð[Jô*´H‘

 {�Tgclocals·f0a67958015464e4cc8847ce0df60843�Tgclocals·b2cf2692394f7051ad1f82fc8ae9b1ee���>/tmp/go/src/net/mail/message.goþ"".parseDate��  ��” dH‹ %����H„$pÿÿÿH;A†å��Hì��H‹œ$��H‰$è����1ÛH‰œ$(��‰œ$0��H‰œ$8��1ÛH‰œ$@��H‰œ$H��H����H‰$è����H‹����H‹����H‹����H‰œ$��1ÉH‰„$���H‰D$HH‰”$ø���H‰ÐH‰L$PH‹l$HH9é ��H‰D$`H‰$è����H‹\$`Hƒû�„$��H‹ H‹kH‰Œ$¨���H‰¬$°���H‰Œ$ˆ���H‰ $H‰¬$���H‰l$H‹œ$��H‰\$H‹œ$ ��H‰\$è����H‹t$ ‹l$(H‹T$0H‹L$8H‹D$@H‰´$È���‰¬$Ð���H‰”$Ø���H‰„$ ���H‰Œ$˜���Hƒù�u6H‰´$(��‰¬$0��H‰”$8��1ÛH‰œ$@��H‰œ$H��è����HÄ��ÃH‹D$`H‹L$PHƒÀHÿÁH‰L$PH‹l$HH9éŒõþÿÿH����H‰\$xHDŽ$€��� ���1ÛH‰\$hH‰\$pH����H‰$è����H‹D$H‰D$XH‰$è����H‹\$XH‹¬$€���H‰kH‹l$x€=�����…¹���H‰+H‹\$XH‰\$XH‹����1íH9ètlH‹T$XH‰„$¸���H‰”$À���1öH‰´$à���H‰´$(��‰´$è���‰´$0��H‰´$ð���H‰´$8��H‰D$hH‰„$@��H‰T$pH‰”$H��è����HÄ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ébÿÿÿH‰$H‰l$è����é7ÿÿÿ‰éÕýÿÿè����éöüÿÿ.
������^
��*runtime.racefuncenter���Â��"".dateLayouts���Ô
�� runtime.raceread���â��"".dateLayouts���ð�"".dateLayouts���þ �"".dateLayouts���„
�� runtime.raceread�����time.Parse���¦
��(runtime.racefuncexit���Œ��Xgo.string."mail: header could not be parsed"���Ô��.type.errors.errorString���æ
��"runtime.newobject���Œ
��"runtime.racewrite���Ä�6runtime.writeBarrierEnabled���ú��Bgo.itab.*errors.errorString.error���Ð

��(runtime.racefuncexit���î
��0type.*errors.errorString���„ ��type.error���œ ��Bgo.itab.*errors.errorString.error���° 
�� runtime.typ2Itab���à 
��.runtime.writebarrierptr���‚ 
��0runtime.morestack_noctxt���p ��&"".autotmp_0059��type.time.Time�"".autotmp_0057��type.error�"".autotmp_0056�ï0type.*errors.errorString�"".autotmp_0055�Ïtype.string�"".autotmp_0054�ßtype.*string�"".autotmp_0053�type.int�"".autotmp_0052�ÿtype.int�"".autotmp_0051��0type.*errors.errorString�"".autotmp_0050�¯type.error�"".autotmp_0049�_type.time.Time�"".autotmp_0048�/type.[]string� "".~r0�Ïtype.error�errors.text·2�¯type.string� "".err�ïtype.error�"".t�type.time.Time�"".layout�type.string� "".~r2�Ptype.error� "".~r1� type.time.Time�"".date��type.string�(" üŸ ”Ÿ \��<º" +Žo)$ ¶ �(�.“Ñ`¢09�Tgclocals·2411dc7b65074d9c20112c8c3fdb11fe�Tgclocals·13f8cec6ae1e4b1594cbeef5fb0e27fd���>/tmp/go/src/net/mail/message.goþ"".Header.Get��€��üdH‹ %����H;avhHƒì8H‹\$8H‰$è����1ÛH‰\$XH‰\$`H‹\$@H‰$H‹\$HH‰\$H‹\$PH‰\$è����H‹L$H‹D$ H‰L$(H‰L$XH‰D$0H‰D$`è����HƒÄ8Ãè����ë‚
������:
��*runtime.racefuncenter���–
��8net/textproto.MIMEHeader.Get���Ü
��(runtime.racefuncexit���ð
��0runtime.morestack_noctxt���Pp��"".autotmp_0061�type.string� "".~r1�0type.string� "".key�type.string�"".h��type."".Header�pcop �€�Ø-@ ��Q�Tgclocals·aeb28bb562ae1b80c6895fa288f5a70d�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���>/tmp/go/src/net/mail/message.goþ"".Header.Date�� ��”dH‹ %����HD$øH;A†h��Hìˆ���H‹œ$ˆ���H‰$è����1ÛH‰œ$˜���‰œ$ ���H‰œ$¨���1ÛH‰œ$°���H‰œ$¸���H‹œ$���H‰$H����H‰\$HÇD$���è����H‹L$H‹D$ H‰L$8H‰D$@Hƒø�up1ÛH‰\$X‰\$`H‰\$hH����H‰$è����H‹\$XH‰œ$˜���‹\$`‰œ$ ���H‹\$hH‰œ$¨���H‹����H‰œ$°���H‹����H‰œ$¸���è����HÄˆ���ÃH‰ $H‰D$è����H‹t$‹l$H‹T$ H‹L$(H‹D$0H‰t$pH‰´$˜���‰l$x‰¬$ ���H‰”$€���H‰”$¨���H‰L$HH‰Œ$°���H‰D$PH‰„$¸���è����HÄˆ���Ãè����évþÿÿ
������X
��*runtime.racefuncenter���Ô�� go.string."Date"���ú
��"".Header.Get���Ü��,"".ErrHeaderNotPresent���î
�� runtime.raceread���Æ��,"".ErrHeaderNotPresent���ä�,"".ErrHeaderNotPresent���þ
��(runtime.racefuncexit���ª
��"".parseDate���è
��(runtime.racefuncexit���‚
��0runtime.morestack_noctxt���`��"".autotmp_0067�_type.time.Time�"".autotmp_0065��type.time.Time�"".autotmp_0064�type.error�"".autotmp_0063�/type.time.Time� "".hdr�Ÿtype.string� "".~r1�@type.error� "".~r0�type.time.Time�"".h��type."".Header�&ët��,æ
 +5 cu ��+‹H_�Tgclocals·95d49773222812af98a66476522c9166�Tgclocals·5a6cf9846fb93a613baecf44b5da10e9���>/tmp/go/src/net/mail/message.goþ*"".Header.AddressList��à��ÂdH‹ %����H;a†D��HƒìpH‹\$pH‰$è����1ÛH‰œ$���H‰œ$˜���H‰œ$ ���1ÛH‰œ$¨���H‰œ$°���H‹\$xH‰$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H‹L$H‹D$ H‰L$8H‰D$@Hƒø�uRH����H‰$è����1ÛH‰œ$���H‰œ$˜���H‰œ$ ���H‹����H‰œ$¨���H‹����H‰œ$°���è����HƒÄpÃH‰ $H‰D$è����H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰t$XH‰´$���H‰l$`H‰¬$˜���H‰T$hH‰”$ ���H‰L$HH‰Œ$¨���H‰D$PH‰„$°���è����HƒÄpÃè����éŸþÿÿ
������B
��*runtime.racefuncenter���ê
��"".Header.Get���¬��,"".ErrHeaderNotPresent���¾
�� runtime.raceread���€��,"".ErrHeaderNotPresent���ž�,"".ErrHeaderNotPresent���¸
��(runtime.racefuncexit���Þ
��&"".ParseAddressList���œ
��(runtime.racefuncexit���°
��0runtime.morestack_noctxt���€à��"".autotmp_0070�Otype.error�"".autotmp_0069�/$type.[]*"".Address� "".hdr�otype.string� "".~r2�`type.error� "".~r1�0$type.[]*"".Address� "".key�type.string�"".h��type."".Header�&àÍßàqßà�ð�,ø
 ,7 Hr �� »_#�Tgclocals·dbd89ae4a4266b5bfeafd78285762b2a�Tgclocals·2c837ca001512a37037efd3161e20199���>/tmp/go/src/net/mail/message.goþ"".ParseAddress��À��¨dH‹ %����H;a†·���HƒìPH‹\$PH‰$è����1ÛH‰\$pH‰\$x1ÀH‰D$8H‰D$@H‰D$HHD$8H‰D$ H‰$HÇD$���è����H‹D$ 1íH‰(H‰hH‰hH‰$è����H‹D$ H‹l$XH‰(H‹l$`H‰hH‰$è����H‹D$H‹T$H‹L$H‰D$hH‰T$(H‰T$pH‰L$0H‰L$xè����HƒÄPÃè����é,ÿÿÿ
������B
��*runtime.racefuncenter���´
��,runtime.racewriterange���ê
��"runtime.racewrite���¨
��:"".(*addrParser).parseAddress���‚
��(runtime.racefuncexit���–
��0runtime.morestack_noctxt���P �� "".autotmp_0078�/$type."".addrParser�"".autotmp_0077�_&type.*"".addrParser�"".autotmp_0074�Otype.error� "".~r2�0type.error� "".~r1�  type.*"".Address�"".address��type.string� ²Ÿ �à�š ™�� 9:- �Tgclocals·0c8f60fb3bed388a3dc9e1f9eab289fa�Tgclocals·59833d05afd55fbf17c5f92826ee3c25���>/tmp/go/src/net/mail/message.goþ&"".ParseAddressList��à��ØdH‹ %����H;a†��HƒìxH‹\$xH‰$è����1ÛH‰œ$���H‰œ$˜���H‰œ$ ���1ÛH‰œ$¨���H‰œ$°���1ÀH‰D$HH‰D$PH‰D$XHD$HH‰D$0H‰$HÇD$���è����H‹D$01íH‰(H‰hH‰hH‰$è����H‹D$0H‹¬$€���H‰(H‹¬$ˆ���H‰hH‰$è����H‹t$H‹l$H‹T$H‹L$ H‹D$(H‰t$`H‰´$���H‰l$hH‰¬$˜���H‰T$pH‰”$ ���H‰L$8H‰Œ$¨���H‰D$@H‰„$°���è����HƒÄxÃè����éÔþÿÿ
������B
��*runtime.racefuncenter���ô
��,runtime.racewriterange���ª
��"runtime.racewrite���ô
��B"".(*addrParser).parseAddressList���²
��(runtime.racefuncexit���Æ
��0runtime.morestack_noctxt���pð��"".autotmp_0084�_$type."".addrParser�"".autotmp_0083�&type.*"".addrParser�"".autotmp_0080�type.error�"".autotmp_0079�/$type.[]*"".Address� "".~r2�Ptype.error� "".~r1� $type.[]*"".Address�"".list��type.string�ðŠïð�°�¤,Ñ�� Y@_�Tgclocals·310030dc13b1159383876a2825da5994�Tgclocals·3dc811f7f722d4e6a05689e194f2938d���>/tmp/go/src/net/mail/message.goþ2"".(*AddressParser).Parse��à��ÚdH‹ %����H;a†Ð���HƒìPH‹\$PH‰$è����1ÛH‰\$xH‰œ$€���1ÀH‰D$8H‰D$@H‰D$HHD$8H‰D$ H‰$è����H‹D$ H‹l$`H‰(H‹l$hH‰hH‰$Hƒ$è����H‹\$XH‰$è����H‹D$ Hƒø�tJL‹D$XI‹(H‰hH‰$è����H‹D$H‹T$H‹L$H‰D$pH‰T$(H‰T$xH‰L$0H‰Œ$€���è����HƒÄPÉ�ë²è����éÿÿÿ
������B
��*runtime.racefuncenter���¨
��"runtime.racewrite���ð
��"runtime.racewrite���Œ
�� runtime.raceread���Ì
��:"".(*addrParser).parseAddress���¬
��(runtime.racefuncexit���È
��0runtime.morestack_noctxt���` ��"".autotmp_0090�/$type."".addrParser�"".autotmp_0089�_&type.*"".addrParser�"".autotmp_0086�Otype.error� "".~r2�@type.error� "".~r1�0 type.*"".Address�"".address�type.string�"".p��,type.*"".AddressParser� ÇŸ �ð�¼¯ �� 3R0�Tgclocals·b30f6acda9fbe4517bccba3edddb9e7c�Tgclocals·59833d05afd55fbf17c5f92826ee3c25���>/tmp/go/src/net/mail/message.goþ:"".(*AddressParser).ParseList�� ��ŠdH‹ %����H;a†(��HƒìxH‹\$xH‰$è����1ÛH‰œ$˜���H‰œ$ ���H‰œ$¨���1ÛH‰œ$°���H‰œ$¸���1ÀH‰D$HH‰D$PH‰D$XHD$HH‰D$0H‰$è����H‹D$0H‹¬$ˆ���H‰(H‹¬$���H‰hH‰$Hƒ$è����H‹œ$€���H‰$è����H‹D$0Hƒø�t|L‹„$€���I‹(H‰hH‰$è����H‹t$H‹l$H‹T$H‹L$ H‹D$(H‰t$`H‰´$˜���H‰l$hH‰¬$ ���H‰T$pH‰”$¨���H‰L$8H‰Œ$°���H‰D$@H‰„$¸���è����HƒÄxÉ�ë€è����é»þÿÿ
������B
��*runtime.racefuncenter���â
��"runtime.racewrite���¶
��"runtime.racewrite���Ø
�� runtime.raceread���ž
��B"".(*addrParser).parseAddressList���Ü
��(runtime.racefuncexit���ø
��0runtime.morestack_noctxt���€ð��"".autotmp_0096�_$type."".addrParser�"".autotmp_0095�&type.*"".addrParser�"".autotmp_0092�type.error�"".autotmp_0091�/$type.[]*"".Address� "".~r2�`type.error� "".~r1�0$type.[]*"".Address�"".list�type.string�"".p��,type.*"".AddressParser�ðŸïð�Ð�È,ê�� P^_#�Tgclocals·062b3d4f197d7bbe6cd1a7c8919fb832�Tgclocals·3dc811f7f722d4e6a05689e194f2938d���>/tmp/go/src/net/mail/message.goþ("".(*Address).String��à(��Ä(dH‹ %����H„$PÿÿÿH;A†ý ��Hì0��H‹œ$0��H‰$è����1ÛH‰œ$@��H‰œ$H��H‹œ$8��H‰$Hƒ$è����H‹´$8��Hƒþ�„¤ ��H^H‹ H‰ $H‹KH‰L$H����H‰\$HÇD$���è����H‹Œ$8��H‹D$ 1ÛH‰œ$è���H‰œ$ð���1ÛH‰œ$ø���H‰œ$���H‰„$˜���Hƒø�{��H‰ $Hƒ$è����H‹œ$8��Hƒû�„T��H‹sH‹KÆD$m�1ÀH9È}cH‰´$è���H‰D$xH‰Œ$ð���H9ȃ��H¶+@ˆl$n@ˆ,$ÆD$�è����H‹´$è���H‹Œ$ð���H‹D$x¶\$€û�„—��HÿÀH9È|€|$m�t8H‰´$è���H‰4$H‰Œ$ð���H‰L$è����H‹t$H‹L$H‰´$��H‰Œ$��HÇ$����H����H‰\$HÇD$���H‰´$è���H‰t$H‰Œ$ð���H‰L$ H����H‰\$(HÇD$0���H‹œ$ø���H‰\$8H‹œ$���H‰\$@H����H‰\$HHÇD$P���è����H‹\$XH‰œ$Ø���H‹\$`H‰œ$à���H‹œ$8��H‰$è����H‹„$8��H‹XHƒû�u-H‹œ$Ø���H‰œ$@��H‹œ$à���H‰œ$H��è����HÄ0��ÃÆD$oHDŽ$€�������H‰$è����H‹„$8��H‹hH‹œ$€���H9ëÍ���H‰$è����H‹”$€���H‹„$8��Hƒø�„��H‹H‹pH‰Œ$��H‰´$��H9òƒÞ��H¶+@€ý!‚Æ��@€ý~–Á€ù�…‰��H‰$è����H‹”$€���H‹„$8��Hƒø�„Œ��H‹H‹pH‰Œ$��H‰´$��H9òƒe��H¶+@€ý „H��@€ý ”Á€ù�…%��ÆD$o�€|$o�„L��H����H‰œ$È���HDŽ$Ð������H����H‰$è����H‹D$H‰„$°���H‰$HÇD$p���è����H‹¼$°���H‰ùHƒÿ�„æ��1ÀHƒÇðè����H‰ $è����HÇ$����H‹œ$È���H‰\$H‹œ$Ð���H‰\$è����H‹T$H‹L$ H‹D$(H‹œ$°���Hƒû�„ƒ��H‰Œ$ ��H‰KH‰„$(��H‰CH‰”$��€=�����…C��H‰H‹œ$°���H‰œ$¨���HÇD$p����H‹œ$8��H‰$è����H‹Œ$8��H‹iH‹\$pH9덒��H‰ $è����H‹”$8��Hƒú�„p��H‹H‹JH‰„$��H‹l$pH‰Œ$��H9̓D��H(¶+@€ý\„,��@€ý"„"��@€ý!‚��@€ý~–À<�uzH‰$è����H‹”$8��Hƒú�„ä���H‹H‹JH‰„$��H‹l$pH‰Œ$��H9̓¸���H(¶+@€ý „›���@€ý ”À<�uH‹œ$¨���H‰$ÆD$\è����H‹”$8��H‰$è����H‹œ$¨���H‰$H‹œ$8��Hƒû�tKH‹H‹KH‰„$��H‹l$pH‰Œ$��H9Ís#H(¶+@ˆl$è����H‹\$pHÿÃH‰\$pé„þÿÿè���� ‰ë±HÇÀ���é`ÿÿÿè���� ‰éÿÿÿ1Àéïþÿÿ1Àéèþÿÿè���� ‰é‰þÿÿH‹œ$¨���H‰$H����H‰\$HÇD$���è����H‹œ$¨���H‰$H‹œ$Ø���H‰\$H‹œ$à���H‰\$è����H‹„$¨���1ÛH‰œ$¸���H‰œ$À���1íH9èu;H ����HÇÀ���H‰Œ$¸���H‰Œ$@��H‰„$À���H‰„$H��è����HÄ0��ÃH‰„$ ���H‰$Hƒ$è����H‹„$ ���H‹hH‰¬$ˆ���H‰$è����H‹œ$ ���H‹¬$ˆ���L‹CL‹KL9ÅwfL‹I)èI)éIƒù�tM*HÇ$����L‰”$��L‰T$L‰„$ ��L‰D$L‰Œ$(��L‰L$è����H‹L$ H‹D$(H‰Œ$��H‰„$��éÿÿÿè���� H‰$H‰T$è����é­üÿÿ‰évüÿÿ‰éüÿÿH‰$è����Æ$qH����H‰\$HÇD$���H‹´$8��H|$H‹H‰H‹NH‰Oè����H‹D$(H‹L$0HÇ$����H‰„$��H‰D$H‰Œ$��H‰L$H����H‰\$HÇD$ ���H‹œ$Ø���H‰\$(H‹œ$à���H‰\$0è����H‹\$8H‰œ$@��H‹\$@H‰œ$H��è����HÄ0��ÃH‰ÓHÿÃH‰œ$€���éÚùÿÿHÇÁ���é³úÿÿè���� ‰�émúÿÿ1Éé:úÿÿè���� ‰�éôùÿÿ¶\$n€û.u,Hƒø�~&H‰ÅHÿÍH9Ís%H.¶€û.tH‰ËHÿËH9Ï3øÿÿÆD$mé1øÿÿè���� è���� ‰é¥÷ÿÿH‰ $Hƒ$è����H‹Œ$8��H‹„$˜���L‹AL9À‡†���L‹AH‰„$��L‰„$��H‰ÃHÿÃH‰œ$���H‰ $Hƒ$è����H‹œ$8��H‹¬$���L‹CL9Åw6L‹KI)èIƒø�tM )H‹´$��H‹Œ$��L‰Œ$ø���L‰„$���é÷ÿÿè���� è���� ‰éUöÿÿè����éÞõÿÿv
������^
��*runtime.racefuncenter���®
�� runtime.raceread���ˆ��go.string."@"���®
��"strings.LastIndex���Ð
�� runtime.raceread���Œ
��"".isAtext���¬
��"".quoteString���þ��go.string."<"���Ü��go.string."@"���º��go.string.">"���à
��*runtime.concatstring5���¶ 
�� runtime.raceread���¤

��(runtime.racefuncexit���è

�� runtime.raceread���´ 
�� runtime.raceread���ü 
�� runtime.raceread���à��go.string."\""���–��"type.bytes.Buffer���¨
��"runtime.newobject���æ
��,runtime.racewriterange���¦
¶� runtime.duffzero���¸
��"runtime.racewrite���†
��2runtime.stringtoslicebyte���”�6runtime.writeBarrierEnabled���ü
�� runtime.raceread���Â
�� runtime.raceread���¢
�� runtime.raceread���ô
��2bytes.(*Buffer).WriteByte���–
�� runtime.raceread���®
��2bytes.(*Buffer).WriteByte���Ü
��$runtime.panicindex���Š
��$runtime.panicindex���Â
��$runtime.panicindex���ú��go.string."\" "��� 
��6bytes.(*Buffer).WriteString���ö
��6bytes.(*Buffer).WriteString���Æ��"go.string."<nil>"���ž
��(runtime.racefuncexit���Ú
�� runtime.raceread���”
�� runtime.raceread���Ü
��2runtime.slicebytetostring���¤
��$runtime.panicslice���Ä
��.runtime.writebarrierptr���ü
�� runtime.raceread���’ ��"go.string."utf-8"���î 
��.mime.WordEncoder.Encode���Ô!��go.string." "���®"
��*runtime.concatstring3���ì"
��(runtime.racefuncexit���Ä#
��$runtime.panicindex���î#
��$runtime.panicindex���Š%
��$runtime.panicindex���˜%
��$runtime.panicindex���Æ%
�� runtime.raceread���à&
�� runtime.raceread���ˆ(
��$runtime.panicslice���–(
��$runtime.panicslice���²(
��0runtime.morestack_noctxt���0à��H"".autotmp_0119��type.string�"".autotmp_0118��type.bool�"".autotmp_0117��type.bool�"".autotmp_0116�ÿ$type.*bytes.Buffer�"".autotmp_0115��$type.*bytes.Buffer�"".autotmp_0113��type.bool�"".autotmp_0112��type.string�"".autotmp_0111��type.[]uint8�"".autotmp_0110��type.int�"".autotmp_0109��type.int�"".autotmp_0108��type.int�"".autotmp_0107��type.int�"".autotmp_0106��type.int�"".autotmp_0105��type.string�"".autotmp_0104��type.int�"".autotmp_0103�Ïtype.int�"".autotmp_0101��type.int�"".autotmp_0099��type.int�"".autotmp_0098�Otype.string�"".autotmp_0097�¿type.int� "".~r0�ïtype.string�bytes.b·2�Ÿ$type.*bytes.Buffer�bytes.s·2�Ïtype.string�"".i�ÿtype.int�"".b�$type.*bytes.Buffer�"".i�ßtype.int�"".allPrintable�type.bool�"".s�¯type.string�
"".ch�ƒtype.uint8�"".i�ïtype.int�"".quoteLocal�…type.bool�"".domain�otype.string�"".local�type.string�
"".at�¯type.int� "".~r0�type.string�"".a�� type.*"".Address�8"àûßàüßà¦ßàî�°�ìÖEc$(%6 8š# QR2È û4ÌU 6
&+O€Å!¼…†)/5
, ¥   �x�.¹^Pš+7" P{ðb+T  4™
, ÎT-�Tgclocals·848a8f4757efb35c5e2561dbe84b8433�Tgclocals·c46b8240ed3d8fdcae25db2a14e10389���>/tmp/go/src/net/mail/message.goþB"".(*addrParser).parseAddressList��€��ødH‹ %����HD$€H;A†Ú��Hì���H‹œ$���H‰$è����1ÛH‰œ$��H‰œ$��H‰œ$ ��1ÛH‰œ$(��H‰œ$0��1ÛH‰œ$Ð���H‰œ$Ø���H‰œ$à���H‹œ$��H‰$è����H‹œ$��H‰$è����H‹T$H‹L$H‹D$H‰T$xH‰„$¨���H‰Œ$ ���Hƒù�t71ÛH‰œ$��H‰œ$��H‰œ$ ��H‰Œ$(��H‰„$0��è����HÄ���ÃH‹”$Ð���H‹„$Ø���H‹œ$à���H‰ÙH)ÃHƒû}QH����H‰$H‰”$è���H‰T$H‰D$H‰Œ$ø���H‰L$H‰ÃH‰„$ð���HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$ø���H9ˇf��H‰œ$ð���H‰”$è���H‰D$HHÂH‰$è����H‹œ$è���H‹l$HHëH‹l$x€=�����…��H‰+H‹œ$è���H‰œ$Ð���H‹œ$ð���H‰œ$Ø���H‹œ$ø���H‰œ$à���H‹œ$��H‰$è����H‹„$��H‰D$XH‰$è����H‹\$XH‹kHƒý�”À<�tOH‹œ$Ð���H‰œ$��H‹œ$Ø���H‰œ$��H‹œ$à���H‰œ$ ��1ÛH‰œ$(��H‰œ$0��è����HÄ���ÃH‹„$��ÆD$G,H‰D$hH‰D$PH‰$è����H‹\$PH‹kHƒý�”À<�…��H‹D$hH‰D$`H‰$è����H‹\$`Hƒû�„ð��H‹ H‹kH‰Œ$°���Hƒý�H‰¬$¸���†È��¶)H‰ë¶l$G@8ë…­��H‹\$hH‰$è����H‹\$hH‰$è����H‹D$hH‹hHƒý‚w��HÿÍL‹�Hƒý�tIÿÀH‰h€=�����…D��L‰�HÇÀ���<�…ÿüÿÿH����H‰œ$���HDŽ$˜������1ÛH‰œ$€���H‰œ$ˆ���H����H‰$è����H‹D$H‰D$pH‰$è����H‹\$pH‹¬$˜���H‰kH‹¬$���€=�����…©���H‰+H‹\$pH‰\$pH‹����1íH9èt\H‹T$pH‰„$À���H‰”$È���1ÛH‰œ$��H‰œ$��H‰œ$ ��H‰„$€���H‰„$(��H‰”$ˆ���H‰”$0��è����HÄ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$érÿÿÿH‰$H‰l$è����éGÿÿÿH‰$L‰D$è����é¬þÿÿè���� 1Àé¥þÿÿè���� ‰é þÿÿH‰$H‰l$è����éâüÿÿè���� è����éûÿÿF
������X
��*runtime.racefuncenter���†
��4"".(*addrParser).skipSpace���¨
��:"".(*addrParser).parseAddress���Ú
��(runtime.racefuncexit���À��$type.[]*"".Address���¶
��"runtime.growslice���Æ
��"runtime.racewrite���þ�6runtime.writeBarrierEnabled���”
��4"".(*addrParser).skipSpace����� runtime.raceread���ö 
��(runtime.racefuncexit���Æ

�� runtime.raceread���œ 
�� runtime.raceread���À 
��"runtime.racewrite���Ü 
�� runtime.raceread���´ �6runtime.writeBarrierEnabled���ô ��@go.string."mail: expected comma"���Î��.type.errors.errorString���à
��"runtime.newobject���†
��"runtime.racewrite���Ä�6runtime.writeBarrierEnabled���ú��Bgo.itab.*errors.errorString.error���°
��(runtime.racefuncexit���Î��0type.*errors.errorString���ä��type.error���ü��Bgo.itab.*errors.errorString.error���
�� runtime.typ2Itab�����.runtime.writebarrierptr���æ
��.runtime.writebarrierptr���ú
��$runtime.panicslice���–
��$runtime.panicindex���Ä
��.runtime.writebarrierptr���Ø
��$runtime.panicslice���æ
��0runtime.morestack_noctxt���`€��,"".autotmp_0136��type.error�"".autotmp_0135�Ÿ0type.*errors.errorString�"".autotmp_0134��type.bool�"".autotmp_0132�ïtype.int�"".autotmp_0131�/$type.[]*"".Address�"".autotmp_0130��0type.*errors.errorString�"".autotmp_0129��type.int�"".autotmp_0128��type.int�"".autotmp_0127�type.error� "".~r0�ÿtype.error�errors.text·2�ßtype.string�"".p�¿&type.*"".addrParser�"".p�ß&type.*"".addrParser�"".c�ñtype.uint8�"".p�¯&type.*"".addrParser�"".p�Ï&type.*"".addrParser� "".err�¿type.error�"".addr� type.*"".Address�"".list�_$type.[]*"".Address� "".~r1�@type.error� "".~r0�$type.[]*"".Address�"".p��&type.*"".addrParser�8€Ùÿ€ÿ€Üÿ€œ�€
�^ì$#,-*„*OðàM/ �V�+WjnHg
[(
+R•0+
%
�Tgclocals·5fcbf4befbbba4e9f9f45506d123b037�Tgclocals·7cebe8614237ecba744d4fedfc36ae82���>/tmp/go/src/net/mail/message.goþ:"".(*addrParser).parseAddress�� @��Ž@dH‹ %����H„$ÐþÿÿH;A†â��Hì°��H‹œ$°��H‰$è����1Û1ÛH‰œ$È��H‰œ$Ð��1ÛH‰œ$h��H‰œ$p��Hœ$h��Hƒû�„‹��HDŽ$ �����HDŽ$¨�����H‰œ$˜��H����H‰$H‹œ$¸��H‰\$Hƒ|$�„;��HÇD$����è����H‹\$H‰œ$X��H‹\$ H‰œ$`��H‹œ$˜��H‰$è����H‹œ$˜��H‹¬$X��H‰+H‹¬$`��€=�����…Ã��H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$���H‹œ$˜��H‰\$H‹œ$ ��H‰\$ H‹œ$¨��H‰\$(è����H‹œ$¸��H‰$è����H‹„$¸��H‰D$`H‰$è����H‹\$`H‹kHƒý�”À<�„0��H����H‰œ$¸���HDŽ$À������1ÛH‰œ$ˆ���H‰œ$���H����H‰$è����H‹D$H‰„$€���H‰$è����H‹œ$€���H‹¬$À���H‰kH‹¬$¸���€=�����…¡���H‰+H‹œ$€���H‰œ$€���H‹����1íH9ètQH‹Œ$€���H‰„$ˆ���H‰Œ$���HDŽ$À������H‰„$H��H‰„$È��H‰Œ$P��H‰Œ$Ð��è����HÄ°��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë€H‰$H‰l$è����éOÿÿÿH‹œ$¸��H‰$è����H‹L$H‹D$H‹T$H‹l$ H‰Œ$è���H‰„$ð���H‰¬$Ð��H‰”$È��Hƒú�…¤���H����H‰$è����H‹D$H‰D$xH‰$HÇD$ ���è����H‹D$x1íH‰(H‰hH‰hH‰hH‰$Hƒ$è����H‹\$xH‹¬$ð���H‰kH‹¬$è���€=�����uH‰kH‹\$xH‰œ$À��è����HÄ°��ÃLCL‰$H‰l$è����ëÒ1ÛH‰œ$8��H‰œ$@��Hœ$8��Hƒû�„× ��HDŽ$ �����HDŽ$¨�����H‰œ$˜��H‰$H‰l$è����H‹\$H‰œ$X��H‹\$H‰œ$`��H‹œ$˜��H‰$è����H‹œ$˜��H‹¬$X��H‰+H‹¬$`��€=�����…? ��H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$"���H‹œ$˜��H‰\$H‹œ$ ��H‰\$ H‹œ$¨��H‰\$(è����1ÛH‰œ$(��H‰œ$0��Hœ$(��Hƒû�„µ
��HDŽ$ �����HDŽ$¨�����H‰œ$˜��H����H‰$H‹œ$¸��H‰\$Hƒ|$�„e
��HÇD$����è����H‹\$H‰œ$X��H‹\$ H‰œ$`��H‹œ$˜��H‰$è����H‹œ$˜��H‹¬$X��H‰+H‹¬$`��€=�����…í ��H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$���H‹œ$˜��H‰\$H‹œ$ ��H‰\$ H‹œ$¨��H‰\$(è����1ÛH‰œ$ø���H‰œ$���H‹„$¸��H‰D$8H‰$è����H‹\$8Hƒû�„P ��H‹ H‹kH‰Œ$ˆ��Hƒý�H‰¬$��†( ��¶)@€ý<ttH‹œ$¸��H‰$è����H‹l$H‹T$H‹D$H‹L$ H‰¬$ˆ��H‰¬$ø���H‰”$��H‰”$���H‰Œ$Ð��H‰„$È��Hƒø�tHDŽ$À������è����HÄ°��ÃH‹œ$ø���H‰œ$x��H‹œ$���H‰œ$€��1ÛH‰œ$��H‰œ$ ��Hœ$��Hƒû�„`��HDŽ$ �����HDŽ$¨�����H‰œ$˜��H����H‰$Hœ$x��H‰\$HÇD$����è����H‹\$H‰œ$X��H‹\$ H‰œ$`��H‹œ$˜��H‰$è����H‹œ$˜��H‹¬$X��H‰+H‹¬$`��€=�����…°��H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$���H‹œ$˜��H‰\$H‹œ$ ��H‰\$ H‹œ$¨��H‰\$(è����H‹œ$¸��H‰$è����H‹„$¸��ÆD$6<H‰D$HH‰D$@H‰$è����H‹\$@H‹kHƒý�”À<�…ó��H‹D$HH‰D$pH‰$è����H‹\$pHƒû�„ß��H‹ H‹kH‰Œ$ˆ��Hƒý�H‰¬$��†·��¶)H‰ë¶l$6@8ë…œ��H‹\$HH‰$è����H‹\$HH‰$è����H‹D$HH‹hHƒý‚f��HÿÍL‹�Hƒý�tIÿÀH‰h€=�����…3��L‰�HÇÀ���<�…0��H����H‰œ$È���HDŽ$Ð������1ÛH‰œ$˜���H‰œ$ ���H����H‰$è����H‹D$H‰„$€���H‰$è����H‹œ$€���H‹¬$Ð���H‰kH‹¬$È���€=�����…¡���H‰+H‹œ$€���H‰œ$€���H‹����1íH9ètQH‹Œ$€���H‰„$˜���H‰Œ$ ���HDŽ$À������H‰„$H��H‰„$È��H‰Œ$P��H‰Œ$Ð��è����HÄ°��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë€H‰$H‰l$è����éOÿÿÿH‹œ$¸��H‰$è����H‹l$H‹T$H‹D$H‹L$ H‰¬$ˆ��H‰¬$è���H‰”$��H‰”$ð���H‰Œ$Ð��H‰„$È��Hƒø�tHDŽ$À������è����HÄ°��ÃH‹„$¸��ÆD$7>H‰D$PH‰D$XH‰$è����H‹\$XH‹kHƒý�”À<�…0��H‹D$PH‰D$hH‰$è����H‹\$hHƒû�„��H‹ H‹kH‰Œ$ˆ��Hƒý�H‰¬$��†ô��¶)H‰ë¶l$7@8ë…Ù��H‹\$PH‰$è����H‹\$PH‰$è����H‹D$PH‹hHƒý‚£��HÿÍL‹�Hƒý�tIÿÀH‰h€=�����…p��L‰�HÇÀ���<�…0��H����H‰œ$Ø���HDŽ$à������1ÛH‰œ$¨���H‰œ$°���H����H‰$è����H‹D$H‰„$€���H‰$è����H‹œ$€���H‹¬$à���H‰kH‹¬$Ø���€=�����…¡���H‰+H‹œ$€���H‰œ$€���H‹����1íH9ètQH‹Œ$€���H‰„$¨���H‰Œ$°���HDŽ$À������H‰„$H��H‰„$È��H‰Œ$P��H‰Œ$Ð��è����HÄ°��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë€H‰$H‰l$è����éOÿÿÿH‹œ$è���H‰œ$x��H‹œ$ð���H‰œ$€��1ÛH‰œ$��H‰œ$��Hœ$��Hƒû�„ã��HDŽ$ �����HDŽ$¨�����H‰œ$˜��H����H‰$Hœ$x��H‰\$HÇD$����è����H‹\$H‰œ$X��H‹\$ H‰œ$`��H‹œ$˜��H‰$è����H‹œ$˜��H‹¬$X��H‰+H‹¬$`��€=�����…3��H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$���H‹œ$˜��H‰\$H‹œ$ ��H‰\$ H‹œ$¨��H‰\$(è����H����H‰$è����H‹D$H‰D$xH‰$è����H‹\$xH‹¬$���H‰kH‹¬$ø���€=�����u|H‰+H‹\$xH‰$Hƒ$è����H‹\$xH‹¬$ð���H‰kH‹¬$è���€=�����u0H‰kH‹\$xH‰œ$À��1ÛH‰œ$È��H‰œ$Ð��è����HÄ°��ÃLCL‰$H‰l$è����ëÀH‰$H‰l$è����étÿÿÿLCL‰$H‰l$è����éºþÿÿ‰éþÿÿH‰$L‰D$è����é€üÿÿè���� 1Àéyüÿÿè���� ‰éÝûÿÿH‰$L‰D$è����é½ùÿÿè���� 1Àé¶ùÿÿè���� ‰éùÿÿLCL‰$H‰l$è����é=øÿÿ‰é™÷ÿÿè���� ‰é©öÿÿLCL‰$H‰l$è����é�öÿÿ‰%����éõÿÿ‰éDõÿÿLCL‰$H‰l$è����é®ôÿÿ‰é"ôÿÿLCL‰$H‰l$è����é*ñÿÿ‰%����é¹ðÿÿ‰énðÿÿè����éùïÿÿ„
������^
��*runtime.racefuncenter���œ��type.string���ò
��runtime.convT2E���È
��"runtime.racewrite���Š�6runtime.writeBarrierEnabled���®��"".debug���À
�� runtime.raceread���Î��"".debug���â��8go.string."parseAddress: %q"���Ö
�� "".debugT.Printf���ø
��4"".(*addrParser).skipSpace���¤
�� runtime.raceread���â��8go.string."mail: no address"���¼��.type.errors.errorString���Î
��"runtime.newobject���ú
��"runtime.racewrite���¾�6runtime.writeBarrierEnabled���€ ��Bgo.itab.*errors.errorString.error��� 

��(runtime.racefuncexit���¾
��0type.*errors.errorString���Ô
��type.error���ì
��Bgo.itab.*errors.errorString.error���€ 
�� runtime.typ2Itab���ª 
��.runtime.writebarrierptr���Ö 
��@"".(*addrParser).consumeAddrSpec���à ��type."".Address���ò 
��"runtime.newobject���ª 
��,runtime.racewriterange���ò 
��"runtime.racewrite���°�6runtime.writeBarrierEnabled���â
��(runtime.racefuncexit���–
��.runtime.writebarrierptr���¾
��runtime.convI2E���”
��"runtime.racewrite���Ö�6runtime.writeBarrierEnabled���ú��"".debug���Œ
�� runtime.raceread���š��"".debug���®��\go.string."parseAddress: not an addr-spec: %v"���¢
�� "".debugT.Printf���¸��type.string���Ž
��runtime.convT2E���ä
��"runtime.racewrite���¦�6runtime.writeBarrierEnabled���Ê��"".debug���Ü
�� runtime.raceread���ê��"".debug���þ��Rgo.string."parseAddress: state is now %q"���ò
�� "".debugT.Printf���Â
�� runtime.raceread���Ö
��<"".(*addrParser).consumePhrase���Œ
��(runtime.racefuncexit���ò��type.string���°
��runtime.convT2E���†
��"runtime.racewrite���È�6runtime.writeBarrierEnabled���ì��"".debug���þ
�� runtime.raceread���Œ��"".debug��� ��Pgo.string."parseAddress: displayName=%q"���” 
�� "".debugT.Printf���¶ 
��4"".(*addrParser).skipSpace���ö 
�� runtime.raceread���Ì!
�� runtime.raceread���ð"
��"runtime.racewrite���Œ#
�� runtime.raceread���ä#�6runtime.writeBarrierEnabled���¤$��>go.string."mail: no angle-addr"���þ$��.type.errors.errorString���%
��"runtime.newobject���¼%
��"runtime.racewrite���€&�6runtime.writeBarrierEnabled���Â&��Bgo.itab.*errors.errorString.error���â'
��(runtime.racefuncexit���€(��0type.*errors.errorString���–(��type.error���®(��Bgo.itab.*errors.errorString.error���Â(
�� runtime.typ2Itab���ì(
��.runtime.writebarrierptr���˜)
��@"".(*addrParser).consumeAddrSpec���Î*
��(runtime.racefuncexit���ž+
�� runtime.raceread���ô+
�� runtime.raceread���˜-
��"runtime.racewrite���´-
�� runtime.raceread���Œ.�6runtime.writeBarrierEnabled���Ì.��Jgo.string."mail: unclosed angle-addr"���¦/��.type.errors.errorString���¸/
��"runtime.newobject���ä/
��"runtime.racewrite���¨0�6runtime.writeBarrierEnabled���ê0��Bgo.itab.*errors.errorString.error���Š2
��(runtime.racefuncexit���¨2��0type.*errors.errorString���¾2��type.error���Ö2��Bgo.itab.*errors.errorString.error���ê2
�� runtime.typ2Itab���”3
��.runtime.writebarrierptr���ô4��type.string���²5
��runtime.convT2E���ˆ6
��"runtime.racewrite���Ê6�6runtime.writeBarrierEnabled���î6��"".debug���€7
�� runtime.raceread���Ž7��"".debug���¢7��Bgo.string."parseAddress: spec=%q"���–8
�� "".debugT.Printf���¤8��type."".Address���¶8
��"runtime.newobject���Ü8
��"runtime.racewrite���š9�6runtime.writeBarrierEnabled���Ì9
��"runtime.racewrite���Š:�6runtime.writeBarrierEnabled���à:
��(runtime.racefuncexit���”;
��.runtime.writebarrierptr���´;
��.runtime.writebarrierptr���â;
��.runtime.writebarrierptr���–<
��.runtime.writebarrierptr���ª<
��$runtime.panicslice���Æ<
��$runtime.panicindex���ô<
��.runtime.writebarrierptr���ˆ=
��$runtime.panicslice���¤=
��$runtime.panicindex���Ú=
��.runtime.writebarrierptr���ü=
��$runtime.panicindex���²>
��.runtime.writebarrierptr���†?
��.runtime.writebarrierptr����
��.runtime.writebarrierptr���ü?
��0runtime.morestack_noctxt���@à��ˆ"".autotmp_0195�� type.*"".Address�"".autotmp_0194��"type.interface {}�"".autotmp_0193�Ï(type.[1]interface {}�"".autotmp_0191��*type.*[1]interface {}�"".autotmp_0190��&type.[]interface {}�"".autotmp_0189��type.error�"".autotmp_0188��type.*uint8�"".autotmp_0187��type.error�"".autotmp_0186��0type.*errors.errorString�"".autotmp_0185��type.bool�"".autotmp_0184��type.error�"".autotmp_0183��type.*uint8�"".autotmp_0182��type.error�"".autotmp_0181��0type.*errors.errorString�"".autotmp_0180��type.bool�"".autotmp_0179��"type.interface {}�"".autotmp_0178�¯(type.[1]interface {}�"".autotmp_0176��*type.*[1]interface {}�"".autotmp_0175��&type.[]interface {}�"".autotmp_0174��"type.interface {}�"".autotmp_0173�(type.[1]interface {}�"".autotmp_0171��*type.*[1]interface {}�"".autotmp_0170��&type.[]interface {}�"".autotmp_0169��"type.interface {}�"".autotmp_0168�ï(type.[1]interface {}�"".autotmp_0166��*type.*[1]interface {}�"".autotmp_0165��&type.[]interface {}�"".autotmp_0164�ï type.*"".Address�"".autotmp_0163��type.error�"".autotmp_0161�Ïtype.error�"".autotmp_0160�ß0type.*errors.errorString�"".autotmp_0158�¯"type.interface {}�"".autotmp_0157�(type.[1]interface {}�"".autotmp_0154�/&type.[]interface {}�"".autotmp_0153��type.string�"".autotmp_0152��0type.*errors.errorString�"".autotmp_0151��type.int�"".autotmp_0150��type.error�"".autotmp_0149��type.string�"".autotmp_0148��0type.*errors.errorString�"".autotmp_0147��type.int�"".autotmp_0146�otype.string�"".autotmp_0145��type.error�"".autotmp_0144��type.string�"".autotmp_0143��type.error�"".autotmp_0142�Otype.string�"".autotmp_0141��0type.*errors.errorString� "".~r0�type.error�errors.text·2�¯type.string�"".p�&type.*"".addrParser�"".p�¯&type.*"".addrParser�"".c�ñtype.uint8�"".p�¿&type.*"".addrParser� "".~r0�¯type.error�errors.text·2�Ïtype.string�"".p�ÿ&type.*"".addrParser�"".p�ß&type.*"".addrParser�"".c�ótype.uint8�"".p�Ï&type.*"".addrParser�"".p�ï&type.*"".addrParser� "".~r0�Ïtype.error�errors.text·2�ïtype.string�"".p�Ÿ&type.*"".addrParser�"".displayName�ïtype.string�"".spec�type.string� "".err� type.error�"".addr� type.*"".Address�"".p��&type.*"".addrParser�p"àùßà ßà”ßàªßàµßàÝßàªßàÔ� �ú˜"ba¨.áZYJ=v @?„¨OM ,+¼ðáJM ðá J¼,/ / *#*�¢�.Š+<K'U“0+N \T+<Kv+<K(J[’+<K +R“0+ [(+R“ 0¤+<K8J 
%
) *0�Tgclocals·5ddff5e3b2031fad6aea927a5f9196ac�Tgclocals·d76def524c88260363b69d2bcd195cf1���>/tmp/go/src/net/mail/message.goþ@"".(*addrParser).consumeAddrSpec��à0��È0dH‹ %����H„$øþÿÿH;A†ÿ ��Hìˆ��H‹œ$ˆ��H‰$è����1ÛH‰œ$˜��H‰œ$ ��1ÛH‰œ$¨��H‰œ$°��1ÛH‰œ$¨��H‰œ$°��1ÛH‰œ$˜��H‰œ$ ��1ÛH‰œ$H��H‰œ$P��Hœ$H��Hƒû�„t ��HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$H‹œ$��H‰\$Hƒ|$�„$ ��HÇD$����è����H‹\$H‰œ$8��H‹\$ H‰œ$@��H‹œ$p��H‰$è����H‹œ$p��H‹¬$8��H‰+H‹¬$@��€=�����…¬
��H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$���H‹œ$p��H‰\$H‹œ$x��H‰\$ H‹œ$€��H‰\$(è����H‹œ$��H‰$HÇD$���è����H‹´$��Hƒþ�„
��H‹H‹NH‹nHœ$¨��H‰\$H‰t$H‰”$X��H‰T$ H‰Œ$`��H‰L$(H‰¬$h��H‰l$0Ç$(���H����H‰D$è����ƒø�…¢ ��1ÛH‰œ$è���H‰œ$ð���H‹œ$��H‰$è����H‹„$��H‰D$xH‰$è����H‹\$xH‹kHƒý�”À<�„?��H����H‰œ$È���HDŽ$Ð������1ÛH‰œ$¨���H‰œ$°���H����H‰$è����H‹D$H‰„$€���H‰$è����H‹œ$€���H‹¬$Ð���H‰kH‹¬$È���€=�����…°���H‰+H‹œ$€���H‰œ$€���H‹ ����1íH9ét]H‹”$€���H‰Œ$¨���H‰”$°���1ÛH‰œ$˜��H‰œ$ ��H‰Œ$(��H‰Œ$¨��H‰”$0��H‰”$°��è����è����HÄˆ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹L$éqÿÿÿH‰$H‰l$è����é@ÿÿÿH‹„$��H‰D$PH‰$è����H‹\$PHƒû�„æ��H‹ H‹kH‰Œ$��Hƒý�H‰¬$��†¾��¶)@€ý"…��H����H‰$è����¶����ˆ$H����H‰\$HÇD$&���1ÛH‰\$H‰\$ H‰\$(è����H‹œ$��H‰$è����H‹l$H‹T$H‹D$H‹L$ H‰¬$��H‰¬$è���H‰”$��H‰”$ð���H‰„$¨��H‰Œ$°��H‹œ$¨��Hƒû�„W��1ÛH‰œ$��H‰œ$ ��Hœ$��Hƒû�„,��HDŽ$x�����HDŽ$€�����H‰œ$p��H‹œ$¨��H‰$H‹œ$°��H‰\$è����H‹\$H‰œ$8��H‹\$H‰œ$@��H‹œ$p��H‰$è����H‹œ$p��H‹¬$8��H‰+H‹¬$@��€=�����…„���H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$���H‹œ$p��H‰\$H‹œ$x��H‰\$ H‹œ$€��H‰\$(è����1ÛH‰œ$˜��H‰œ$ ��è����è����HÄˆ��ÃLCL‰$H‰l$è����éiÿÿÿ‰éÍþÿÿH‹„$��ÆD$O@H‰D$`H‰D$XH‰$è����H‹\$XH‹kHƒý�”À<�…¸��H‹D$`H‰D$hH‰$è����H‹\$hHƒû�„¤��H‹ H‹kH‰Œ$��Hƒý�H‰¬$��†|��¶)H‰ë¶l$O@8ë…a��H‹\$`H‰$è����H‹\$`H‰$è����H‹D$`H‹hHƒý‚+��HÿÍL‹�Hƒý�tIÿÀH‰h€=�����…ø��L‰�HÇÀ���<�…?��H����H‰œ$Ø���HDŽ$à������1ÛH‰œ$˜���H‰œ$ ���H����H‰$è����H‹D$H‰„$€���H‰$è����H‹œ$€���H‹¬$à���H‰kH‹¬$Ø���€=�����…°���H‰+H‹œ$€���H‰œ$€���H‹ ����1íH9ét]H‹”$€���H‰Œ$˜���H‰”$ ���1ÛH‰œ$˜��H‰œ$ ��H‰Œ$(��H‰Œ$¨��H‰”$0��H‰”$°��è����è����HÄˆ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹L$éqÿÿÿH‰$H‰l$è����é@ÿÿÿ1ÛH‰œ$ø���H‰œ$���H‹œ$��H‰$è����H‹„$��H‰D$pH‰$è����H‹\$pH‹kHƒý�”À<�„?��H����H‰œ$¸���HDŽ$À������1ÛH‰œ$ˆ���H‰œ$���H����H‰$è����H‹D$H‰„$€���H‰$è����H‹œ$€���H‹¬$À���H‰kH‹¬$¸���€=�����…°���H‰+H‹œ$€���H‰œ$€���H‹ ����1íH9ét]H‹”$€���H‰Œ$ˆ���H‰”$���1ÛH‰œ$˜��H‰œ$ ��H‰Œ$(��H‰Œ$¨��H‰”$0��H‰”$°��è����è����HÄˆ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹L$éqÿÿÿH‰$H‰l$è����é@ÿÿÿH‹œ$��H‰$ÆD$ÆD$ �è����H‹T$H‹L$H‹l$ H‹t$(H‰”$ø���H‰Œ$���H‰¬$¨��H‰´$°��H‹œ$¨��Hƒû�t%1ÛH‰œ$˜��H‰œ$ ��è����è����HÄˆ��ÃHÇ$����H‹œ$è���H‰\$H‹œ$ð���H‰\$H����H‰\$HÇD$ ���H‰T$(H‰L$0è����H‹T$8H‹L$@H‰”$��H‰”$˜��H‰Œ$��H‰Œ$ ��1ÛH‰œ$¨��H‰œ$°��è����è����HÄˆ��ÃH‰$L‰D$è����éøûÿÿè���� 1Àéñûÿÿè���� ‰éUûÿÿH����H‰$è����¶����ˆ$H����H‰\$HÇD$!���1ÛH‰\$H‰\$ H‰\$(è����H‹œ$��H‰$ÆD$ÆD$ �è����H‹l$H‹T$H‹D$ H‹L$(H‰¬$��H‰¬$è���H‰”$��H‰”$ð���H‰„$¨��H‰Œ$°��ééøÿÿè���� ‰éøÿÿè����è����HÄˆ��ÉéßõÿÿLCL‰$H‰l$è����éAõÿÿ‰%����éÐôÿÿ‰é…ôÿÿè����éÜóÿÿÊ
������^
��*runtime.racefuncenter���„��type.string���Ú
��runtime.convT2E���°
��"runtime.racewrite���ò�6runtime.writeBarrierEnabled���–��"".debug���¨
�� runtime.raceread���¶��"".debug���Ê��>go.string."consumeAddrSpec: %q"���¾
�� "".debugT.Printf���ò
��*runtime.racereadrange���º��R"".(*addrParser).consumeAddrSpec.func1·f���Î
��"runtime.deferproc���¦ 
��4"".(*addrParser).skipSpace���Ò 
�� runtime.raceread���
��<go.string."mail: no addr-spec"���ê
��.type.errors.errorString���ü

��"runtime.newobject���¨ 
��"runtime.racewrite���ì �6runtime.writeBarrierEnabled���® ��Bgo.itab.*errors.errorString.error���Ü 
��&runtime.deferreturn���æ 
��(runtime.racefuncexit���„��0type.*errors.errorString���š��type.error���²��Bgo.itab.*errors.errorString.error���Æ
�� runtime.typ2Itab���ö
��.runtime.writebarrierptr���¬
�� runtime.raceread���´��"".debug���Æ
�� runtime.raceread���Ô��"".debug���è��dgo.string."consumeAddrSpec: parsing quoted-string"���°
�� "".debugT.Printf���Ò
��H"".(*addrParser).consumeQuotedString���Â
��runtime.convI2E���˜
��"runtime.racewrite���Ú�6runtime.writeBarrierEnabled���þ��"".debug���
�� runtime.raceread���ž��"".debug���²��Ngo.string."consumeAddrSpec: failed: %v"���¦
�� "".debugT.Printf���Ö
��&runtime.deferreturn���à
��(runtime.racefuncexit���”
��.runtime.writebarrierptr���ì
�� runtime.raceread���Â
�� runtime.raceread���æ
��"runtime.racewrite���‚
�� runtime.raceread���Ú�6runtime.writeBarrierEnabled���š��Pgo.string."mail: missing @ in addr-spec"���ô��.type.errors.errorString���†
��"runtime.newobject���²
��"runtime.racewrite���ö�6runtime.writeBarrierEnabled���¸��Bgo.itab.*errors.errorString.error���æ
��&runtime.deferreturn���ð
��(runtime.racefuncexit���Ž ��0type.*errors.errorString���¤ ��type.error���¼ ��Bgo.itab.*errors.errorString.error���Ð 
�� runtime.typ2Itab���€!
��.runtime.writebarrierptr���Ð!
��4"".(*addrParser).skipSpace���ü!
�� runtime.raceread���º"��Pgo.string."mail: no domain in addr-spec"���”#��.type.errors.errorString���¦#
��"runtime.newobject���Ò#
��"runtime.racewrite���–$�6runtime.writeBarrierEnabled���Ø$��Bgo.itab.*errors.errorString.error���†&
��&runtime.deferreturn���&
��(runtime.racefuncexit���®&��0type.*errors.errorString���Ä&��type.error���Ü&��Bgo.itab.*errors.errorString.error���ð&
�� runtime.typ2Itab��� '
��.runtime.writebarrierptr���à'
��8"".(*addrParser).consumeAtom���”)
��&runtime.deferreturn���ž)
��(runtime.racefuncexit���€*��go.string."@"���º*
��*runtime.concatstring3���¾+
��&runtime.deferreturn���È+
��(runtime.racefuncexit���ô+
��.runtime.writebarrierptr���ˆ,
��$runtime.panicslice���¤,
��$runtime.panicindex���Ä,��"".debug���Ö,
�� runtime.raceread���ä,��"".debug���ø,��Zgo.string."consumeAddrSpec: parsing dot-atom"���À-
�� "".debugT.Printf���ö-
��8"".(*addrParser).consumeAtom���’/
��$runtime.panicindex���°/
��&runtime.deferreturn���º/
��(runtime.racefuncexit���ü/
��.runtime.writebarrierptr���¶0
��0runtime.morestack_noctxt���P��f"".autotmp_0239��type.string�"".autotmp_0238��type.error�"".autotmp_0237��type.*uint8�"".autotmp_0236��type.error�"".autotmp_0235��0type.*errors.errorString�"".autotmp_0234��type.bool�"".autotmp_0233��type.error�"".autotmp_0232��type.*uint8�"".autotmp_0231��type.error�"".autotmp_0230��0type.*errors.errorString�"".autotmp_0229��type.bool�"".autotmp_0228��"type.interface {}�"".autotmp_0227�ß(type.[1]interface {}�"".autotmp_0225��*type.*[1]interface {}�"".autotmp_0224��&type.[]interface {}�"".autotmp_0223��type.error�"".autotmp_0221�¿type.error�"".autotmp_0220�0type.*errors.errorString�"".autotmp_0218�Ÿ"type.interface {}�"".autotmp_0217�(type.[1]interface {}�"".autotmp_0214�/&type.[]interface {}�"".autotmp_0213��type.error�"".autotmp_0212��type.string�"".autotmp_0211��0type.*errors.errorString�"".autotmp_0210��type.int�"".autotmp_0209��0type.*errors.errorString�"".autotmp_0208��type.int�"".autotmp_0207��type.error�"".autotmp_0206��type.string�"".autotmp_0205��type.error�"".autotmp_0204��type.string�"".autotmp_0203��0type.*errors.errorString� "".~r0�ÿtype.error�errors.text·2�Ÿtype.string�"".p�¯&type.*"".addrParser� "".~r0�ßtype.error�errors.text·2�ßtype.string�"".p�¿&type.*"".addrParser�"".p�ß&type.*"".addrParser�"".c�ñtype.uint8�"".p�Ï&type.*"".addrParser�"".p�ï&type.*"".addrParser� "".~r0�¿type.error�errors.text·2�ÿtype.string�"".p�Ÿ&type.*"".addrParser�"".domain�Ÿtype.string�"".localPart�¿type.string�"".orig�_$type."".addrParser� "".err�0type.error�"".spec�type.string�"".p��&type.*"".addrParser�n"Üü‡Æ”øG�°�Ò‚"\[H¨7
Z.í@?MSEU ”&%ðíM.íMO•/E_LK *�¶�.¾+<K´U™6
3M þ +<K ,+R™6
@U™%6
8YTA
Ó'3�Tgclocals·13c928c6c003686cb20f090fe4e3c2b0�Tgclocals·d0abf6614ef19d5786e6434446a96a99���>/tmp/go/src/net/mail/message.goþ<"".(*addrParser).consumePhrase��À(��¤(dH‹ %����H„$(ÿÿÿH;A†í ��HìX��1ÀH‰„$À���H‰„$È���H‹œ$X��H‰$è����1Û1Û1ÛH‰œ$x��H‰œ$€��1ÛH‰œ$h��H‰œ$p��1ÛH‰œ$ð���H‰œ$ø���Hœ$ð���Hƒû�„p ��HDŽ$H�����HDŽ$P�����H‰œ$@��H����H‰$H‹œ$`��H‰\$Hƒ|$�„ ��HÇD$����è����H‹\$H‰œ$à���H‹\$ H‰œ$è���H‹œ$@��H‰$è����H‹œ$@��H‹¬$à���H‰+H‹¬$è���€=�����…¨��H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$���H‹œ$@��H‰\$H‹œ$H��H‰\$ H‹œ$P��H‰\$(è����1ÛH‰œ$��H‰œ$��H‰œ$ ��1ÛH‰\$pH‰\$xH‹œ$`��H‰$è����H‹„$`��H‰D$PH‰$è����H‹\$PH‹kHƒý�”À<�„��H����H‰œ$€���HDŽ$ˆ������1ÛH‰\$`H‰\$hH����H‰$è����H‹D$H‰D$XH‰$è����H‹\$XH‹¬$ˆ���H‰kH‹¬$€���€=�����…˜���H‰+H‹\$XH‰\$XH‹����1íH9ètNH‹L$XH‰D$`H‰L$h1ÛH‰œ$h��H‰œ$p��H‰„$Ð���H‰„$x��H‰Œ$Ø���H‰Œ$€��è����HÄX��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëƒH‰$H‰l$è����éXÿÿÿH‹„$`��H‰D$HH‰$è����H‹”$`��H‹\$HHƒû�„•��H‹ H‹kH‰Œ$���Hƒý�H‰¬$˜���†m��¶)@€ý"…"��H‰$è����H‹t$H‹L$H‹D$H‹T$ H‰t$pH‰L$xH‰”$€��H‰„$x��Hƒø�uAH‹œ$`��H‰$H‰t$H‰L$è����H‹t$H‹L$ H‹D$(H‹T$0H‰t$pH‰L$xH‰”$€��H‰„$x��Hƒø�„��Hƒø�„”��H‹œ$��Hƒû�…‚��1ÛH‰œ$°���H‰œ$¸���Hœ$°���Hƒû�„W��HDŽ$H�����HDŽ$P�����H‰œ$@��H‰$H‰T$è����H‹\$H‰œ$à���H‹\$H‰œ$è���H‹œ$@��H‰$è����H‹œ$@��H‹¬$à���H‰+H‹¬$è���€=�����…¿��H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$���H‹œ$@��H‰\$H‹œ$H��H‰\$ H‹œ$P��H‰\$(è����1ÛH‰œ$ ���H‰œ$¨���Hœ$ ���Hƒû�„5��HDŽ$H�����HDŽ$P�����H‰œ$@��H‹œ$x��H‰$H‹œ$€��H‰\$è����H‹\$H‰œ$à���H‹\$H‰œ$è���H‹œ$@��H‰$è����H‹œ$@��H‹¬$à���H‰+H‹¬$è���€=�����…���H‰kH����H‰$HÇD$ ���H‹œ$@��H‰\$H‹œ$H��H‰\$H‹œ$P��H‰\$ è����H‹D$(H‹L$01ÛH‰œ$h��H‰œ$p��H‰„$Ð���H‰„$x��H‰Œ$Ø���H‰Œ$€��è����HÄX��ÃLCL‰$H‰l$è����é`ÿÿÿ‰éÄþÿÿLCL‰$H‰l$è����é.þÿÿ‰é¢ýÿÿH‹œ$��H‰$H‹œ$��H‰\$H‹œ$ ��H‰\$H����H‰\$HÇD$ ���è����H‹L$(H‹D$0H‰Œ$h��H‰„$p��1ÛH‰œ$x��H‰œ$€��è����HÄX��ÃH‰´$���H‰Œ$��1ÛH‰œ$À���H‰œ$È���Hœ$À���Hƒû�„@��HDŽ$H�����HDŽ$P�����H‰œ$@��H����H‰$Hœ$���H‰\$HÇD$����è����H‹\$H‰œ$à���H‹\$ H‰œ$è���H‹œ$@��H‰$è����H‹œ$@��H‹¬$à���H‰+H‹¬$è���€=�����…��H‰kH����H‰$è����¶����ˆ$H����H‰\$HÇD$���H‹œ$@��H‰\$H‹œ$H��H‰\$ H‹œ$P��H‰\$(è����H‹”$��H‹„$��H‹Œ$ ��H‰ËH)ÃHƒû}QH����H‰$H‰”$(��H‰T$H‰D$H‰Œ$8��H‰L$H‰ÃH‰„$0��HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$8��H9ˇž���H‰œ$0��H‰ÓH‰”$(��H‰ÅH‰D$@HÁåHëH‰$è����H‹œ$(��H‹l$@HÁåHëH‹l$xH‰kH‹l$p€=�����u8H‰+H‹œ$(��H‰œ$��H‹œ$0��H‰œ$��H‹œ$8��H‰œ$ ��éRøÿÿH‰$H‰l$è����ë»è���� LCL‰$H‰l$è����é]þÿÿ‰é¹ýÿÿH‰$ÆD$ÆD$ è����H‹t$H‹L$H‹D$ H‹T$(H‰t$pH‰L$xH‰”$€��éÏùÿÿè���� ‰édùÿÿLCL‰$H‰l$è����éE÷ÿÿ‰%����éÔöÿÿ‰é‰öÿÿè����éîõÿÿ†
������‚
��*runtime.racefuncenter���è��type.string���¾
��runtime.convT2E���”
��"runtime.racewrite���Ö�6runtime.writeBarrierEnabled���ú��"".debug���Œ
�� runtime.raceread���š��"".debug���®��>go.string."consumePhrase: [%s]"���¢
�� "".debugT.Printf���
��4"".(*addrParser).skipSpace���¼
�� runtime.raceread���ú��@go.string."mail: missing phrase"���È��.type.errors.errorString���Ú
��"runtime.newobject���€ 
��"runtime.racewrite���¾ �6runtime.writeBarrierEnabled���ô ��Bgo.itab.*errors.errorString.error���Ž 
��(runtime.racefuncexit���¬ ��0type.*errors.errorString��� ��type.error���Ú ��Bgo.itab.*errors.errorString.error���î 
�� runtime.typ2Itab���˜ 
��.runtime.writebarrierptr���Π
�� runtime.raceread���ê 
��H"".(*addrParser).consumeQuotedString���ˆ
��D"".(*addrParser).decodeRFC2047Word���Ô
��runtime.convI2E���ª
��"runtime.racewrite���ì�6runtime.writeBarrierEnabled�����"".debug���¢
�� runtime.raceread���°��"".debug���Ä��Lgo.string."consumePhrase: hit err: %v"���¸
�� "".debugT.Printf���ü
��runtime.convI2E���Ò
��"runtime.racewrite���”�6runtime.writeBarrierEnabled���¸��Xgo.string."mail: missing word in phrase: %v"���ª
��fmt.Errorf���¬
��(runtime.racefuncexit���à
��.runtime.writebarrierptr���œ
��.runtime.writebarrierptr���Ž��go.string." "���´
��strings.Join���–
��(runtime.racefuncexit���Ü��type.string���š
��runtime.convT2E���ð
��"runtime.racewrite���²�6runtime.writeBarrierEnabled���Ö��"".debug���è
�� runtime.raceread���ö��"".debug���Š ��Lgo.string."consumePhrase: consumed %q"���þ 
�� "".debugT.Printf���Ô!��type.[]string���Ê"
��"runtime.growslice���ì#
��"runtime.racewrite���¼$�6runtime.writeBarrierEnabled���Î%
��.runtime.writebarrierptr���Ü%
��$runtime.panicslice���„&
��.runtime.writebarrierptr���Â&
��8"".(*addrParser).consumeAtom���¢'
��$runtime.panicindex���Ø'
��.runtime.writebarrierptr���’(
��0runtime.morestack_noctxt���P°��R"".autotmp_0283��"type.interface {}�"".autotmp_0282�ï(type.[1]interface {}�"".autotmp_0280��*type.*[1]interface {}�"".autotmp_0279��&type.[]interface {}�"".autotmp_0278��"type.interface {}�"".autotmp_0277�Ï(type.[1]interface {}�"".autotmp_0275��*type.*[1]interface {}�"".autotmp_0274��&type.[]interface {}�"".autotmp_0273��type.int�"".autotmp_0272�_type.[]string�"".autotmp_0271��"type.interface {}�"".autotmp_0270�¯(type.[1]interface {}�"".autotmp_0268��*type.*[1]interface {}�"".autotmp_0267��&type.[]interface {}�"".autotmp_0266��type.error�"".autotmp_0264�type.error�"".autotmp_0263�ÿ0type.*errors.errorString�"".autotmp_0261�ï"type.interface {}�"".autotmp_0260�Ï(type.[1]interface {}�"".autotmp_0257�/&type.[]interface {}�"".autotmp_0256��type.string�"".autotmp_0255��type.error�"".autotmp_0254��type.int�"".autotmp_0253�¯type.string�"".autotmp_0252��type.error�"".autotmp_0251��type.string�"".autotmp_0250��type.error�"".autotmp_0249��type.string�"".autotmp_0248��type.error�"".autotmp_0247��type.string�"".autotmp_0246��0type.*errors.errorString�"".autotmp_0245�¯type.int�"".p�Ÿ&type.*"".addrParser� "".~r0�ïtype.error�errors.text·2�¯type.string�"".p�&type.*"".addrParser�"".word�Ïtype.string�"".words�type.[]string� "".err�0type.error�"".phrase�type.string�"".p��&type.*"".addrParser�8"°°¯°Ž¯°´¯°‰� �˜æ4JI(¨ .Ì87J[/A„µ&Z¬•-.9*�¢�@ž+<K7O‡00N õ+<Kb+lAL1 ‚+<KfQq'05�Tgclocals·4d45cab3ee297942188a11cfbc3c777d�Tgclocals·de063281cd0afc6d82c648a9d535ad34���>/tmp/go/src/net/mail/message.goþH"".(*addrParser).consumeQuotedString��€)��î(dH‹ %����H„$ÿÿÿH;A†
��Hìh��H‹œ$h��H‰$è����1Û1Û1ÛH‰œ$ˆ��H‰œ$��1ÛH‰œ$x��H‰œ$€��HÇD$H���H\$^HÇ����ÆC�ÆC �H\$^Hƒû�„Ÿ ��1ÒHÇÁ
���H‰œ$ ��H‰”$(��H‰Œ$0��H‹„$p��H‰D$pH‰$è����H‹\$pH‹[H‹l$HH9ë*��H����H‰œ$À���HDŽ$È������1ÛH‰œ$€���H‰œ$ˆ���H����H‰$è����H‹D$H‰D$xH‰$è����H‹\$xH‹¬$È���H‰kH‹¬$À���€=�����…¡���H‰+H‹\$xH‰\$xH‹����1íH9ètTH‹L$xH‰„$€���H‰Œ$ˆ���1ÛH‰œ$x��H‰œ$€��H‰„$��H‰„$ˆ��H‰Œ$��H‰Œ$��è����HÄh��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ézÿÿÿH‰$H‰l$è����éOÿÿÿH‹œ$p��H‰$è����H‹t$HH‹„$p��Hƒø�„ø��H‹H‹HH‰”$à���H‰Œ$è���H9΃Ñ��H2¶+H‰é@€ý"…6��H‰óHÿÃH‰\$PH‰$è����H‹œ$p��H‰$è����H‹„$p��H‹l$PL‹@L9Ňð��L‹I)èIƒø�tM )L‰@€=�����…¼��L‰H‹œ$(��Hƒû�…*��H����H‰œ$Ð���HDŽ$Ø������1ÛH‰œ$ ���H‰œ$¨���H����H‰$è����H‹D$H‰D$xH‰$è����H‹\$xH‹¬$Ø���H‰kH‹¬$Ð���€=�����…¡���H‰+H‹\$xH‰\$xH‹����1íH9ètTH‹L$xH‰„$ ���H‰Œ$¨���1ÛH‰œ$x��H‰œ$€��H‰„$��H‰„$ˆ��H‰Œ$��H‰Œ$��è����HÄh��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ézÿÿÿH‰$H‰l$è����éOÿÿÿHÇ$����H‹œ$ ��H‰\$H‹œ$(��H‰\$H‹œ$0��H‰\$è����H‹L$ H‹D$(H‰Œ$à���H‰Œ$x��H‰„$è���H‰„$€��1ÛH‰œ$ˆ��H‰œ$��è����HÄh��ÃH‰$L‰L$è����é4þÿÿè���� @€ý\…Ç��H‰D$hH‰$è����H‹L$HH‹\$hH‹kH‰ËHÿÃH9ë…*��H����H‰œ$°���HDŽ$¸������1ÛH‰œ$���H‰œ$˜���H����H‰$è����H‹D$H‰D$xH‰$è����H‹\$xH‹¬$¸���H‰kH‹¬$°���€=�����…¡���H‰+H‹\$xH‰\$xH‹����1íH9ètTH‹L$xH‰„$���H‰Œ$˜���1ÛH‰œ$x��H‰œ$€��H‰„$��H‰„$ˆ��H‰Œ$��H‰Œ$��è����HÄh��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ézÿÿÿH‰$H‰l$è����éOÿÿÿH‰ËHÿÃH‰\$PH‹œ$p��H‰$è����H‹œ$p��Hƒû�„=��H‹ H‹CH‰Œ$à���H‹l$PH‰„$è���H9Ń��H)¶+@ˆl$FH‹”$ ��H‹„$(��H‹Œ$0��H‰ËH)ÃHƒû}QH����H‰$H‰”$P��H‰T$H‰D$H‰Œ$`��H‰L$H‰ÃH‰„$X��HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$`��H9ËwvH‰œ$X��H‰”$P��H‰D$PHH‰$è����H‹„$P��H‹l$PH(¶l$F@ˆ+H‰„$ ��H‹œ$X��H‰œ$(��H‹œ$`��H‰œ$0��H‹\$HHƒÃH‰\$Hé[ùÿÿè���� è���� ‰é¼þÿÿ@ˆl$E@€ý\„ ��@€ý"„–��@€ý!‚…��@€ý~–À<�„��H‹”$ ��H‹„$(��H‹Œ$0��H‰ËH)ÃHƒû}QH����H‰$H‰”$P��H‰T$H‰D$H‰Œ$`��H‰L$H‰ÃH‰„$X��HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$`��H9ËwuH‰œ$X��H‰”$P��H‰D$PHH‰$è����H‹„$P��H‹l$PH(¶l$E@ˆ+H‰„$ ��H‹œ$X��H‰œ$(��H‹œ$`��H‰œ$0��H‹\$HHÿÃH‰\$Héøÿÿè���� €ù „óþÿÿˆL$G1ÛH‰œ$���H‰œ$��Hœ$���Hƒû�„:��HDŽ$@�����HDŽ$H�����H‰œ$8��H����H‰$H\$GH‰\$HÇD$����è����H‹\$H‰œ$ð���H‹\$ H‰œ$ø���H‹œ$8��H‰$è����H‹œ$8��H‹¬$ð���H‰+H‹¬$ø���€=�����…���H‰kH����H‰$HÇD$(���H‹œ$8��H‰\$H‹œ$@��H‰\$H‹œ$H��H‰\$ è����H‹D$(H‹L$01ÛH‰œ$x��H‰œ$€��H‰„$��H‰„$ˆ��H‰Œ$��H‰Œ$��è����HÄh��ÃLCL‰$H‰l$è����é`ÿÿÿ‰é¿þÿÿ1Àé{ýÿÿ1Àétýÿÿè���� ‰�éøÿÿ‰éZöÿÿè����éÉõÿÿˆ
������^
��*runtime.racefuncenter���ô
�� runtime.raceread���°��Pgo.string."mail: unclosed quoted-string"���Š��.type.errors.errorString���œ
��"runtime.newobject���Â
��"runtime.racewrite���€�6runtime.writeBarrierEnabled���¶��Bgo.itab.*errors.errorString.error���Ü
��(runtime.racefuncexit���ú��0type.*errors.errorString�����type.error���¨��Bgo.itab.*errors.errorString.error���¼
�� runtime.typ2Itab���ì
��.runtime.writebarrierptr���˜
�� runtime.raceread���Ö 
��"runtime.racewrite���ø 
�� runtime.raceread���à
�6runtime.writeBarrierEnabled���¦ ��Jgo.string."mail: empty quoted-string"���€ ��.type.errors.errorString���’ 
��"runtime.newobject���¸ 
��"runtime.racewrite���ö �6runtime.writeBarrierEnabled���¬ ��Bgo.itab.*errors.errorString.error���Ò
��(runtime.racefuncexit���ð��0type.*errors.errorString���†��type.error���ž��Bgo.itab.*errors.errorString.error���²
�� runtime.typ2Itab���â
��.runtime.writebarrierptr���Ô
��2runtime.slicebytetostring���Ö
��(runtime.racefuncexit���‚
��.runtime.writebarrierptr���–
��$runtime.panicslice���Ê
�� runtime.raceread���’��Pgo.string."mail: unclosed quoted-string"���ì��.type.errors.errorString���þ
��"runtime.newobject���¤
��"runtime.racewrite���â�6runtime.writeBarrierEnabled���˜��Bgo.itab.*errors.errorString.error���¾
��(runtime.racefuncexit���Ü��0type.*errors.errorString���ò��type.error���Š��Bgo.itab.*errors.errorString.error���ž
�� runtime.typ2Itab���Î
��.runtime.writebarrierptr���
�� runtime.raceread���ì��type.[]uint8���â
��"runtime.growslice���ê
��"runtime.racewrite���œ
��$runtime.panicslice���ª
��$runtime.panicindex���ö��type.[]uint8���ì
��"runtime.growslice���ô 
��"runtime.racewrite���¤"
��$runtime.panicslice���Ø#��type.uint8���$
��runtime.convT2E���æ$
��"runtime.racewrite���¨%�6runtime.writeBarrierEnabled���Ì%��hgo.string."mail: bad character in quoted-string: %q"���¾&
��fmt.Errorf���À'
��(runtime.racefuncexit���ô'
��.runtime.writebarrierptr���²(
��$runtime.panicindex���Ü(
��0runtime.morestack_noctxt���PÐ��`"".autotmp_0323��type.string�"".autotmp_0322��type.error�"".autotmp_0321��type.*uint8�"".autotmp_0320��type.error�"".autotmp_0319��0type.*errors.errorString�"".autotmp_0318�ï"type.interface {}�"".autotmp_0317�Ï(type.[1]interface {}�"".autotmp_0314�_&type.[]interface {}�"".autotmp_0313��type.int�"".autotmp_0312��type.[]uint8�"".autotmp_0311��type.int�"".autotmp_0310��type.[]uint8�"".autotmp_0309�Ãtype.uint8�"".autotmp_0308��type.int�"".autotmp_0307��type.error�"".autotmp_0306��type.*uint8�"".autotmp_0305��type.error�"".autotmp_0304��0type.*errors.errorString�"".autotmp_0302��type.error�"".autotmp_0300�¯type.error�"".autotmp_0299�ß0type.*errors.errorString�"".autotmp_0298�“type.[10]uint8�"".autotmp_0297��0type.*errors.errorString�"".autotmp_0296��type.int�"".autotmp_0295��type.int�"".autotmp_0294��type.error�"".autotmp_0293�Átype.uint8�"".autotmp_0292��type.int�"".autotmp_0291��type.int�"".autotmp_0290��0type.*errors.errorString�"".autotmp_0289��type.int�"".autotmp_0288��0type.*errors.errorString�"".autotmp_0287�¯type.int�"".autotmp_0286�/type.[]uint8� "".~r0�type.error�errors.text·2�¯type.string� "".~r0�¯type.error�errors.text·2�ïtype.string�"".p�ÿ&type.*"".addrParser� "".~r0�Ïtype.error�errors.text·2�Ïtype.string�"".p�ï&type.*"".addrParser�"".c�Åtype.uint8� "".qsb�type.[]uint8�"".i�¿type.int� "".err�0type.error�
"".qs�type.string�"".p��&type.*"".addrParser�R"ЗÏÐúÏÐÁÏгÏÐÀÏÐT�À�¸¸">=( D-Ø0/MR
"cØM}
+Ø"!MÊ2ë  ¾ &  �”�.‹T0.ý0QA

Z 09© DYìXv+lA(�Tgclocals·ae469edf5da817ed95a7a012613da598�Tgclocals·3c7c563e1c9038064b8996c915c4bbfb���>/tmp/go/src/net/mail/message.goþ8"".(*addrParser).consumeAtom��à#��Ð#dH‹ %����H„$8ÿÿÿH;A†Ã��HìH��H‹œ$H��H‰$è����1Û1Û1ÛH‰œ$p��H‰œ$x��1ÛH‰œ$`��H‰œ$h��H‹„$P��H‰D$8H‰$è����H‹\$8Hƒû�„W��H‹ H‹kH‰Œ$��Hƒý�H‰¬$��†/��¶)@ˆ,$ÆD$�è����¶\$€û�…��H����H‰œ$¸���HDŽ$À������1ÛH‰\$hH‰\$pH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$À���H‰kH‹¬$¸���€=�����…˜���H‰+H‹\$@H‰\$@H‹����1íH9ètNH‹L$@H‰D$hH‰L$p1ÛH‰œ$`��H‰œ$h��H‰„$(��H‰„$p��H‰Œ$0��H‰Œ$x��è����HÄH��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëƒH‰$H‰l$è����éXÿÿÿHÇD$(���H‹„$P��H‰D$0H‰$è����H‹\$0H‹[H‹l$(H9뎀���H‹œ$P��H‰$è����H‹œ$P��Hƒû�„•��H‹ H‹CH‰Œ$��H‹l$(H‰„$��H9Ńi��H)¶+@ˆ,$¶œ$X��ˆ\$è����¶\$€û�tH‹\$(HÿÃH‰\$(éSÿÿÿH‹œ$P��H‰$è����H‹„$P��H‹l$(L‹@L9Ňÿ��L‹�H‰¬$��L‰„$��H‰$è����H‹”$P��H‹l$(L‹BL9ŇÂ��L‹
I)èIƒø�tM )L‰„$@��L‰Œ$8��H‹Œ$��H‹„$��H‰Œ$��H‰Œ$`��H‰„$ ��H‰„$h��H‰$è����H‹œ$P��H‹¬$@��H‰kH‹¬$8��€=�����…-��H‰+€¼$Y���…Ó��H‹¼$`��H‰¼$Ø���H‹”$h��H5����H‰´$ø���HÇÀ���H‰”$à���H‰„$���H9ÂŒÎ��H9Ї¾��H9À…®��H‰¼$��H‰<$H‰„$ ��H‰D$H‰t$H‰D$è����¶\$ H‰Ø<�„��H����H‰œ$ˆ���HDŽ$������1ÛH‰\$HH‰\$PH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$���H‰kH‹¬$ˆ���€=�����…˜���H‰+H‹\$@H‰\$@H‹����1íH9ètNH‹L$@H‰D$HH‰L$P1ÛH‰œ$`��H‰œ$h��H‰„$(��H‰„$p��H‰Œ$0��H‰Œ$x��è����HÄH��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëƒH‰$H‰l$è����éXÿÿÿH‹œ$`��H‰$H‹œ$h��H‰\$H����H‰\$HÇD$���è����¶\$ €û�„��H����H‰œ$˜���HDŽ$ ������1ÛH‰\$XH‰\$`H����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$ ���H‰kH‹¬$˜���€=�����…˜���H‰+H‹\$@H‰\$@H‹����1íH9ètNH‹L$@H‰D$XH‰L$`1ÛH‰œ$`��H‰œ$h��H‰„$(��H‰„$p��H‰Œ$0��H‰Œ$x��è����HÄH��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëƒH‰$H‰l$è����éXÿÿÿH‹¼$`��H‰¼$È���H‹Œ$h��H5����H‰´$è���HÇÀ���H‰Œ$Ð���H‰„$ð���H9ÁŒ±��H‰ËH)ÃH‰ÍH9ˇ˜��H)ÝI‰øHƒý�tMH9Å…x��L‰„$8��L‰$H‰¬$@��H‰l$H‰t$H‰D$è����¶\$ H‰Ø<�„!��H����H‰œ$¨���HDŽ$°������1ÛH‰\$xH‰œ$€���H����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$°���H‰kH‹¬$¨���€=�����…›���H‰+H‹\$@H‰\$@H‹����1íH9ètQH‹L$@H‰D$xH‰Œ$€���1ÛH‰œ$`��H‰œ$h��H‰„$(��H‰„$p��H‰Œ$0��H‰Œ$x��è����HÄH��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë€H‰$H‰l$è����éUÿÿÿ1ÛH‰œ$p��H‰œ$x��è����HÄH��Ã1Àé±þÿÿè���� 1Àé£þÿÿ1Àé{ûÿÿè���� 1ÀémûÿÿH‰$H‰l$è����éÃúÿÿè���� è���� è���� ‰édùÿÿè���� ‰é¢÷ÿÿè����é÷ÿÿ”
������^
��*runtime.racefuncenter���Ú
�� runtime.raceread���Ü
��"".isAtext���†��@go.string."mail: invalid string"���Ô��.type.errors.errorString���æ
��"runtime.newobject���Œ
��"runtime.racewrite���Ê�6runtime.writeBarrierEnabled���€��Bgo.itab.*errors.errorString.error���š
��(runtime.racefuncexit���¸��0type.*errors.errorString���Î��type.error���æ��Bgo.itab.*errors.errorString.error���ú
�� runtime.typ2Itab���¤
��.runtime.writebarrierptr���ì
�� runtime.raceread���¼
�� runtime.raceread���â 
��"".isAtext���¼

�� runtime.raceread���¨ 
�� runtime.raceread���Ž 
��"runtime.racewrite���Ò �6runtime.writeBarrierEnabled���À��go.string."."���„
�� runtime.eqstring���²��Jgo.string."mail: leading dot in atom"���€��.type.errors.errorString���’
��"runtime.newobject���¸
��"runtime.racewrite���ö�6runtime.writeBarrierEnabled���¬��Bgo.itab.*errors.errorString.error���Æ
��(runtime.racefuncexit���ä��0type.*errors.errorString���ú��type.error���’��Bgo.itab.*errors.errorString.error���¦
�� runtime.typ2Itab���Ð
��.runtime.writebarrierptr���š��go.string.".."���À
�� strings.Contains���ê��Hgo.string."mail: double dot in atom"���¸��.type.errors.errorString���Ê
��"runtime.newobject���ð
��"runtime.racewrite���®�6runtime.writeBarrierEnabled���ä��Bgo.itab.*errors.errorString.error���þ
��(runtime.racefuncexit���œ��0type.*errors.errorString���²��type.error���Ê��Bgo.itab.*errors.errorString.error���Þ
�� runtime.typ2Itab���ˆ
��.runtime.writebarrierptr���Ð��go.string."."���Æ
�� runtime.eqstring���ô��Lgo.string."mail: trailing dot in atom"���È��.type.errors.errorString���Ú
��"runtime.newobject���€
��"runtime.racewrite���¾�6runtime.writeBarrierEnabled���ô��Bgo.itab.*errors.errorString.error���” 
��(runtime.racefuncexit���² ��0type.*errors.errorString���È ��type.error���à ��Bgo.itab.*errors.errorString.error���ô 
�� runtime.typ2Itab���ž!
��.runtime.writebarrierptr���Ö!
��(runtime.racefuncexit���þ!
��$runtime.panicslice���¨"
��$runtime.panicslice���Ö"
��.runtime.writebarrierptr���ê"
��$runtime.panicslice���ø"
��$runtime.panicslice���†#
��$runtime.panicindex���¢#
��$runtime.panicindex���¾#
��0runtime.morestack_noctxt���`��j"".autotmp_0368��type.error�"".autotmp_0367��type.*uint8�"".autotmp_0366��type.error�"".autotmp_0365��0type.*errors.errorString�"".autotmp_0364��type.bool�"".autotmp_0363��type.error�"".autotmp_0362��type.*uint8�"".autotmp_0361��type.error�"".autotmp_0360��0type.*errors.errorString�"".autotmp_0359��type.error�"".autotmp_0358��type.*uint8�"".autotmp_0357��type.error�"".autotmp_0356��0type.*errors.errorString�"".autotmp_0355��type.bool�"".autotmp_0354�_type.string�"".autotmp_0353��type.error�"".autotmp_0351�?type.error�"".autotmp_0350�0type.*errors.errorString�"".autotmp_0349��0type.*errors.errorString�"".autotmp_0348��type.string�"".autotmp_0345��type.int�"".autotmp_0344��type.int�"".autotmp_0343��type.int�"".autotmp_0342��0type.*errors.errorString�"".autotmp_0341��type.bool�"".autotmp_0340��0type.*errors.errorString�"".autotmp_0339��type.string�"".autotmp_0336��type.int�"".autotmp_0335�type.string�"".autotmp_0334��type.string�"".autotmp_0332��type.bool�"".autotmp_0331��type.int�"".autotmp_0330��0type.*errors.errorString� "".~r0�Ÿtype.error�errors.text·2�¿type.string�"strings.suffix·3�¿type.string�strings.s·2�ÿtype.string� "".~r0�ßtype.error�errors.text·2�ßtype.string� "".~r0�ÿtype.error�errors.text·2�ÿtype.string�"strings.prefix·3�Ÿtype.string�strings.s·2�ßtype.string�"".p�¯&type.*"".addrParser� "".~r0�¿type.error�errors.text·2�Ÿtype.string�"".p�Ÿ&type.*"".addrParser�"".i�¿type.int� "".err�@type.error�"".atom� type.string�"".permissive�type.bool� "".dot�type.bool�"".p��&type.*"".addrParser�P"öÕÛÊ`y�ð�”„"&%(eÌ"!J ­æ‘ÌJAÌ  JªÒJ �Œ�.>AE‡09( ¶s»G‡ 0M
E‡0´
J
Š01 ,
<�Tgclocals·0e9fb8fd6096bf0f60c52426f0dc3d75�Tgclocals·8bbea332330072e4170042f509ba929d���>/tmp/go/src/net/mail/message.goþ0"".(*addrParser).consume��€��èdH‹ %����H;a†��Hƒì0H‹\$0H‰$è����H‹D$8H‰D$H‰$è����H‹\$H‹kHƒý�”À<�…½���H‹D$8H‰D$H‰$è����H‹\$Hƒû�„±���H‹ H‹kH‰L$ Hƒý�H‰l$(†���¶)H‰ë¶l$@@8ëupH‹\$8H‰$è����H‹\$8H‰$è����H‹D$8H‹hHƒýr>HÿÍL‹�Hƒý�tIÿÀH‰h€=�����uL‰�ÆD$Hè����HƒÄ0ÃH‰$L‰D$è����ëáè���� ÆD$H�è����HƒÄ0Ãè���� ‰éHÿÿÿè����éÌþÿÿ
������B
��*runtime.racefuncenter���h
�� runtime.raceread���¾
�� runtime.raceread���Î
��"runtime.racewrite���ê
�� runtime.raceread���º�6runtime.writeBarrierEnabled���Ú
��(runtime.racefuncexit���€
��.runtime.writebarrierptr���Ž
��$runtime.panicslice���¦
��(runtime.racefuncexit���º
��$runtime.panicindex���Ö
��0runtime.morestack_noctxt���0`��
"".p�?&type.*"".addrParser�"".p�/&type.*"".addrParser� "".~r1� type.bool�"".c�type.uint8�"".p��&type.*"".addrParser�`Þ_`%_`$�À�8°
xJ�� +Hš�Tgclocals·cb395d89503762333b1bfb09ba74eb12�Tgclocals·7f1e9457ccdd59eb521cbcc8eefe7f0f���>/tmp/go/src/net/mail/message.goþ4"".(*addrParser).skipSpace�� ��ŽdH‹ %����H;a†ª���Hƒì@H‹\$@H‰$è����H‹\$HH‰$è����H‹t$HH‹H‰ $H‹NH‰L$H����H‰\$HÇD$���è����H‹\$ H‰\$0H‹\$(H‰\$8H‹\$HH‰$è����H‹\$HH‹l$8H‰kH‹l$0€=�����u H‰+è����HƒÄ@ÃH‰$H‰l$è����ëæè����é9ÿÿÿ
������B
��*runtime.racefuncenter���^
�� runtime.raceread���–��go.string." \t"���¼
�� strings.TrimLeft���€
��"runtime.racewrite���²�6runtime.writeBarrierEnabled���È
��(runtime.racefuncexit���î
��.runtime.writebarrierptr���ü
��0runtime.morestack_noctxt���€��"".autotmp_0378�type.string�"".p��&type.*"".addrParser�€•€#�Ð�‘�� _$-�Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·d8fdd2a55187867c76648dc792366181���>/tmp/go/src/net/mail/message.goþ*"".(*addrParser).peek��€��êdH‹ %����H;av_HƒìH‹\$H‰$è����H‹\$ H‰$è����H‹\$ Hƒû�t0H‹ H‹kH‰L$Hƒý�H‰l$v¶)@ˆl$(è����HƒÄÃè���� ‰ëÌè����ë‹
������:
��*runtime.racefuncenter���V
�� runtime.raceread���´
��(runtime.racefuncexit���È
��$runtime.panicindex���Þ
��0runtime.morestack_noctxt��� 0�� "".~r0�type.uint8�"".p��&type.*"".addrParser�0O/0�€�$ÊÁÄ8ÃÄ�
�d�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad���>/tmp/go/src/net/mail/message.goþ,"".(*addrParser).empty��À��®dH‹ %����H;avAHƒìH‹\$H‰$è����H‹D$H‰D$H‰$è����H‹\$H‹kHƒý�”D$ è����HƒÄÃè����ë©
������:
��*runtime.racefuncenter���`
�� runtime.raceread���Ž
��(runtime.racefuncexit���¢
��0runtime.morestack_noctxt��� ��"".p�&type.*"".addrParser� "".~r0�type.bool�"".p��&type.*"".addrParser� < �`�$ÒÉÌ%ËÌ���Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���>/tmp/go/src/net/mail/message.goþ("".(*addrParser).len�� ��œdH‹ %����H;av8HƒìH‹\$H‰$è����H‹\$H‰$è����H‹\$H‹kH‰l$è����HƒÄÃè����ë²
������:
��*runtime.racefuncenter���V
�� runtime.raceread���|
��(runtime.racefuncexit���
��0runtime.morestack_noctxt��� �� "".~r0�type.int�"".p��&type.*"".addrParser�3 �P�Ú! �
�4�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþD"".(*addrParser).decodeRFC2047Word��à��àdH‹ %����H;a†��HƒìxH‹\$xH‰$è����1ÛH‰œ$˜���H‰œ$ ���1ÛH‰œ$¨���H‰œ$°���H‹œ$€���H‰$Hƒ$è����H‹„$€���H‹X1íH9넏���H‰$Hƒ$è����H‹œ$€���H‹kH‰,$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹l$H‹T$ H‹L$(H‹D$0H‰l$hH‰¬$˜���H‰T$pH‰”$ ���H‰L$XH‰Œ$¨���H‰D$`H‰„$°���è����HƒÄxÃH����H‰$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹l$H‹T$ H‹D$(H‹L$0H‰l$HH‰T$PH‰L$@H‰D$8Hƒø�u,H‰¬$˜���H‰”$ ���1ÛH‰œ$¨���H‰œ$°���è����HƒÄxÃH����H‰$H‰D$H‰L$HÇD$����è����H‹”$ˆ���H‹Œ$���¶\$ €û�t4H‰”$˜���H‰Œ$ ���H‹\$8H‰œ$¨���H‹\$@H‰œ$°���è����HƒÄxÃH‰”$˜���H‰Œ$ ���1ÛH‰œ$¨���H‰œ$°���è����HƒÄxÃè����éÐýÿÿ
������B
��*runtime.racefuncenter���¶
�� runtime.raceread���€
�� runtime.raceread���Þ
��@mime.(*WordDecoder).DecodeHeader���ø
��(runtime.racefuncexit�����""".rfc2047Decoder���Ö
��4mime.(*WordDecoder).Decode���€
��(runtime.racefuncexit���˜��(type."".charsetError���Ð
��$runtime.assertI2T2���â
��(runtime.racefuncexit���º
��(runtime.racefuncexit���Î
��0runtime.morestack_noctxt���pð��"".autotmp_0387��type.error�"".autotmp_0386��type.string�"".autotmp_0383�?type.error�"".autotmp_0382�type.string� "".err�type.error� "".dec�_type.string� "".~r2�Ptype.error� "".~r1�0type.string�"".s�type.string�"".p��&type.*"".addrParser�@ðíïðƒïðpïð+ïð
�°�Nâ$-…M "=*,
� � Û/U(I@�Tgclocals·4caedbf022478225dd0972fe7802261f�Tgclocals·169f657058b78cded8e3656ae64c02c9���>/tmp/go/src/net/mail/message.goþ*"".charsetError.Error�� ��œdH‹ %����HD$ðH;A†l��Hì���H‹œ$���H‰$è����1ÛH‰œ$¨���H‰œ$°���H‹œ$˜���H‰\$hH‹œ$ ���H‰\$p1ÛH‰\$HH‰\$PH\$HHƒû�„��HDŽ$€������HDŽ$ˆ������H‰\$xH����H‰$H\$hH‰\$HÇD$����è����H‹\$H‰\$8H‹\$ H‰\$@H‹\$xH‰$è����H‹\$xH‹l$8H‰+H‹l$@€=�����urH‰kH����H‰$HÇD$���H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹L$(H‹D$0H‰L$XH‰Œ$¨���H‰D$`H‰„$°���è����HÄ���ÃLCL‰$H‰l$è����é{ÿÿÿ‰éóþÿÿè����érþÿÿ
������X
��*runtime.racefuncenter���®��type.string���æ
��runtime.convT2E���ª
��"runtime.racewrite���Ú�6runtime.writeBarrierEnabled���ö��Jgo.string."charset not supported: %q"���â
��fmt.Sprintf���´
��(runtime.racefuncexit���è
��.runtime.writebarrierptr���Š
��0runtime.morestack_noctxt���@ ��"".autotmp_0394�¯"type.interface {}�"".autotmp_0393�(type.[1]interface {}�"".autotmp_0390�/&type.[]interface {}�"".autotmp_0389�otype.string�"".autotmp_0388�Otype.string� "".~r0� type.string�"".e��(type."".charsetError� ÆŸ *��–B—& � �+‡"\)�Tgclocals·0339280ffb19a16e34cf05af13ea6ca5�Tgclocals·99ff243058d99b2f59ae4488a1ecd35f���>/tmp/go/src/net/mail/message.goþ"".isAtext��à��ÐdH‹ %����H;a†‹���Hƒì(H‹\$(H‰$è����€|$1�t¶\$0€û.uÆD$8è����HƒÄ(ÃH����H‰$è����H‹����H‰$H‹����H‰\$H‹����H‰\$¶\$0ˆ\$è����H‹\$ Hƒû�D$8è����HƒÄ(Ãè����éXÿÿÿ
������B
��*runtime.racefuncenter���x
��(runtime.racefuncexit�����"".atextChars���¢
�� runtime.raceread���°��"".atextChars���Æ�"".atextChars���Þ �"".atextChars���„
��bytes.IndexByte���ª
��(runtime.racefuncexit���¾
��0runtime.morestack_noctxt��� P�� "".~r2�type.bool� "".dot�type.bool�"".c��type.uint8�P-OPXOP�°�(¬%O� � �Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ"".isQtext��À��ÀdH‹ %����H;avJHƒìH‹\$H‰$è����¶D$<\t <"t<!r<~–D$è����HƒÄÃÆD$�ëïÆD$�è����HƒÄÃè����ë 
������:
��*runtime.racefuncenter���t
��(runtime.racefuncexit��� 
��(runtime.racefuncexit���´
��0runtime.morestack_noctxt��� �� "".~r1�type.bool�"".c��type.uint8�/�`�@¼óø ýþ
ýúùú�
�D�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ"".quoteString��À
��¢
dH‹ %����HD$ðH;A†o��Hì���H‹œ$���H‰$è����1ÛH‰œ$¨���H‰œ$°���H����H‰$è����H‹D$H‰D$PH‰$HÇD$p���è����H‹\$PH‰$ÆD$"è����H‹œ$˜���H‰\$hH‹œ$ ���H‰\$p1ÒH‰T$@H‹\$hH‰$H‹\$pH‰\$H‰T$è����H‹l$PH‹T$‹D$ H‰T$8Hƒú�„«���H‰Á<\„™���<"„‘���<!‚‚���<~–À<�uY€ù tk€ù ”À<�uJˆL$7€ù!r=€ù~–À<�„wÿÿÿH‰,$ÆD$\è����H‹\$PH‰$¶\$7ˆ\$è����H‹T$8éHÿÿÿ1ÀëÅH‰,$ˆL$è����H‹T$8é-ÿÿÿHÇÀ���ë’1Àé|ÿÿÿ1ÀéuÿÿÿH‰,$ÆD$"è����H‹D$P1ÛH‰\$XH‰\$`1íH9èu5H ����HÇÀ���H‰L$XH‰Œ$¨���H‰D$`H‰„$°���è����HÄ���ÃH‰D$HH‰$Hƒ$è����H‹D$HH‹hH‰l$8H‰$è����H‹\$HH‹l$8L‹CL‹KL9Åw]L‹I)èI)éIƒù�tM*HÇ$����L‰T$xL‰T$L‰„$€���L‰D$L‰Œ$ˆ���L‰L$è����H‹L$ H‹D$(H‰L$hH‰D$pé;ÿÿÿè���� è����éoýÿÿ$
������X
��*runtime.racefuncenter���Š��"type.bytes.Buffer���œ
��"runtime.newobject���Ô
��,runtime.racewriterange���ú
��2bytes.(*Buffer).WriteByte���ö
��&runtime.stringiter2���à
��2bytes.(*Buffer).WriteByte���Ž
��2bytes.(*Buffer).WriteByte���Ä
��2bytes.(*Buffer).WriteByte���¢
��2bytes.(*Buffer).WriteByte���à��"go.string."<nil>"���¬
��(runtime.racefuncexit���â
�� runtime.raceread���
�� runtime.raceread���Æ 
��2runtime.slicebytetostring���‚

��$runtime.panicslice���

��0runtime.morestack_noctxt���@ ��"".autotmp_0405��type.string�"".autotmp_0400�¯type.int�"".autotmp_0399�Ÿtype.int�"".autotmp_0398�/type.[]uint8�"".autotmp_0397��type.int�"".autotmp_0396�Otype.string�"".&buf�$type.*bytes.Buffer� "".~r0�otype.string�bytes.b·2�$type.*bytes.Buffer�
"".ch�±type.uint8� "".~r1� type.string�"".s��type.string� ÂŸ ¾� �RÎ,[0 ò�$�+>QÖEr>�Tgclocals·0339280ffb19a16e34cf05af13ea6ca5�Tgclocals·f8621dc9f947bf9a96b61884b172d318���>/tmp/go/src/net/mail/message.goþ"".isVchar�� ��’dH‹ %����H;av3HƒìH‹\$H‰$è����¶D$<!r<~–D$è����HƒÄÃÆD$�ëïè����ë·
������:
��*runtime.racefuncenter���d
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt��� �� "".~r1�type.bool�"".c��type.uint8�'�P�,ð·¼ »¼
»¸�
�4�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ"".isWSP�� ��’dH‹ %����H;av3HƒìH‹\$H‰$è����¶D$< t< ”D$è����HƒÄÃÆD$ëïè����ë·
������:
��*runtime.racefuncenter���d
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt��� �� "".~r1�type.bool�"".c��type.uint8�'�P�,þµ¸ ·¸
·¶�
�4�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ"".glob.func1�� ��„dH‹ %����H;a†¥���HƒìHH‹\$HH‰$è����1Û1ÛH‰œ$€���H‰œ$ˆ���H‹\$PH‰\$8H‹\$XH‰\$@1ÛH‰\$pH‰\$xH����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰œ$€���H‹\$0H‰œ$ˆ���è����HƒÄHÃè����é>ÿÿÿ
������B
��*runtime.racefuncenter���¸��(type."".charsetError���Î��type.error���æ��:go.itab."".charsetError.error��� 
��runtime.convT2I���Þ
��(runtime.racefuncexit���ò
��0runtime.morestack_noctxt���€��
"".autotmp_0406�(type."".charsetError� "".~r3�`type.error� "".~r2�@type.io.Reader�"".input� type.io.Reader�"".charset��type.string� �Ð�ˆ9u�� o"�Tgclocals·ea26dd3cc5fcb7b2af8df6dcabdc9054�Tgclocals·f273d95821749b2fa833873bf04b0c5f���>/tmp/go/src/net/mail/message.goþL"".(*addrParser).consumeAddrSpec.func1��À��¬dH‹ %����H;av}HƒìH‹\$H‰$è����H‹\$ H‰$è����H‹\$ H‹+Hƒý�tAH‹\$(H‰$HÇD$���è����H‹\$(Hƒû�t)Hl$0H‰\$H‰l$H-����H‰,$è����è����HƒÄÉëÓè����éjÿÿÿ
������:
��*runtime.racefuncenter���V
�� runtime.raceread��� 
��,runtime.racewriterange���â��$type."".addrParser���ô
��(runtime.typedmemmove���þ
��(runtime.racefuncexit���š
��0runtime.morestack_noctxt���P0��"".orig� $type."".addrParser�"".p�&type.*"".addrParser�"".&err��type.*error�0t/0� � ŠF� �„�Tgclocals·359e1adf4794caae0441a32ee5b8d4b0�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ"".init��À��ªdH‹ %����H;a†x��Hƒì0H‹\$0H‰$è����H����H‰$è����¶����€û�t-H����H‰$è����¶����€ûu
è����HƒÄ0Ãè���� H����H‰$è����Æ����è����è����è����è����è����è����è����è����è����H����H‰$HÇD$���è����H‹\$H‰\$ H‹\$H‰\$(H����H‰$è����H‹\$ H‰����H‹\$(€=�����ukH‰����H����H‰$è����H����€=�����u-H‰����è����H����H‰$è����Æ����è����HƒÄ0ÃH-����H‰,$H‰\$è����ëÃH-����H‰,$H‰\$è����ë…è����ékþÿÿX
������B
��*runtime.racefuncenter���P��"".initdone·���b
�� runtime.raceread���p��"".initdone·���ˆ��"".initdone·���š
�� runtime.raceread���¨��"".initdone·���¼
��(runtime.racefuncexit���Ð
��"runtime.throwinit���â��"".initdone·���ô
��"runtime.racewrite���€�"".initdone·���Œ
��bufio.init���–
��bytes.init��� 
��fmt.init���ª
��io.init���´
��log.init���¾
��mime.init���È
��$net/textproto.init���Ò
��strings.init���Ü
��time.init���ê��Ngo.string."mail: header not in message"���Ž
��errors.New���Ä��,"".ErrHeaderNotPresent���Ö
��"runtime.racewrite���î��,"".ErrHeaderNotPresent���„�6runtime.writeBarrierEnabled���˜�,"".ErrHeaderNotPresent���¦��""".rfc2047Decoder���¸
��"runtime.racewrite���Æ�� "".glob.func1·f���Ò�6runtime.writeBarrierEnabled���æ��""".rfc2047Decoder���ð
��"".init.1���þ��"".initdone·���
��"runtime.racewrite���œ�"".initdone·���¨
��(runtime.racefuncexit���À��""".rfc2047Decoder���Ü
��.runtime.writebarrierptr���î�,"".ErrHeaderNotPresent���Š
��.runtime.writebarrierptr���˜
��0runtime.morestack_noctxt����`��"".autotmp_0407�type.error�`O_`õ_`C� �2‚ ²¡^¨'z&yz¡¨z�� Ê1…�Tgclocals·69c1753bd5f81501d95132d08af04464�Tgclocals·21a8f585a14d020f181242c5256583dc���>/tmp/go/src/net/mail/message.goþ&"".(*debugT).Printf��€��âdH‹ %����H;a†Ô���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$0H‰$è����H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$8H‰$è����H‹\$8¶+@ˆ,$H‹\$@H‰\$H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ H‹\$`H‰\$(è����è����HƒÄ0Ãè����éÿÿÿ
������n
��*runtime.racefuncenter���”�� go.string."mail"���¼��$go.string."debugT"���æ��$go.string."Printf"���Œ
��"runtime.panicwrap���¬
�� runtime.raceread���²
�� "".debugT.Printf���¼
��(runtime.racefuncexit���Ð
��0runtime.morestack_noctxt���``��"".args�0&type.[]interface {}�"".format�type.string�""..this��type.*"".debugT�`Ï_`�€�€� �6Ê�Tgclocals·c6134a2ac139b68c0737f8b03170e2ac�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ(type..hash.[8]string�€��údH‹ %����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0410�type.int�"".autotmp_0409�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[8]string�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ$type..eq.[8]string� ��˜dH‹ %����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
�� runtime.eqstring���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0414�?type.string�"".autotmp_0413�type.string�"".autotmp_0412�_type.int�"".autotmp_0411�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[8]string�"".p��type.*[8]string�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���>/tmp/go/src/net/mail/message.goþ "".(*Header).Get��€��údH‹ %����H;a†à���Hƒì@H‹Y H…Ût H|$HH9;uH‰#H‹\$@H‰$è����1ÛH‰\$`H‰\$hH‹\$H1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$HH‰$è����H‹\$HH‹+H‰,$H‹\$PH‰\$H‹\$XH‰\$è����H‹L$H‹D$ H‰L$0H‰L$`H‰D$8H‰D$hè����HƒÄ@Ãè����éÿÿÿ
������n
��*runtime.racefuncenter���¬�� go.string."mail"���Ô��$go.string."Header"���þ��go.string."Get"���¤
��"runtime.panicwrap���Ä
�� runtime.raceread���Ž
��"".Header.Get���Ô
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���P€��"".autotmp_0415�type.string� "".~r1�0type.string� "".key�type.string�""..this��type.*"".Header�€Û€ �€�€��6³�Tgclocals·aeb28bb562ae1b80c6895fa288f5a70d�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ""".(*Header).Date��à��ÞdH‹ %����H;a†��HƒìXH‹Y H…Ût H|$`H9;uH‰#H‹\$XH‰$è����1ÛH‰\$h‰\$pH‰\$x1ÛH‰œ$€���H‰œ$ˆ���H‹\$`1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$`H‰$è����H‹\$`H‹+H‰,$è����H‹t$‹l$H‹T$H‹L$ H‹D$(H‰t$@H‰t$h‰l$H‰l$pH‰T$PH‰T$xH‰L$0H‰Œ$€���H‰D$8H‰„$ˆ���è����HƒÄXÃè����éÑþÿÿ
������n
��*runtime.racefuncenter���Ø�� go.string."mail"���€��$go.string."Header"���ª�� go.string."Date"���Ð
��"runtime.panicwrap���ð
�� runtime.raceread���’
��"".Header.Date���¸
��(runtime.racefuncexit���Ì
��0runtime.morestack_noctxt���`°��
"".autotmp_0417�Otype.error�"".autotmp_0416�/type.time.Time� "".~r1�@type.error� "".~r0�type.time.Time�""..this��type.*"".Header�°¯° �°�°��6å�Tgclocals·e59216dcac6bcbc919e9ab0b5e79d2a5�Tgclocals·98a935522f11e180b06d5a082b7d09c1���<autogenerated>þ0"".(*Header).AddressList��À��¸dH‹ %����H;a†?��HƒìhH‹Y H…Ût H|$pH9;uH‰#H‹\$hH‰$è����1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���1ÛH‰œ$ ���H‰œ$¨���H‹\$p1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$( ���è���� H‹\$pH‰$è����H‹\$pH‹+H‰,$H‹\$xH‰\$H‹œ$€���H‰\$è����H‹t$H‹l$ H‹T$(H‹L$0H‹D$8H‰t$PH‰´$ˆ���H‰l$XH‰¬$���H‰T$`H‰”$˜���H‰L$@H‰Œ$ ���H‰D$HH‰„$¨���è����HƒÄhÃè����é¤þÿÿ
������n
��*runtime.racefuncenter���ì�� go.string."mail"���”��$go.string."Header"���¾��.go.string."AddressList"���ä
��"runtime.panicwrap���„
�� runtime.raceread���Ô
��*"".Header.AddressList���’
��(runtime.racefuncexit���¦
��0runtime.morestack_noctxt���€Ð�� "".autotmp_0421�Otype.error�"".autotmp_0420�/$type.[]*"".Address� "".~r2�`type.error� "".~r1�0$type.[]*"".Address� "".key�type.string�""..this��type.*"".Header�кÏÐ�à�
à��6’�Tgclocals·dbd89ae4a4266b5bfeafd78285762b2a�Tgclocals·98a935522f11e180b06d5a082b7d09c1���<autogenerated>þ*type..hash."".Address�à��ÄdH‹ %����H;a†…���HƒìH‹\$H‰$è����H‹\$ H‰$Hƒ<$�tZH‹\$(H‰\$è����H‹D$H‹\$ H‰$Hƒ<$�t-Hƒ$H‰D$(H‰D$è����H‹D$H‰D$(H‰D$0è����HƒÄÉ%����ëʉ%����ëè����é^ÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ò
��runtime.strhash���ú
��(runtime.racefuncexit���²
��0runtime.morestack_noctxt���00��"".autotmp_0425��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p�� type.*"".Address�0n/0*�°�°� � �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ&type..eq."".Address�À��¾dH‹ %����H;a†‚��HƒìHH‹\$HH‰$è����H‹\$PH‰$è����H‹\$PHƒû�„L��H‹+H‰l$8H‹kH‰l$@H‹\$XH‰$è����H‹T$@H‹\$XHƒû�„��H‹ H‰L$(H‹CH‰D$0H9Â…é���H‹l$8H‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„¾���H‹\$PH‰$Hƒ$è����H‹\$PHƒû�„•���H‹kH‰l$(H‹kH‰l$0H‹\$XH‰$Hƒ$è����H‹L$0H‹\$XHƒû�t\H‹SH‰T$8H‹CH‰D$@H9Áu6H‹l$(H‰,$H‰L$H‰T$H‰D$è����¶\$ €û�tÆD$`è����HƒÄHÃÆD$`�è����HƒÄHÉ렉édÿÿÿÆD$`�è����HƒÄHÉéçþÿÿ‰é­þÿÿè����éaþÿÿ
������B
��*runtime.racefuncenter���^
�� runtime.raceread���º
�� runtime.raceread���Ð
�� runtime.eqstring���’
�� runtime.raceread���ú
�� runtime.raceread���‚
�� runtime.eqstring���ª
��(runtime.racefuncexit���È
��(runtime.racefuncexit���ü
��(runtime.racefuncexit���¬
��0runtime.morestack_noctxt���0��"".autotmp_0429��type.string�"".autotmp_0428��type.string�"".autotmp_0427�?type.string�"".autotmp_0426�type.string� "".~r2� type.bool�"".q� type.*"".Address�"".p�� type.*"".Address�2Æ� � �� <KUD`�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·020fbb1d4892839a04e70deae280e24b���>/tmp/go/src/net/mail/message.goþ(type..hash.[2]string�€��údH‹ %����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0432�type.int�"".autotmp_0431�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[2]string�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ$type..eq.[2]string� ��˜dH‹ %����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
�� runtime.eqstring���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0436�?type.string�"".autotmp_0435�type.string�"".autotmp_0434�_type.int�"".autotmp_0433�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[2]string�"".p��type.*[2]string�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���>/tmp/go/src/net/mail/message.goþ(type..hash.[3]string�€��údH‹ %����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0439�type.int�"".autotmp_0438�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[3]string�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ$type..eq.[3]string� ��˜dH‹ %����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
�� runtime.eqstring���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0443�?type.string�"".autotmp_0442�type.string�"".autotmp_0441�_type.int�"".autotmp_0440�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[3]string�"".p��type.*[3]string�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���>/tmp/go/src/net/mail/message.goþ0type..hash."".addrParser�à��ÖdH‹ %����H;a†Ž���Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�tcH‹\$0H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t6Hƒ$H‰D$0H‰D$HÇD$���è����H‹D$H‰D$0H‰D$8è����HƒÄ É%����ëÁ‰%����ë”è����éUÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���ä
��runtime.memhash���Œ
��(runtime.racefuncexit���Ä
��0runtime.morestack_noctxt���0@��"".autotmp_0445��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��&type.*"".addrParser�@w?@!�°�°� � �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ,type..eq."".addrParser�€��ðdH‹ %����H;a†��HƒìHH‹\$HH‰$è����H‹\$PH‰$è����H‹\$PHƒû�„å���H‹+H‰l$8H‹kH‰l$@H‹\$XH‰$è����H‹T$@H‹\$XHƒû�„«���H‹ H‰L$(H‹CH‰D$0H9Â…‚���H‹l$8H‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t[H‹\$PH‰$Hƒ$è����H‹\$XH‰$Hƒ$è����H‹l$PH‹]L‹D$XI‹hH9ëtÆD$`�è����HƒÄHÃÆD$`è����HƒÄHÃÆD$`�è����HƒÄHÉéNÿÿÿ‰éÿÿÿè����éÈþÿÿ
������B
��*runtime.racefuncenter���^
�� runtime.raceread���º
�� runtime.raceread���Ð
�� runtime.eqstring���Š
�� runtime.raceread���°
�� runtime.raceread���ò
��(runtime.racefuncexit���
��(runtime.racefuncexit���®
��(runtime.racefuncexit���Þ
��0runtime.morestack_noctxt���0��
"".autotmp_0447�?type.string�"".autotmp_0446�type.string� "".~r2� type.bool�"".q�&type.*"".addrParser�"".p��&type.*"".addrParser�2ê �À�À�� <K™�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���>/tmp/go/src/net/mail/message.goþ4type..hash.[1]interface {}�€��údH‹ %����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��(runtime.nilinterhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0450�type.int�"".autotmp_0449�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[1]interface {}�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>/tmp/go/src/net/mail/message.goþ0type..eq.[1]interface {}� ��˜dH‹ %����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$pH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$pHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHÁåHëH‰$è����H‹T$PH‹\$hHƒû�t}H‹l$(HÁåHëH‹H‹KH‰L$HH‰D$@H9ÐuLH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
��runtime.efaceeq���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0454�?"type.interface {}�"".autotmp_0453�"type.interface {}�"".autotmp_0452�_type.int�"".autotmp_0451�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���>/tmp/go/src/net/mail/message.goþ0"".(*charsetError).Error��€��ädH‹ %����H;a†Õ���Hƒì@H‹Y H…Ût H|$HH9;uH‰#H‹\$@H‰$è����1ÛH‰\$PH‰\$XH‹\$H1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹\$HH‰$è����H‹t$HH‹H‰ $H‹NH‰L$è����H‹L$H‹D$H‰L$0H‰L$PH‰D$8H‰D$Xè����HƒÄ@Ãè����éÿÿÿ
������n
��*runtime.racefuncenter���¬�� go.string."mail"���Ô��0go.string."charsetError"���þ��"go.string."Error"���¤
��"runtime.panicwrap���Ä
�� runtime.raceread���ø
��*"".charsetError.Error���¾
��(runtime.racefuncexit���Ò
��0runtime.morestack_noctxt���0€��"".autotmp_0455�type.string� "".~r0�type.string�""..this��*type.*"".charsetError�€Ð€�€� €��6¨"�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·dc4819cec76b48d37a88e20b1cadd722���������
����þ0>go.itab.*bufio.Reader.io.Reader�����þTgclocals·18dc218a5d8210a505bb5ac04fe36ca2�€��€���%������������Â������À�������À������"À������"��d����������à������à�������à����� �à�����‰�à������à�����Á�à�����€�à������þTgclocals·f152f5326e230c9c53fb6a0aa35e9dfd�ˆ��ˆ����������������������������������������������������þ*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"���
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"���MST��þ6go.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." "��� ��þTgclocals·b2cf2692394f7051ad1f82fc8ae9b1ee�à��à���S��������������� �€*(�¨
����0@€*(€ª
����8@*(¨ª
����<A*¨ªª
����>E*¨ªªª���E*¨ªªªªª�~E‘*¨ªªªªª�>E‘*¨ªªªªª�>E*¨ªªªªª�>U*¨ªªª���>U‘*¨ªªª���>E‘*¨ªªª�������€ª* ����þTgclocals·f0a67958015464e4cc8847ce0df60843�����������þ0Bgo.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"�P��Bmail: header could not be parsed��þTgclocals·13f8cec6ae1e4b1594cbeef5fb0e27fd�@��@���������������������������þTgclocals·2411dc7b65074d9c20112c8c3fdb11fe�@��@������������q�������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·aeb28bb562ae1b80c6895fa288f5a70d� �� ��������� ����þ(go.string.hdr."Date"� �� ������������������ go.string."Date"���þ go.string."Date"���
Date��þTgclocals·5a6cf9846fb93a613baecf44b5da10e9�(��(���
�������@��������þTgclocals·95d49773222812af98a66476522c9166�(��(������������9����þTgclocals·2c837ca001512a37037efd3161e20199� �� ���������������þTgclocals·dbd89ae4a4266b5bfeafd78285762b2a� �� ���������Ë����þTgclocals·59833d05afd55fbf17c5f92826ee3c25�0��0����������)���(���(����þTgclocals·0c8f60fb3bed388a3dc9e1f9eab289fa�0��0�������������������þTgclocals·3dc811f7f722d4e6a05689e194f2938d�0��0��� �������)���(���(����þTgclocals·310030dc13b1159383876a2825da5994�0��0���������������e����þTgclocals·59833d05afd55fbf17c5f92826ee3c25�0��0����������)���(���(����þTgclocals·b30f6acda9fbe4517bccba3edddb9e7c�0��0���������������;����þTgclocals·3dc811f7f722d4e6a05689e194f2938d�0��0��� �������)���(���(����þTgclocals·062b3d4f197d7bbe6cd1a7c8919fb832�0��0���������������Ë����þ"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-8��þTgclocals·c46b8240ed3d8fdcae25db2a14e10389�p��p �������������� ���
��€������� ���¤���„���‚����������þTgclocals·848a8f4757efb35c5e2561dbe84b8433�p��p �������������������������������������������þHgo.string.hdr."mail: expected comma"� �� ������������������@go.string."mail: expected comma"���þ@go.string."mail: expected comma"�0��*mail: expected comma��þTgclocals·7cebe8614237ecba744d4fedfc36ae82�x��x ����������������� ��� ������� �� �������������þTgclocals·5fcbf4befbbba4e9f9f45506d123b037�x��x ������������3����������������������������������þ@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 address��þdgo.string.hdr."parseAddress: not an addr-spec: %v"� �� ��������"����������\go.string."parseAddress: not an addr-spec: %v"���þ\go.string."parseAddress: not an addr-spec: %v"�P��FparseAddress: not an addr-spec: %v��þZgo.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 %q��þXgo.string.hdr."parseAddress: displayName=%q"� �� ������������������Pgo.string."parseAddress: displayName=%q"���þPgo.string."parseAddress: displayName=%q"�@��:parseAddress: displayName=%q��þFgo.string.hdr."mail: no angle-addr"� �� ������������������>go.string."mail: no angle-addr"���þ>go.string."mail: no angle-addr"�0��(mail: no angle-addr��þRgo.string.hdr."mail: unclosed angle-addr"� �� ������������������Jgo.string."mail: unclosed angle-addr"���þJgo.string."mail: unclosed angle-addr"�@��4mail: unclosed angle-addr��þJgo.string.hdr."parseAddress: spec=%q"� �� ������������������Bgo.string."parseAddress: spec=%q"���þBgo.string."parseAddress: spec=%q"�0��,parseAddress: spec=%q��þTgclocals·d76def524c88260363b69d2bcd195cf1�ð��ð.���/���������������À������ð������À��� ���À������À�����À������À�������À�����@�À����@�À������À�������Ã������ó������Ã������ÀÃ�����Àó�����ÀÃ�����ÁÃ������ÀÃ������ñÃ�����ñó�����ñÃ�����ñÃ�����ñÃ���„��ñÃ������ðÃ�����ñÃ�����ðÃ����ðÃ�����ðÃ������ðÃ����@ñÃ���H�@ñÃ����@ñÃ�����@ñÃ�����ðÃ����ðÃ�����@ýÃ����@ýó����@ýÃ����@ýÃ����@ýÃ����@üÃ�����üÃ������üÃ����þTgclocals·5ddff5e3b2031fad6aea927a5f9196ac�€��€.��������������������������������� ��� ��� ����������������������������������������������������������������������������������������������������������þFgo.string.hdr."consumeAddrSpec: %q"� �� ������������������>go.string."consumeAddrSpec: %q"���þ>go.string."consumeAddrSpec: %q"�0��(consumeAddrSpec: %q��þDgo.string.hdr."mail: no addr-spec"� �� ������������������<go.string."mail: no addr-spec"���þ<go.string."mail: no addr-spec"�0��&mail: no addr-spec��þlgo.string.hdr."consumeAddrSpec: parsing quoted-string"� �� ��������&����������dgo.string."consumeAddrSpec: parsing quoted-string"���þdgo.string."consumeAddrSpec: parsing quoted-string"�P��NconsumeAddrSpec: parsing quoted-string��þbgo.string.hdr."consumeAddrSpec: parsing dot-atom"� �� ��������!����������Zgo.string."consumeAddrSpec: parsing dot-atom"���þZgo.string."consumeAddrSpec: parsing dot-atom"�P��DconsumeAddrSpec: parsing dot-atom��þVgo.string.hdr."consumeAddrSpec: failed: %v"� �� ������������������Ngo.string."consumeAddrSpec: failed: %v"���þNgo.string."consumeAddrSpec: failed: %v"�@��8consumeAddrSpec: failed: %v��þXgo.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-spec��þXgo.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-spec��þTgclocals·d0abf6614ef19d5786e6434446a96a99�€��€���'��������������€������à������€������€��� ��€����€�€���@€�€���@��€�����€������†������æ������†������†����€��� �€����€�����€�����€���@�€����€���� �€���@ �€����þTgclocals·13c928c6c003686cb20f090fe4e3c2b0�È��È����������������������������������������������������������������������������þFgo.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 phrase��þTgo.string.hdr."consumePhrase: consumed %q"� �� ������������������Lgo.string."consumePhrase: consumed %q"���þLgo.string."consumePhrase: consumed %q"�@��6consumePhrase: consumed %q��þTgo.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"�P��Bmail: missing word in phrase: %v��þTgclocals·de063281cd0afc6d82c648a9d535ad34� �� ���"������������€������€a€�����€y€�����€a������€a����€a����€€a�����„€a�����€a������€a�����€a�����àa€�����ày€�����àa������øa€�����øy€�����øa������øa����� €á‚���� €ù‚���� €á���� €a����� €a�����€a�����þTgclocals·4d45cab3ee297942188a11cfbc3c777d�Ø��Ø����������������������������������������������������������������������������������þXgo.string.hdr."mail: unclosed quoted-string"� �� ������������������Pgo.string."mail: unclosed quoted-string"���þPgo.string."mail: unclosed quoted-string"�@��:mail: unclosed quoted-string��þpgo.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: %q��þRgo.string.hdr."mail: empty quoted-string"� �� ������������������Jgo.string."mail: empty quoted-string"���þJgo.string."mail: empty quoted-string"�@��4mail: empty quoted-string��þTgclocals·3c7c563e1c9038064b8996c915c4bbfb�˜��˜��� ��������€���������������€�� �� ���€��������� �����������þTgclocals·ae469edf5da817ed95a7a012613da598�˜��˜����������������������������������������������������������þHgo.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 atom��þTgo.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 atom��þTgclocals·8bbea332330072e4170042f509ba929d������#����������������������������������������������������������������������������������������� ������ �������€������€�������þTgclocals·0e9fb8fd6096bf0f60c52426f0dc3d75������������������������5����������������������������������þTgclocals·7f1e9457ccdd59eb521cbcc8eefe7f0f�(��(�����������������þTgclocals·cb395d89503762333b1bfb09ba74eb12�(��(����������������þ&go.string.hdr." \t"� �� ������������������go.string." \t"���þgo.string." \t"��� ��þTgclocals·d8fdd2a55187867c76648dc792366181� �� ��������������þTgclocals·51fa0e13d53d6bad7f86670d3edaeac6� �� �������������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·32bd5c6dc84e3e86dd35593b3922d3aa� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·169f657058b78cded8e3656ae64c02c9�(��(������������������þTgclocals·4caedbf022478225dd0972fe7802261f�(��(���������k�������þRgo.string.hdr."charset not supported: %q"� �� ������������������Jgo.string."charset not supported: %q"���þJgo.string."charset not supported: %q"�@��4charset not supported: %q��þTgclocals·99ff243058d99b2f59ae4488a1ecd35f�8��8��� �������L��O��L���L����þTgclocals·0339280ffb19a16e34cf05af13ea6ca5�8��8����������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·f8621dc9f947bf9a96b61884b172d318�8��8��� ���������������������þTgclocals·0339280ffb19a16e34cf05af13ea6ca5�8��8����������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þ0:go.itab."".charsetError.error�����þTgclocals·f273d95821749b2fa833873bf04b0c5f�(��(�����������������þTgclocals·ea26dd3cc5fcb7b2af8df6dcabdc9054�(��(������ ���=���ý����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·359e1adf4794caae0441a32ee5b8d4b0�������������þ0""..gobytes.1�¢��¢ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!#$%&'*+-/=?^_`{|}~�þ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 message��þTgclocals·21a8f585a14d020f181242c5256583dc� �� ��������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þ0"".debug��type."".debugT���þ."".dateLayouts��0type.[]string���þ.,"".ErrHeaderNotPresent�� type.error���þ.""".rfc2047Decoder��*type.mime.WordDecoder���þ,"".atextChars��0type.[]uint8�0��������Q�������Q����������""..gobytes.1���þ""".statictmp_0044��€type.[8]string�à�������������������������������������������������������������������������������������������������������������@��"go.string." Jan "���€��$go.string." 15:04"���À��go.string." "���þ0"".initdone·��type.uint8���þ&"".debugT.Printf·f�������������� "".debugT.Printf���þ""".ReadMessage·f��������������"".ReadMessage���þ"".init.1·f��������������"".init.1���þ"".parseDate·f��������������"".parseDate���þ "".Header.Get·f��������������"".Header.Get���þ""".Header.Date·f��������������"".Header.Date���þ0"".Header.AddressList·f��������������*"".Header.AddressList���þ$"".ParseAddress·f��������������"".ParseAddress���þ,"".ParseAddressList·f��������������&"".ParseAddressList���þ8"".(*AddressParser).Parse·f��������������2"".(*AddressParser).Parse���þ@"".(*AddressParser).ParseList·f��������������:"".(*AddressParser).ParseList���þ."".(*Address).String·f��������������("".(*Address).String���þH"".(*addrParser).parseAddressList·f��������������B"".(*addrParser).parseAddressList���þ@"".(*addrParser).parseAddress·f��������������:"".(*addrParser).parseAddress���þF"".(*addrParser).consumeAddrSpec·f��������������@"".(*addrParser).consumeAddrSpec���þB"".(*addrParser).consumePhrase·f��������������<"".(*addrParser).consumePhrase���þN"".(*addrParser).consumeQuotedString·f��������������H"".(*addrParser).consumeQuotedString���þ>"".(*addrParser).consumeAtom·f��������������8"".(*addrParser).consumeAtom���þ6"".(*addrParser).consume·f��������������0"".(*addrParser).consume���þ:"".(*addrParser).skipSpace·f��������������4"".(*addrParser).skipSpace���þ0"".(*addrParser).peek·f��������������*"".(*addrParser).peek���þ2"".(*addrParser).empty·f��������������,"".(*addrParser).empty���þ."".(*addrParser).len·f��������������("".(*addrParser).len���þJ"".(*addrParser).decodeRFC2047Word·f��������������D"".(*addrParser).decodeRFC2047Word���þ0"".charsetError.Error·f��������������*"".charsetError.Error���þ"".isAtext·f��������������"".isAtext���þ"".isQtext·f��������������"".isQtext���þ""".quoteString·f��������������"".quoteString���þ"".isVchar·f��������������"".isVchar���þ"".isWSP·f��������������"".isWSP���þ "".glob.func1·f��������������"".glob.func1���þR"".(*addrParser).consumeAddrSpec.func1·f��������������L"".(*addrParser).consumeAddrSpec.func1���þ"".init·f��������������"".init���þ"runtime.gcbits.01����þ8go.string.hdr."*mail.debugT"� �� �������� ����������0go.string."*mail.debugT"���þ0go.string."*mail.debugT"� ��*mail.debugT��þ(go.string.hdr."mail"� �� ������������������ go.string."mail"���þ go.string."mail"���
mail��þ,go.string.hdr."debugT"� �� ������������������$go.string."debugT"���þ$go.string."debugT"���debugT��þ,go.string.hdr."Printf"� �� ������������������$go.string."Printf"���þ$go.string."Printf"���Printf��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·c6134a2ac139b68c0737f8b03170e2ac��������� ����þ"runtime.gcbits.03����þ8go.string.hdr."interface {}"� �� �������� ����������0go.string."interface {}"���þ0go.string."interface {}"� ��interface {}��þ"type.interface {}�À��À��������������çW ������������������������������������������������������������������������� 0€� runtime.algarray���@��"runtime.gcbits.03���P��8go.string.hdr."interface {}"���p��4go.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.01���P��<go.string.hdr."[]interface {}"���p��8go.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 {})�°��°��������������ÚÁ·�3�����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��vgo.string.hdr."func(*mail.debugT, string, ...interface {})"���p��ngo.weak.type.*func(*"".debugT, string, ...interface {})���€��"runtime.zerovalue��� €�\type.func(*"".debugT, string, ...interface {})���а�\type.func(*"".debugT, string, ...interface {})���€��type.*"".debugT�����type.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 {})� �� ��������������õµ@µ�3���������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."func(string, ...interface {})"���p��Vgo.weak.type.*func(string, ...interface {})���€��"runtime.zerovalue��� €�Dtype.func(string, ...interface {})���Р�Dtype.func(string, ...interface {})���€��type.string�����&type.[]interface {}���þŽgo.typelink.func(string, ...interface {}) func(string, ...interface {})��������������Dtype.func(string, ...interface {})���þtype.*"".debugT��Ð��Ð��������������bŒ—Ó�6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."*mail.debugT"���p��0go.weak.type.**"".debugT���€��"runtime.zerovalue�����type."".debugT���` �type.*"".debugT���Àð�type.*"".debugT���ð��,go.string.hdr."Printf"�����Dtype.func(string, ...interface {})��� ��\type.func(*"".debugT, string, ...interface {})���°��&"".(*debugT).Printf���À��&"".(*debugT).Printf���þruntime.gcbits.������þ6go.string.hdr."mail.debugT"� �� �������� ����������.go.string."mail.debugT"���þ.go.string."mail.debugT"� ��mail.debugT��þtgo.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 {})�°��°��������������ÐiÁõ�3�����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��tgo.string.hdr."func(mail.debugT, string, ...interface {})"���p��lgo.weak.type.*func("".debugT, string, ...interface {})���€��"runtime.zerovalue��� €�Ztype.func("".debugT, string, ...interface {})���а�Ztype.func("".debugT, string, ...interface {})���€��type."".debugT�����type.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."".debugT��À��À���������������ž¸·M���������������������������������������������������������������������������������������������������������������������������������������0@� runtime.algarray���@��runtime.gcbits.���P��6go.string.hdr."mail.debugT"���p��type.*"".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"���[]uint8��þtype.[]uint8� �� ��������������ß~.8��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þ0go.string.hdr."[]string"� �� ������������������(go.string."[]string"���þ(go.string."[]string"� ��[]string��þtype.[]string� �� ��������������Ó¨ó
��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string []string��������������type.[]string���þ0go.string.hdr."[8]uint8"� �� ������������������(go.string."[8]uint8"���þ(go.string."[8]uint8"� ��[8]uint8��þtype.[8]uint8�À��À���������������>ù0´�‘�����������������������������������������������������������������������0 � runtime.algarray���@��runtime.gcbits.���P��0go.string.hdr."[8]uint8"���p��,go.weak.type.*[8]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[8]uint8 [8]uint8��������������type.[8]uint8���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ0type..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.5555���UU�þ2go.string.hdr."[8]string"� �� �������� ����������*go.string."[8]string"���þ*go.string."[8]string"� ��[8]string��þtype.[8]string�À��À€�������x�������USŒ>������������������������������������������������������������������������0��&type..alg.[8]string���@��&runtime.gcbits.5555���P��2go.string.hdr."[8]string"���p��.go.weak.type.*[8]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[8]string [8]string��������������type.[8]string���þ4go.string.hdr."[][]string"� �� ��������
����������,go.string."[][]string"���þ,go.string."[][]string"� ��[][]string��þtype.[][]string� �� ��������������¼:è��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."[][]string"���p��0go.weak.type.*[][]string���€��"runtime.zerovalue�����type.[]string���þBgo.typelink.[][]string [][]string��������������type.[][]string���þ*runtime.gcbits.499224���I’$�þ6go.string.hdr."[8][]string"� �� �������� ����������.go.string."[8][]string"���þ.go.string."[8][]string"� ��[8][]string��þ type.[8][]string�À��ÀÀ�������°�������½e³r������������������������������������������������������������������������0à� runtime.algarray���@��*runtime.gcbits.499224���P��6go.string.hdr."[8][]string"���p��2go.weak.type.*[8][]string���€��"runtime.zerovalue�����type.[]string��� ��type.[][]string���þFgo.typelink.[8][]string [8][]string�������������� type.[8][]string���þVgo.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][]string� �� ��������������ÄY¬R�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."*map.bucket[string][]string"���p��Rgo.weak.type.**map.bucket[string][]string���€��"runtime.zerovalue�����>type.map.bucket[string][]string���þ6runtime.gcbits.aaaa92244902� �� ªª’$I�þTgo.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"���
keys��þ,go.string.hdr."values"� �� ������������������$go.string."values"���þ$go.string."values"���values��þ0go.string.hdr."overflow"� �� ������������������(go.string."overflow"���þ(go.string."overflow"� ��overflow��þ>type.map.bucket[string][]string�€��€P������P������úTJ¹��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������H������0à� runtime.algarray���@��6runtime.gcbits.aaaa92244902���P��Tgo.string.hdr."map.bucket[string][]string"���p��Pgo.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][]string���°��0go.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"�0��0map.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"���buckets��þ4go.string.hdr."oldbuckets"� �� ��������
����������,go.string."oldbuckets"���þ,go.string."oldbuckets"� ��oldbuckets��þ2go.string.hdr."nevacuate"� �� �������� ����������*go.string."nevacuate"���þ*go.string."nevacuate"� ��nevacuate��þ8type.map.hdr[string][]string�À��À0�������0�������–‹˜�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������� ��������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�������,0à� runtime.algarray���@��"runtime.gcbits.2c���P��Ngo.string.hdr."map.hdr[string][]string"���p��Jgo.weak.type.*map.hdr[string][]string���€��"runtime.zerovalue���À�8type.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][]string���Ð��4go.string.hdr."oldbuckets"���ð��@type.*map.bucket[string][]string��� ��2go.string.hdr."nevacuate"���À��type.uintptr���ð��0go.string.hdr."overflow"�����&type.unsafe.Pointer���þ8go.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"���Get��þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·aeb28bb562ae1b80c6895fa288f5a70d� �� ��������� ����þTgclocals·98a935522f11e180b06d5a082b7d09c1� �� ���������������þTgclocals·e59216dcac6bcbc919e9ab0b5e79d2a5� �� ���������9����þ6go.string.hdr."AddressList"� �� �������� ����������.go.string."AddressList"���þ.go.string."AddressList"� ��AddressList��þTgclocals·98a935522f11e180b06d5a082b7d09c1� �� ���������������þTgclocals·dbd89ae4a4266b5bfeafd78285762b2a� �� ���������Ë����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·020fbb1d4892839a04e70deae280e24b�(��(�����������������þTgclocals·9c91d8a91ac42440a3d1507bc8d2e808�(��(����������������þ2type..hashfunc."".Address��������������*type..hash."".Address���þ.type..eqfunc."".Address��������������&type..eq."".Address���þ(type..alg."".Address� �� �������������������2type..hashfunc."".Address�����.type..eqfunc."".Address���þ"runtime.gcbits.05����þ8go.string.hdr."mail.Address"� �� �������� ����������0go.string."mail.Address"���þ0go.string."mail.Address"� ��mail.Address��þ(go.string.hdr."Name"� �� ������������������ go.string."Name"���þ go.string."Name"���
Name��þ.go.string.hdr."Address"� �� ������������������&go.string."Address"���þ&go.string."Address"���Address��þtype."".Address��°��° ��������������õDæJ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0��(type..alg."".Address���@��"runtime.gcbits.05���P��8go.string.hdr."mail.Address"���p�� type.*"".Address���€��"runtime.zerovalue���À�type."".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.Address��þTgo.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) string� �� ��������������mc{–�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func(*mail.Address) string"���p��Lgo.weak.type.*func(*"".Address) string���€��"runtime.zerovalue��� €�:type.func(*"".Address) string���А�:type.func(*"".Address) string���€�� type.*"".Address�����type.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() string�����������������¢mË�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þNgo.typelink.func() string func() string��������������$type.func() string���þ type.*"".Address��Ð��Ð��������������núð�6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."*mail.Address"���p��2go.weak.type.**"".Address���€��"runtime.zerovalue�����type."".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.01���P��>go.string.hdr."[]*mail.Address"���p��6go.weak.type.*[]*"".Address���€��"runtime.zerovalue����� type.*"".Address���þRgo.typelink.[]*mail.Address []*"".Address��������������$type.[]*"".Address���þ†go.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)"�p��hfunc(*mail.Header, string) ([]*mail.Address, error)��þhtype.func(*"".Header, string) ([]*"".Address, error)�À��À��������������~VJX�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��†go.string.hdr."func(*mail.Header, string) ([]*mail.Address, error)"���p��zgo.weak.type.*func(*"".Header, string) ([]*"".Address, error)���€��"runtime.zerovalue��� €�htype.func(*"".Header, string) ([]*"".Address, error)���Р�htype.func(*"".Header, string) ([]*"".Address, error)���€��type.*"".Header�����type.string��� ��$type.[]*"".Address���°��type.error���þÞgo.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)"�P��Lfunc(*mail.Header) (time.Time, error)��þPtype.func(*"".Header) (time.Time, error)�°��°��������������b™¬ž�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��jgo.string.hdr."func(*mail.Header) (time.Time, error)"���p��bgo.weak.type.*func(*"".Header) (time.Time, error)���€��"runtime.zerovalue��� €�Ptype.func(*"".Header) (time.Time, error)���А�Ptype.func(*"".Header) (time.Time, error)���€��type.*"".Header�����type.time.Time��� ��type.error���þªgo.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"�P��Dfunc(*mail.Header, string) string��þHtype.func(*"".Header, string) string�°��°��������������Füe�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."func(*mail.Header, string) string"���p��Zgo.weak.type.*func(*"".Header, string) string���€��"runtime.zerovalue��� €�Htype.func(*"".Header, string) string���Р�Htype.func(*"".Header, string) string���€��type.*"".Header�����type.string��� ��type.string���þšgo.typelink.func(*mail.Header, string) string func(*"".Header, string) string��������������Htype.func(*"".Header, string) string���þjgo.string.hdr."func(string) ([]*mail.Address, error)"� �� ��������%����������bgo.string."func(string) ([]*mail.Address, error)"���þbgo.string."func(string) ([]*mail.Address, error)"�P��Lfunc(string) ([]*mail.Address, error)��þPtype.func(string) ([]*"".Address, error)�°��°��������������AM)•�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��jgo.string.hdr."func(string) ([]*mail.Address, error)"���p��bgo.weak.type.*func(string) ([]*"".Address, error)���€��"runtime.zerovalue��� €�Ptype.func(string) ([]*"".Address, error)���А�Ptype.func(string) ([]*"".Address, error)���€��type.string�����$type.[]*"".Address��� ��type.error���þªgo.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)� �� ��������������ÖȒ›�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."func() (time.Time, error)"���p��Ngo.weak.type.*func() (time.Time, error)���€��"runtime.zerovalue��� €�<type.func() (time.Time, error)���Ѐ�<type.func() (time.Time, error)���€��type.time.Time�����type.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) string��þ0type.func(string) string� �� ��������������Mü¨ç�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."func(string) string"���p��Bgo.weak.type.*func(string) string���€��"runtime.zerovalue��� €�0type.func(string) string���А�0type.func(string) string���€��type.string�����type.string���þfgo.typelink.func(string) string func(string) string��������������0type.func(string) string���þtype.*"".Header������������������BÅ@�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������.0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."*mail.Header"���p��0go.weak.type.**"".Header���€��"runtime.zerovalue�����type."".Header���` �type.*"".Header���Àð�type.*"".Header���ð��6go.string.hdr."AddressList"�����Ptype.func(string) ([]*"".Address, error)��� ��htype.func(*"".Header, string) ([]*"".Address, error)���°��0"".(*Header).AddressList���À��0"".(*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) string���à��Htype.func(*"".Header, string) string���ð�� "".(*Header).Get���€�� "".(*Header).Get���þ6go.string.hdr."mail.Header"� �� �������� ����������.go.string."mail.Header"���þ.go.string."mail.Header"� ��mail.Header��þ„go.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)"�p��ffunc(mail.Header, string) ([]*mail.Address, error)��þftype.func("".Header, string) ([]*"".Address, error)�À��À��������������s)3‡�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��„go.string.hdr."func(mail.Header, string) ([]*mail.Address, error)"���p��xgo.weak.type.*func("".Header, string) ([]*"".Address, error)���€��"runtime.zerovalue��� €�ftype.func("".Header, string) ([]*"".Address, error)���Р�ftype.func("".Header, string) ([]*"".Address, error)���€��type."".Header�����type.string��� ��$type.[]*"".Address���°��type.error���þÚgo.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)"�P��Jfunc(mail.Header) (time.Time, error)��þNtype.func("".Header) (time.Time, error)�°��°��������������Ò±2o�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��hgo.string.hdr."func(mail.Header) (time.Time, error)"���p��`go.weak.type.*func("".Header) (time.Time, error)���€��"runtime.zerovalue��� €�Ntype.func("".Header) (time.Time, error)���А�Ntype.func("".Header) (time.Time, error)���€��type."".Header�����type.time.Time��� ��type.error���þ¦go.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"�P��Bfunc(mail.Header, string) string��þFtype.func("".Header, string) string�°��°��������������×r4+�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��`go.string.hdr."func(mail.Header, string) string"���p��Xgo.weak.type.*func("".Header, string) string���€��"runtime.zerovalue��� €�Ftype.func("".Header, string) string���Р�Ftype.func("".Header, string) string���€��type."".Header�����type.string��� ��type.string���þ–go.typelink.func(mail.Header, string) string func("".Header, string) string��������������Ftype.func("".Header, string) string���þtype."".Header��Ð��Ð��������������ž,ÿ,�5����������������������������������������������������������������������������������P���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������80€� runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."mail.Header"���p��type.*"".Header���€��"runtime.zerovalue�����type.string��� ��type.[]string���°��>type.map.bucket[string][]string���À��8type.map.hdr[string][]string���`à�type."".Header���à��,go.string.hdr."Header"���ð��"go.importpath."".���€°�type."".Header���°��6go.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) string��� ��Ftype.func("".Header, string) string���°��"".Header.Get���À��"".Header.Get���þ:go.string.hdr."*mail.Message"� �� �������� ����������2go.string."*mail.Message"���þ2go.string."*mail.Message"� ��*mail.Message��þ type.*"".Message�� �� ��������������≥�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."*mail.Message"���p��2go.weak.type.**"".Message���€��"runtime.zerovalue�����type."".Message���þ"runtime.gcbits.07����þ8go.string.hdr."mail.Message"� �� �������� ����������0go.string."mail.Message"���þ0go.string."mail.Message"� ��mail.Message��þ(go.string.hdr."Body"� �� ������������������ go.string."Body"���þ go.string."Body"���
Body��þ.go.string.hdr."Message"� �� ������������������&go.string."Message"���þ&go.string."Message"���Message��þtype."".Message��°��°��������������´o±����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0à� runtime.algarray���@��"runtime.gcbits.07���P��8go.string.hdr."mail.Message"���p�� type.*"".Message���€��"runtime.zerovalue���À�type."".Message���À��,go.string.hdr."Header"���à��type."".Header�����(go.string.hdr."Body"���°��type.io.Reader���`à�type."".Message���à��.go.string.hdr."Message"���ð��"go.importpath."".���€°�type."".Message���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ0type..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]string���þ2go.string.hdr."[2]string"� �� �������� ����������*go.string."[2]string"���þ*go.string."[2]string"� ��[2]string��þtype.[2]string�À��À ��������������PXåé������������������������������������������������������������������������0��&type..alg.[2]string���@��"runtime.gcbits.05���P��2go.string.hdr."[2]string"���p��.go.weak.type.*[2]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[2]string [2]string��������������type.[2]string���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ0type..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.15����þ2go.string.hdr."[3]string"� �� �������� ����������*go.string."[3]string"���þ*go.string."[3]string"� ��[3]string��þtype.[3]string�À��À0�������(�������CÙiB������������������������������������������������������������������������0��&type..alg.[3]string���@��"runtime.gcbits.15���P��2go.string.hdr."[3]string"���p��.go.weak.type.*[3]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[3]string [3]string��������������type.[3]string���þ4go.string.hdr."*[8]string"� �� ��������
����������,go.string."*[8]string"���þ,go.string."*[8]string"� ��*[8]string��þtype.*[8]string� �� ��������������­”o�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[8]string"���p��0go.weak.type.**[8]string���€��"runtime.zerovalue�����type.[8]string���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ8type..hashfunc."".addrParser��������������0type..hash."".addrParser���þ4type..eqfunc."".addrParser��������������,type..eq."".addrParser���þ.type..alg."".addrParser� �� �������������������8type..hashfunc."".addrParser�����4type..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"���dec��þ4go.string.hdr."addrParser"� �� ��������
����������,go.string."addrParser"���þ,go.string."addrParser"� ��addrParser��þ$type."".addrParser��°��°��������������Hcý���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� 0��.type..alg."".addrParser���@��"runtime.gcbits.05���P��>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."".addrParser���à��4go.string.hdr."addrParser"���ð��"go.importpath."".���€°�$type."".addrParser���þ@go.string.hdr."*mail.addrParser"� �� ������������������8go.string."*mail.addrParser"���þ8go.string."*mail.addrParser"�0��"*mail.addrParser��þdgo.string.hdr."func(*mail.addrParser, uint8) bool"� �� ��������"����������\go.string."func(*mail.addrParser, uint8) bool"���þ\go.string."func(*mail.addrParser, uint8) bool"�P��Ffunc(*mail.addrParser, uint8) bool��þJtype.func(*"".addrParser, uint8) bool�°��°��������������mÙpÛ�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."func(*mail.addrParser, uint8) bool"���p��\go.weak.type.*func(*"".addrParser, uint8) bool���€��"runtime.zerovalue��� €�Jtype.func(*"".addrParser, uint8) bool���Р�Jtype.func(*"".addrParser, uint8) bool���€��&type.*"".addrParser�����type.uint8��� ��type.bool���þžgo.typelink.func(*mail.addrParser, uint8) bool func(*"".addrParser, uint8) bool��������������Jtype.func(*"".addrParser, uint8) bool���þlgo.string.hdr."func(*mail.addrParser) (string, error)"� �� ��������&����������dgo.string."func(*mail.addrParser) (string, error)"���þdgo.string."func(*mail.addrParser) (string, error)"�P��Nfunc(*mail.addrParser) (string, error)��þRtype.func(*"".addrParser) (string, error)�°��°��������������ä’9ª�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��lgo.string.hdr."func(*mail.addrParser) (string, error)"���p��dgo.weak.type.*func(*"".addrParser) (string, error)���€��"runtime.zerovalue��� €�Rtype.func(*"".addrParser) (string, error)���А�Rtype.func(*"".addrParser) (string, error)���€��&type.*"".addrParser�����type.string��� ��type.error���þ®go.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)"�p��ffunc(*mail.addrParser, bool, bool) (string, error)��þjtype.func(*"".addrParser, bool, bool) (string, error)�Ð��Ð�������������� ”¥�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��„go.string.hdr."func(*mail.addrParser, bool, bool) (string, error)"���p��|go.weak.type.*func(*"".addrParser, bool, bool) (string, error)���€��"runtime.zerovalue��� €�jtype.func(*"".addrParser, bool, bool) (string, error)���а�jtype.func(*"".addrParser, bool, bool) (string, error)���€��&type.*"".addrParser�����type.bool��� ��type.bool���°��type.string���À��type.error���þÞgo.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)�À��À��������������Àׯ&�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��|go.string.hdr."func(*mail.addrParser, string) (string, error)"���p��tgo.weak.type.*func(*"".addrParser, string) (string, error)���€��"runtime.zerovalue��� €�btype.func(*"".addrParser, string) (string, error)���Р�btype.func(*"".addrParser, string) (string, error)���€��&type.*"".addrParser�����type.string��� ��type.string���°��type.error���þÎgo.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� �� ��������������Ÿ`^�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func(*mail.addrParser) bool"���p��Ngo.weak.type.*func(*"".addrParser) bool���€��"runtime.zerovalue��� €�<type.func(*"".addrParser) bool���А�<type.func(*"".addrParser) bool���€��&type.*"".addrParser�����type.bool���þ‚go.typelink.func(*mail.addrParser) bool func(*"".addrParser) bool��������������<type.func(*"".addrParser) bool���þTgo.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) int� �� ��������������Ž”Ž�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func(*mail.addrParser) int"���p��Lgo.weak.type.*func(*"".addrParser) int���€��"runtime.zerovalue��� €�:type.func(*"".addrParser) int���А�:type.func(*"".addrParser) int���€��&type.*"".addrParser�����type.int���þ~go.typelink.func(*mail.addrParser) int func(*"".addrParser) int��������������:type.func(*"".addrParser) int���þzgo.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)�°��°��������������¹úvÿ�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��zgo.string.hdr."func(*mail.addrParser) (*mail.Address, error)"���p��ngo.weak.type.*func(*"".addrParser) (*"".Address, error)���€��"runtime.zerovalue��� €�\type.func(*"".addrParser) (*"".Address, error)���А�\type.func(*"".addrParser) (*"".Address, error)���€��&type.*"".addrParser����� type.*"".Address��� ��type.error���þÆgo.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)�°��°��������������È«»_�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��~go.string.hdr."func(*mail.addrParser) ([]*mail.Address, error)"���p��rgo.weak.type.*func(*"".addrParser) ([]*"".Address, error)���€��"runtime.zerovalue��� €�`type.func(*"".addrParser) ([]*"".Address, error)���А�`type.func(*"".addrParser) ([]*"".Address, error)���€��&type.*"".addrParser�����$type.[]*"".Address��� ��type.error���þÎgo.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) uint8� �� ��������������¹ÀgC�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."func(*mail.addrParser) uint8"���p��Pgo.weak.type.*func(*"".addrParser) uint8���€��"runtime.zerovalue��� €�>type.func(*"".addrParser) uint8���А�>type.func(*"".addrParser) uint8���€��&type.*"".addrParser�����type.uint8���þ†go.typelink.func(*mail.addrParser) uint8 func(*"".addrParser) uint8��������������>type.func(*"".addrParser) uint8���þLgo.string.hdr."func(*mail.addrParser)"� �� ������������������Dgo.string."func(*mail.addrParser)"���þDgo.string."func(*mail.addrParser)"�0��.func(*mail.addrParser)��þ2type.func(*"".addrParser)�����������������‘ m�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Lgo.string.hdr."func(*mail.addrParser)"���p��Dgo.weak.type.*func(*"".addrParser)���€��"runtime.zerovalue��� €�2type.func(*"".addrParser)���А�2type.func(*"".addrParser)���€��&type.*"".addrParser���þngo.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) bool� �� ��������������Gu�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."func(uint8) bool"���p��<go.weak.type.*func(uint8) bool���€��"runtime.zerovalue��� €�*type.func(uint8) bool���А�*type.func(uint8) bool���€��type.uint8�����type.bool���þZgo.typelink.func(uint8) bool func(uint8) bool��������������*type.func(uint8) bool���þ>go.string.hdr."consumeAddrSpec"� �� ������������������6go.string."consumeAddrSpec"���þ6go.string."consumeAddrSpec"� �� consumeAddrSpec��þLgo.string.hdr."func() (string, error)"� �� ������������������Dgo.string."func() (string, error)"���þDgo.string."func() (string, error)"�0��.func() (string, error)��þ6type.func() (string, error)� �� ��������������¯±u¦�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Lgo.string.hdr."func() (string, error)"���p��Hgo.weak.type.*func() (string, error)���€��"runtime.zerovalue��� €�6type.func() (string, error)���Ѐ�6type.func() (string, error)���€��type.string�����type.error���þrgo.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)"�P��Bfunc(bool, bool) (string, error)��þJtype.func(bool, bool) (string, error)�À��À��������������„å-�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��`go.string.hdr."func(bool, bool) (string, error)"���p��\go.weak.type.*func(bool, bool) (string, error)���€��"runtime.zerovalue��� €�Jtype.func(bool, bool) (string, error)���Р�Jtype.func(bool, bool) (string, error)���€��type.bool�����type.bool��� ��type.string���°��type.error���þšgo.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"� ��consumePhrase��þFgo.string.hdr."consumeQuotedString"� �� ������������������>go.string."consumeQuotedString"���þ>go.string."consumeQuotedString"�0��(consumeQuotedString��þBgo.string.hdr."decodeRFC2047Word"� �� ������������������:go.string."decodeRFC2047Word"���þ:go.string."decodeRFC2047Word"�0��$decodeRFC2047Word��þXgo.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
j+�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."func(string) (string, error)"���p��Tgo.weak.type.*func(string) (string, error)���€��"runtime.zerovalue��� €�Btype.func(string) (string, error)���А�Btype.func(string) (string, error)���€��type.string�����type.string��� ��type.error���þŠgo.typelink.func(string) (string, error) func(string) (string, error)��������������Btype.func(string) (string, error)���þ*go.string.hdr."empty"� �� ������������������"go.string."empty"���þ"go.string."empty"��� empty��þ6go.string.hdr."func() bool"� �� �������� ����������.go.string."func() bool"���þ.go.string."func() bool"� ��func() bool��þ type.func() bool�����������������TËx�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."func() bool"���p��2go.weak.type.*func() bool���€��"runtime.zerovalue��� €� type.func() bool���Ѐ� type.func() bool���€��type.bool���þFgo.typelink.func() bool func() bool�������������� type.func() bool���þ&go.string.hdr."len"� �� ������������������go.string."len"���þgo.string."len"���len��þ4go.string.hdr."func() int"� �� ��������
����������,go.string."func() int"���þ,go.string."func() int"� ��func() int��þtype.func() int�����������������å†9à�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."func() int"���p��0go.weak.type.*func() int���€��"runtime.zerovalue��� €�type.func() int���Ѐ�type.func() int���€��type.int���þBgo.typelink.func() int func() int��������������type.func() int���þ8go.string.hdr."parseAddress"� �� �������� ����������0go.string."parseAddress"���þ0go.string."parseAddress"� ��parseAddress��þZgo.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)� �� ��������������†VËÎ�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."func() (*mail.Address, error)"���p��Rgo.weak.type.*func() (*"".Address, error)���€��"runtime.zerovalue��� €�@type.func() (*"".Address, error)���Ѐ�@type.func() (*"".Address, error)���€�� type.*"".Address�����type.error���þŠgo.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)� �� ��������������˜…́�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."func() ([]*mail.Address, error)"���p��Vgo.weak.type.*func() ([]*"".Address, error)���€��"runtime.zerovalue��� €�Dtype.func() ([]*"".Address, error)���Ѐ�Dtype.func() ([]*"".Address, error)���€��$type.[]*"".Address�����type.error���þ’go.typelink.func() ([]*mail.Address, error) func() ([]*"".Address, error)��������������Dtype.func() ([]*"".Address, error)���þ(go.string.hdr."peek"� �� ������������������ go.string."peek"���þ go.string."peek"���
peek��þ8go.string.hdr."func() uint8"� �� �������� ����������0go.string."func() uint8"���þ0go.string."func() uint8"� ��func() uint8��þ"type.func() uint8�����������������}S'Ï�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func() uint8"���p��4go.weak.type.*func() uint8���€��"runtime.zerovalue��� €�"type.func() uint8���Ѐ�"type.func() uint8���€��type.uint8���þJgo.typelink.func() uint8 func() uint8��������������"type.func() uint8���þ2go.string.hdr."skipSpace"� �� �������� ����������*go.string."skipSpace"���þ*go.string."skipSpace"� ��skipSpace��þ,go.string.hdr."func()"� �� ������������������$go.string."func()"���þ$go.string."func()"���func()��þtype.func()�€��€��������������ö¼‚ö�3��������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��,go.string.hdr."func()"���p��(go.weak.type.*func()���€��"runtime.zerovalue��� €�type.func()���Ѐ�type.func()���þ2go.typelink.func() func()��������������type.func()���þ&type.*"".addrParser��ð
��ð
��������������îÇL�6�������������������������������������������������������������������������������� ������� ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*mail.addrParser"���p��8go.weak.type.**"".addrParser���€��"runtime.zerovalue�����$type."".addrParser���` �&type.*"".addrParser���Àð�&type.*"".addrParser���ð��.go.string.hdr."consume"���€��"go.importpath."".�����*type.func(uint8) bool��� ��Jtype.func(*"".addrParser, uint8) bool���°��0"".(*addrParser).consume���À��0"".(*addrParser).consume���Ð��>go.string.hdr."consumeAddrSpec"���à��"go.importpath."".���ð��6type.func() (string, error)���€��Rtype.func(*"".addrParser) (string, error)�����@"".(*addrParser).consumeAddrSpec��� ��@"".(*addrParser).consumeAddrSpec���°��6go.string.hdr."consumeAtom"���À��"go.importpath."".���Ð��Jtype.func(bool, bool) (string, error)���à��jtype.func(*"".addrParser, bool, bool) (string, error)���ð��8"".(*addrParser).consumeAtom���€��8"".(*addrParser).consumeAtom�����:go.string.hdr."consumePhrase"��� ��"go.importpath."".���°��6type.func() (string, error)���À��Rtype.func(*"".addrParser) (string, error)���Ð��<"".(*addrParser).consumePhrase���à��<"".(*addrParser).consumePhrase���ð��Fgo.string.hdr."consumeQuotedString"���€��"go.importpath."".�����6type.func() (string, error)��� ��Rtype.func(*"".addrParser) (string, error)���°��H"".(*addrParser).consumeQuotedString���À��H"".(*addrParser).consumeQuotedString���Ð��Bgo.string.hdr."decodeRFC2047Word"���à��"go.importpath."".���ð��Btype.func(string) (string, error)���€��btype.func(*"".addrParser, string) (string, error)�����D"".(*addrParser).decodeRFC2047Word��� ��D"".(*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).len���ð��8go.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���€
��*"".(*addrParser).peek���
��2go.string.hdr."skipSpace"��� 
��"go.importpath."".���°
��type.func()�����2type.func(*"".addrParser)���Ð
��4"".(*addrParser).skipSpace���à
��4"".(*addrParser).skipSpace���þDgo.string.hdr."mail.AddressParser"� �� ������������������<go.string."mail.AddressParser"���þ<go.string."mail.AddressParser"�0��&mail.AddressParser��þ6go.string.hdr."WordDecoder"� �� �������� ����������.go.string."WordDecoder"���þ.go.string."WordDecoder"� ��WordDecoder��þ:go.string.hdr."AddressParser"� �� �������� ����������2go.string."AddressParser"���þ2go.string."AddressParser"� ��AddressParser��þ*type."".AddressParser��à��à��������������K�9������������������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."mail.AddressParser"���p��,type.*"".AddressParser���€��"runtime.zerovalue���À�*type."".AddressParser���À��6go.string.hdr."WordDecoder"���à��,type.*mime.WordDecoder���`�*type."".AddressParser�����:go.string.hdr."AddressParser"��� ��"go.importpath."".���°à�*type."".AddressParser���þFgo.string.hdr."*mail.AddressParser"� �� ������������������>go.string."*mail.AddressParser"���þ>go.string."*mail.AddressParser"�0��(*mail.AddressParser��þgo.string.hdr."func(*mail.AddressParser, string) (*mail.Address, error)"� �� ��������8����������ˆgo.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)�À��À��������������âׂV�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��go.string.hdr."func(*mail.AddressParser, string) (*mail.Address, error)"���p��„go.weak.type.*func(*"".AddressParser, string) (*"".Address, error)���€��"runtime.zerovalue��� €�rtype.func(*"".AddressParser, string) (*"".Address, error)���Р�rtype.func(*"".AddressParser, string) (*"".Address, error)���€��,type.*"".AddressParser�����type.string��� �� type.*"".Address���°��type.error���þògo.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)�À��À��������������OÆè¬�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��”go.string.hdr."func(*mail.AddressParser, string) ([]*mail.Address, error)"���p��ˆgo.weak.type.*func(*"".AddressParser, string) ([]*"".Address, error)���€��"runtime.zerovalue��� €�vtype.func(*"".AddressParser, string) ([]*"".Address, error)���Р�vtype.func(*"".AddressParser, string) ([]*"".Address, error)���€��,type.*"".AddressParser�����type.string��� ��$type.[]*"".Address���°��type.error���þúgo.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"��� Parse��þfgo.string.hdr."func(string) (*mail.Address, error)"� �� ��������#����������^go.string."func(string) (*mail.Address, error)"���þ^go.string."func(string) (*mail.Address, error)"�P��Hfunc(string) (*mail.Address, error)��þLtype.func(string) (*"".Address, error)�°��°�������������� !V>�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(string) (*mail.Address, error)"���p��^go.weak.type.*func(string) (*"".Address, error)���€��"runtime.zerovalue��� €�Ltype.func(string) (*"".Address, error)���А�Ltype.func(string) (*"".Address, error)���€��type.string����� type.*"".Address��� ��type.error���þ¢go.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.*"".AddressParser��°��°��������������à‹17�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$0 � runtime.algarray���@��"runtime.gcbits.01���P��Fgo.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).Parse���À��2"".(*AddressParser).Parse���Ð��2go.string.hdr."ParseList"���ð��Ptype.func(string) ([]*"".Address, error)���€��vtype.func(*"".AddressParser, string) ([]*"".Address, error)�����:"".(*AddressParser).ParseList��� ��:"".(*AddressParser).ParseList���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·2c78d3ad9d760b5f66e2e47be684c787� �� ���������� ����þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ<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‘[ú������������������������������������������������������������������������0��2type..alg.[1]interface {}���@��"runtime.gcbits.03���P��>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 {}� �� ��������������¿¨5�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þ type..hashfunc10� �� ��������
����������,runtime.memhash_varlen���þtype..eqfunc10� �� ��������
����������.runtime.memequal_varlen���þtype..alg10� �� ������������������� type..hashfunc10�����type..eqfunc10���þ2go.string.hdr."[10]uint8"� �� �������� ����������*go.string."[10]uint8"���þ*go.string."[10]uint8"� ��[10]uint8��þtype.[10]uint8�À��À
���������������ƒv©x�‘����������������������������������������������������������������
�������0��type..alg10���@��runtime.gcbits.���P��2go.string.hdr."[10]uint8"���p��.go.weak.type.*[10]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ>go.typelink.[10]uint8 [10]uint8��������������type.[10]uint8���þDgo.string.hdr."*mail.charsetError"� �� ������������������<go.string."*mail.charsetError"���þ<go.string."*mail.charsetError"�0��&*mail.charsetError��þ8go.string.hdr."charsetError"� �� �������� ����������0go.string."charsetError"���þ0go.string."charsetError"� ��charsetError��þ*go.string.hdr."Error"� �� ������������������"go.string."Error"���þ"go.string."Error"��� Error��þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þ^go.string.hdr."func(*mail.charsetError) string"� �� ������������������Vgo.string."func(*mail.charsetError) string"���þVgo.string."func(*mail.charsetError) string"�@��@func(*mail.charsetError) string��þDtype.func(*"".charsetError) string� �� ��������������2»&x�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."func(*mail.charsetError) string"���p��Vgo.weak.type.*func(*"".charsetError) string���€��"runtime.zerovalue��� €�Dtype.func(*"".charsetError) string���А�Dtype.func(*"".charsetError) string���€��*type.*"".charsetError�����type.string���þ’go.typelink.func(*mail.charsetError) string func(*"".charsetError) string��������������Dtype.func(*"".charsetError) string���þ*type.*"".charsetError��Ð��Ð��������������±èCø�6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."*mail.charsetError"���p��<go.weak.type.**"".charsetError���€��"runtime.zerovalue�����(type."".charsetError���` �*type.*"".charsetError���Àð�*type.*"".charsetError���ð��*go.string.hdr."Error"�����$type.func() string��� ��Dtype.func(*"".charsetError) string���°��0"".(*charsetError).Error���À��0"".(*charsetError).Error���þBgo.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) string��þBtype.func("".charsetError) string� �� ��������������>@$Š�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."func(mail.charsetError) string"���p��Tgo.weak.type.*func("".charsetError) string���€��"runtime.zerovalue��� €�Btype.func("".charsetError) string���А�Btype.func("".charsetError) string���€��(type."".charsetError�����type.string���þŽgo.typelink.func(mail.charsetError) string func("".charsetError) string��������������Btype.func("".charsetError) string���þ(type."".charsetError��À��À��������������çI%���������������������������������������������������������������������������������������������������������������������������������������0À� runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."mail.charsetError"���p��*type.*"".charsetError���€��"runtime.zerovalue���`�(type."".charsetError�����8go.string.hdr."charsetError"��� ��"go.importpath."".���°à�(type."".charsetError���à��*go.string.hdr."Error"���€��$type.func() string�����Btype.func("".charsetError) string��� ��0"".(*charsetError).Error���°��*"".charsetError.Error���þ4go.string.hdr."*[2]string"� �� ��������
����������,go.string."*[2]string"���þ,go.string."*[2]string"� ��*[2]string��þtype.*[2]string� �� �������������� f<�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[2]string"���p��0go.weak.type.**[2]string���€��"runtime.zerovalue�����type.[2]string���þ4go.string.hdr."*[3]string"� �� ��������
����������,go.string."*[3]string"���þ,go.string."*[3]string"� ��*[3]string��þtype.*[3]string� �� ��������������
+é �6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[3]string"���p��0go.weak.type.**[3]string���€��"runtime.zerovalue�����type.[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"���
time��þ&go.importpath.time.� �� ������������������ go.string."time"���þ(go.string.hdr."mime"� �� ������������������ go.string."mime"���þ go.string."mime"���
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/textproto��þ8go.importpath.net/textproto.� �� �������� ����������2go.string."net/textproto"���þ,"".(*debugT).Printf·f��������������&"".(*debugT).Printf���þ.type..hash.[8]string·f��������������(type..hash.[8]string���þ*type..eq.[8]string·f��������������$type..eq.[8]string���þ&"".(*Header).Get·f�������������� "".(*Header).Get���þ("".(*Header).Date·f��������������""".(*Header).Date���þ6"".(*Header).AddressList·f��������������0"".(*Header).AddressList���þ0type..hash."".Address·f��������������*type..hash."".Address���þ,type..eq."".Address·f��������������&type..eq."".Address���þ.type..hash.[2]string·f��������������(type..hash.[2]string���þ*type..eq.[2]string·f��������������$type..eq.[2]string���þ.type..hash.[3]string·f��������������(type..hash.[3]string���þ*type..eq.[3]string·f��������������$type..eq.[3]string���þ6type..hash."".addrParser·f��������������0type..hash."".addrParser���þ2type..eq."".addrParser·f��������������,type..eq."".addrParser���þ:type..hash.[1]interface {}·f��������������4type..hash.[1]interface {}���þ6type..eq.[1]interface {}·f��������������0type..eq.[1]interface {}���þ6"".(*charsetError).Error·f��������������0"".(*charsetError).Error���þ"runtime.zerovalue������ÿÿgo13ld�