index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
worker
/
imap
/
worker.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
1
-0
/
+3
*
go vet: composite literal uses unkeyed fields
Moritz Poldrack
2022-03-18
1
-4
/
+4
*
imap: start reconnect when initial connect fails
Koni Marti
2022-02-20
1
-3
/
+11
*
imap: reconnect with exponential backoff
Koni Marti
2022-02-19
1
-4
/
+28
*
imap: improve reconnect stability
Koni Marti
2022-02-06
1
-7
/
+19
*
imap: auto-reconnects on connection error
Koni Marti
2022-01-19
1
-2
/
+24
*
imap: emits connection error on logout
Koni Marti
2022-01-19
1
-0
/
+29
*
imap: fix panic when sending multiple connect cmds
Koni Marti
2022-01-19
1
-15
/
+26
*
Revert "imap: attempt automatic reconnection on error"
Robin Jarry
2022-01-15
1
-41
/
+3
*
imap: attempt automatic reconnection on error
Robin Jarry
2022-01-14
1
-3
/
+41
*
imap: fix build on macos
Robin Jarry
2021-12-11
1
-7
/
+2
*
imap: add tcp connection options
Robin Jarry
2021-12-07
1
-0
/
+102
*
imap: use low level tcp connection
Robin Jarry
2021-12-07
1
-6
/
+22
*
imap: move connect procedure into a dedicated function
Robin Jarry
2021-12-07
1
-45
/
+55
*
imap: fix segfault when disconnecting
Robin Jarry
2021-11-22
1
-3
/
+2
*
messages: allow displaying email threads
y0ast
2021-11-13
1
-2
/
+5
*
imap: add manual {dis,}connect support
Robin Jarry
2021-11-05
1
-2
/
+14
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-4
/
+4
*
imap: use builtin idle support
Robin Jarry
2021-11-02
1
-4
/
+2
*
imap: add sort support
Reto Brunner
2020-10-11
1
-1
/
+3
*
Add support for :rmdir
ARaspiK
2020-08-19
1
-0
/
+2
*
Add additional flagging functionality
ARaspiK
2020-07-08
1
-2
/
+2
*
Set AnsweredFlag on successful reply
Srivathsan Murali
2020-05-25
1
-0
/
+2
*
Mark sent messages as "seen" in maildir
Galen Abell
2020-03-03
1
-1
/
+1
*
remove the dirInfoUpdateRequest functionality
Reto Brunner
2020-02-29
1
-2
/
+0
*
lib/msgstore: debounce directoryUpdateRequests
Reto Brunner
2020-02-25
1
-0
/
+2
*
imap: fix double closing idleStop
Reto Brunner
2020-02-16
1
-2
/
+4
*
Fix: oauthbearer runtime error
Frode Aannevik
2019-10-16
1
-6
/
+7
*
imap worker: do not copy mailbox status mutex
Wagner Riffel
2019-08-26
1
-2
/
+3
*
Don't print imap errors to ui
Jelle Besseling
2019-08-08
1
-0
/
+1
*
Register worker in init.
Reto Brunner
2019-07-19
1
-2
/
+8
*
Support imaps with oauthbearer authentication (Gmail)
Frode Aannevik
2019-07-11
1
-6
/
+28
*
Factor IMAP-specific structs out of UI models
Ben Burwell
2019-07-08
1
-3
/
+3
*
Factor UI models out of the worker message package
Ben Burwell
2019-07-08
1
-12
/
+17
*
worker/imap: rig up search directory handler
Drew DeVault
2019-06-24
1
-0
/
+2
*
imap: respect the folder config option
Reto Brunner
2019-06-14
1
-1
/
+3
*
Add :read and :unread commands
Drew DeVault
2019-06-09
1
-0
/
+2
*
Update our message flags when server updates them
Drew DeVault
2019-06-09
1
-0
/
+12
*
Add archive command
Robert Günzler
2019-06-09
1
-0
/
+2
*
Load IMAP worker for imap+insecure
Drew DeVault
2019-05-20
1
-2
/
+1
*
asdf
Drew DeVault
2019-05-20
1
-42
/
+2
*
s/aerc2/aerc/g
Drew DeVault
2019-05-17
1
-1
/
+1
*
Copy sent emails to the Sent folder
Drew DeVault
2019-05-15
1
-0
/
+4
*
Implement :copy (aka :cp)
Drew DeVault
2019-05-14
1
-0
/
+2
*
Handle external message deletions
Drew DeVault
2019-05-13
1
-0
/
+7
*
Handle incoming emails gracefully
Drew DeVault
2019-05-13
1
-3
/
+20
*
Rename FetchMessageBodies to FetchFullMessages
Drew DeVault
2019-03-31
1
-2
/
+2
*
Make the message viewer real, part one
Drew DeVault
2019-03-31
1
-0
/
+2
*
Add body fetching support code
Drew DeVault
2019-03-29
1
-0
/
+2
*
Implement :delete-message
Drew DeVault
2019-03-20
1
-1
/
+5
[next]