summary refs log tree commit diff stats
path: root/lib/msgstore.go
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with OOB uidsDrew DeVault2019-05-161-3/+3
* Implement move, mv commandsDrew DeVault2019-05-141-0/+27
* Implement :copy (aka :cp)Drew DeVault2019-05-141-2/+16
* Remove leftover debug loggingDrew DeVault2019-05-131-3/+0
* Handle incoming emails gracefullyDrew DeVault2019-05-131-0/+6
* lib/msgstore: protect with a mutexSimon Ser2019-04-291-3/+22
* Make message viewer real, part twoDrew DeVault2019-03-311-1/+1
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-2/+2
* Make the message viewer real, part oneDrew DeVault2019-03-311-1/+15
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-311-7/+6
* Pull BodyStructure up from IMAP workerDrew DeVault2019-03-311-1/+15
* Show deleted emails pending server ack in greyDrew DeVault2019-03-301-2/+15
* Add body fetching support codeDrew DeVault2019-03-291-6/+71
* Remove unused import from msgstore.goDrew DeVault2019-03-211-2/+0
* Implement :delete-messageDrew DeVault2019-03-201-3/+26
* Add TODO to msgstore.goDrew DeVault2019-03-151-1/+1
* Move MessageStore into its own fileDrew DeVault2019-03-151-0/+86
5e5f73f29566812b7623311db8c6196c7be063'>^
8fa4583 ^



a073d76 ^
8fa4583 ^



661e3ec ^

661e3ec ^
5685a17 ^
661e3ec ^

1418e1b ^
8fa4583 ^
661e3ec ^

1170893 ^
8fa4583 ^
661e3ec ^

80e891a ^



80e891a ^
72e4b5e ^
8fa4583 ^
80e891a ^
72e4b5e ^
a073d76 ^
8fa4583 ^

661e3ec ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56