Loading backend/api/src/main/java/com/fsck/k9/backend/api/Backend.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ package com.fsck.k9.backend.api import com.fsck.k9.mail.BodyFactory import com.fsck.k9.mail.BodyFactory import com.fsck.k9.mail.Flag import com.fsck.k9.mail.Flag import com.fsck.k9.mail.Message import com.fsck.k9.mail.Message import com.fsck.k9.mail.MessagingException import net.thunderbird.core.common.exception.MessagingException import com.fsck.k9.mail.Part import com.fsck.k9.mail.Part interface Backend { interface Backend { Loading backend/api/src/main/java/com/fsck/k9/backend/api/BackendStorage.kt +1 −1 Original line number Original line Diff line number Diff line package com.fsck.k9.backend.api package com.fsck.k9.backend.api import com.fsck.k9.mail.FolderType import com.fsck.k9.mail.FolderType import com.fsck.k9.mail.MessagingException import net.thunderbird.core.common.exception.MessagingException import java.io.Closeable import java.io.Closeable interface BackendStorage { interface BackendStorage { Loading backend/imap/src/main/java/com/fsck/k9/backend/imap/CommandDelete.kt +1 −1 Original line number Original line Diff line number Diff line package com.fsck.k9.backend.imap package com.fsck.k9.backend.imap import com.fsck.k9.mail.MessagingException import com.fsck.k9.mail.store.imap.ImapStore import com.fsck.k9.mail.store.imap.ImapStore import com.fsck.k9.mail.store.imap.OpenMode import com.fsck.k9.mail.store.imap.OpenMode import net.thunderbird.core.common.exception.MessagingException internal class CommandDelete(private val imapStore: ImapStore) { internal class CommandDelete(private val imapStore: ImapStore) { Loading backend/imap/src/main/java/com/fsck/k9/backend/imap/CommandDeleteAll.kt +1 −1 Original line number Original line Diff line number Diff line package com.fsck.k9.backend.imap package com.fsck.k9.backend.imap import com.fsck.k9.mail.MessagingException import com.fsck.k9.mail.store.imap.ImapStore import com.fsck.k9.mail.store.imap.ImapStore import com.fsck.k9.mail.store.imap.OpenMode import com.fsck.k9.mail.store.imap.OpenMode import net.thunderbird.core.common.exception.MessagingException internal class CommandDeleteAll(private val imapStore: ImapStore) { internal class CommandDeleteAll(private val imapStore: ImapStore) { Loading backend/imap/src/main/java/com/fsck/k9/backend/imap/ImapBackendPusher.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,6 @@ package com.fsck.k9.backend.imap import com.fsck.k9.backend.api.BackendPusher import com.fsck.k9.backend.api.BackendPusher import com.fsck.k9.backend.api.BackendPusherCallback import com.fsck.k9.backend.api.BackendPusherCallback import com.fsck.k9.mail.AuthenticationFailedException import com.fsck.k9.mail.AuthenticationFailedException import com.fsck.k9.mail.MessagingException import com.fsck.k9.mail.power.PowerManager import com.fsck.k9.mail.power.PowerManager import com.fsck.k9.mail.store.imap.IdleRefreshManager import com.fsck.k9.mail.store.imap.IdleRefreshManager import com.fsck.k9.mail.store.imap.IdleRefreshTimeoutProvider import com.fsck.k9.mail.store.imap.IdleRefreshTimeoutProvider Loading @@ -15,6 +14,7 @@ import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.cancel import kotlinx.coroutines.cancel import kotlinx.coroutines.launch import kotlinx.coroutines.launch import net.thunderbird.core.common.exception.MessagingException import net.thunderbird.core.logging.legacy.Log import net.thunderbird.core.logging.legacy.Log private const val IO_ERROR_TIMEOUT = 5 * 60 * 1000L private const val IO_ERROR_TIMEOUT = 5 * 60 * 1000L Loading Loading
backend/api/src/main/java/com/fsck/k9/backend/api/Backend.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ package com.fsck.k9.backend.api import com.fsck.k9.mail.BodyFactory import com.fsck.k9.mail.BodyFactory import com.fsck.k9.mail.Flag import com.fsck.k9.mail.Flag import com.fsck.k9.mail.Message import com.fsck.k9.mail.Message import com.fsck.k9.mail.MessagingException import net.thunderbird.core.common.exception.MessagingException import com.fsck.k9.mail.Part import com.fsck.k9.mail.Part interface Backend { interface Backend { Loading
backend/api/src/main/java/com/fsck/k9/backend/api/BackendStorage.kt +1 −1 Original line number Original line Diff line number Diff line package com.fsck.k9.backend.api package com.fsck.k9.backend.api import com.fsck.k9.mail.FolderType import com.fsck.k9.mail.FolderType import com.fsck.k9.mail.MessagingException import net.thunderbird.core.common.exception.MessagingException import java.io.Closeable import java.io.Closeable interface BackendStorage { interface BackendStorage { Loading
backend/imap/src/main/java/com/fsck/k9/backend/imap/CommandDelete.kt +1 −1 Original line number Original line Diff line number Diff line package com.fsck.k9.backend.imap package com.fsck.k9.backend.imap import com.fsck.k9.mail.MessagingException import com.fsck.k9.mail.store.imap.ImapStore import com.fsck.k9.mail.store.imap.ImapStore import com.fsck.k9.mail.store.imap.OpenMode import com.fsck.k9.mail.store.imap.OpenMode import net.thunderbird.core.common.exception.MessagingException internal class CommandDelete(private val imapStore: ImapStore) { internal class CommandDelete(private val imapStore: ImapStore) { Loading
backend/imap/src/main/java/com/fsck/k9/backend/imap/CommandDeleteAll.kt +1 −1 Original line number Original line Diff line number Diff line package com.fsck.k9.backend.imap package com.fsck.k9.backend.imap import com.fsck.k9.mail.MessagingException import com.fsck.k9.mail.store.imap.ImapStore import com.fsck.k9.mail.store.imap.ImapStore import com.fsck.k9.mail.store.imap.OpenMode import com.fsck.k9.mail.store.imap.OpenMode import net.thunderbird.core.common.exception.MessagingException internal class CommandDeleteAll(private val imapStore: ImapStore) { internal class CommandDeleteAll(private val imapStore: ImapStore) { Loading
backend/imap/src/main/java/com/fsck/k9/backend/imap/ImapBackendPusher.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,6 @@ package com.fsck.k9.backend.imap import com.fsck.k9.backend.api.BackendPusher import com.fsck.k9.backend.api.BackendPusher import com.fsck.k9.backend.api.BackendPusherCallback import com.fsck.k9.backend.api.BackendPusherCallback import com.fsck.k9.mail.AuthenticationFailedException import com.fsck.k9.mail.AuthenticationFailedException import com.fsck.k9.mail.MessagingException import com.fsck.k9.mail.power.PowerManager import com.fsck.k9.mail.power.PowerManager import com.fsck.k9.mail.store.imap.IdleRefreshManager import com.fsck.k9.mail.store.imap.IdleRefreshManager import com.fsck.k9.mail.store.imap.IdleRefreshTimeoutProvider import com.fsck.k9.mail.store.imap.IdleRefreshTimeoutProvider Loading @@ -15,6 +14,7 @@ import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.cancel import kotlinx.coroutines.cancel import kotlinx.coroutines.launch import kotlinx.coroutines.launch import net.thunderbird.core.common.exception.MessagingException import net.thunderbird.core.logging.legacy.Log import net.thunderbird.core.logging.legacy.Log private const val IO_ERROR_TIMEOUT = 5 * 60 * 1000L private const val IO_ERROR_TIMEOUT = 5 * 60 * 1000L Loading