about summary refs log tree commit diff stats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Implement (most of) mailbox listingDrew DeVault2018-02-011-0/+2
* Reduce boilerplate in worker/UIDrew DeVault2018-02-011-31/+15
* Delete callbacks when doneDrew DeVault2018-02-011-0/+1
* Add worker callbacks to account UIDrew DeVault2018-02-011-15/+32
* Add certificate approval flowDrew DeVault2018-01-311-7/+18
* Improve loggingDrew DeVault2018-01-311-12/+19
* Connect to IMAP server, login and idleemersion2018-01-141-0/+1
* Move worker into account tabDrew DeVault2018-01-114-12/+79
* Improve invalidation logicDrew DeVault2018-01-103-12/+26
* Make termbox event loop asyncDrew DeVault2018-01-104-13/+120
* Renderer scaffoldingDrew DeVault2018-01-102-0/+92
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165