Files
go-imap/imapclient
danto7andGitHub 7ac47a9cfd imapclient: fix missing pointer dereference in list example
There is a small bug in the list example.

Output of the example was:

    Connecting to server...
    Connected
    Logged in
    Mailbox "INBOX" contains 0xc00043c058 messages (0xc00043c070 unseen)

after this change:

    Connecting to server...
    Connected
    Logged in
    Mailbox "INBOX" contains 369 messages (154 unseen)

Closes: https://github.com/emersion/go-imap/issues/737
2025-12-16 11:31:19 +01:00
..
2024-04-24 13:29:01 +02:00
2025-12-04 11:15:51 +01:00
2023-04-15 13:13:57 +02:00
2024-09-11 18:26:50 +02:00
2024-04-25 09:50:53 +02:00
2025-05-15 16:05:51 +02:00
2024-04-24 13:29:01 +02:00
2024-04-25 09:43:25 +02:00
2024-01-10 18:21:22 +01:00
2024-01-10 18:21:22 +01:00