Loading app-common/src/main/kotlin/net/thunderbird/app/common/account/AccountCreator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ import app.k9mail.feature.account.common.domain.entity.SpecialFolderSettings import app.k9mail.feature.account.setup.AccountSetupExternalContract import app.k9mail.feature.account.setup.AccountSetupExternalContract.AccountCreator.AccountCreatorResult import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.SpecialFolderSelection import com.fsck.k9.Core import com.fsck.k9.Preferences import com.fsck.k9.account.DeletePolicyProvider Loading @@ -25,6 +24,7 @@ import com.fsck.k9.preferences.UnifiedInboxConfigurator import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.withContext import net.thunderbird.core.mail.folder.api.SpecialFolderSelection // TODO Move to feature/account/setup internal class AccountCreator( Loading app-common/src/main/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -24,9 +24,9 @@ import app.k9mail.legacy.account.FolderMode import app.k9mail.legacy.account.Identity import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.ShowPictures import app.k9mail.legacy.account.SpecialFolderSelection import com.fsck.k9.CoreResourceProvider import com.fsck.k9.K9 import net.thunderbird.core.mail.folder.api.SpecialFolderSelection import net.thunderbird.feature.notification.NotificationLight import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration Loading app-common/src/test/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProviderTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import app.k9mail.legacy.account.FolderMode import app.k9mail.legacy.account.Identity import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.ShowPictures import app.k9mail.legacy.account.SpecialFolderSelection import assertk.assertThat import assertk.assertions.isEqualTo import assertk.assertions.isFalse Loading @@ -30,6 +29,7 @@ import assertk.assertions.isNull import assertk.assertions.isTrue import com.fsck.k9.CoreResourceProvider import com.fsck.k9.K9 import net.thunderbird.core.mail.folder.api.SpecialFolderSelection import net.thunderbird.feature.notification.NotificationLight import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration Loading backend/api/build.gradle.kts +1 −0 Original line number Diff line number Diff line Loading @@ -6,5 +6,6 @@ plugins { dependencies { implementation(projects.core.account) implementation(projects.core.outcome) implementation(projects.core.mail.folder.api) api(projects.mail.common) } core/mail/folder/api/build.gradle.kts +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ plugins { } dependencies { implementation(projects.core.account) implementation(projects.mail.common) testImplementation(projects.core.testing) Loading Loading
app-common/src/main/kotlin/net/thunderbird/app/common/account/AccountCreator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ import app.k9mail.feature.account.common.domain.entity.SpecialFolderSettings import app.k9mail.feature.account.setup.AccountSetupExternalContract import app.k9mail.feature.account.setup.AccountSetupExternalContract.AccountCreator.AccountCreatorResult import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.SpecialFolderSelection import com.fsck.k9.Core import com.fsck.k9.Preferences import com.fsck.k9.account.DeletePolicyProvider Loading @@ -25,6 +24,7 @@ import com.fsck.k9.preferences.UnifiedInboxConfigurator import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.withContext import net.thunderbird.core.mail.folder.api.SpecialFolderSelection // TODO Move to feature/account/setup internal class AccountCreator( Loading
app-common/src/main/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -24,9 +24,9 @@ import app.k9mail.legacy.account.FolderMode import app.k9mail.legacy.account.Identity import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.ShowPictures import app.k9mail.legacy.account.SpecialFolderSelection import com.fsck.k9.CoreResourceProvider import com.fsck.k9.K9 import net.thunderbird.core.mail.folder.api.SpecialFolderSelection import net.thunderbird.feature.notification.NotificationLight import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration Loading
app-common/src/test/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProviderTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import app.k9mail.legacy.account.FolderMode import app.k9mail.legacy.account.Identity import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.ShowPictures import app.k9mail.legacy.account.SpecialFolderSelection import assertk.assertThat import assertk.assertions.isEqualTo import assertk.assertions.isFalse Loading @@ -30,6 +29,7 @@ import assertk.assertions.isNull import assertk.assertions.isTrue import com.fsck.k9.CoreResourceProvider import com.fsck.k9.K9 import net.thunderbird.core.mail.folder.api.SpecialFolderSelection import net.thunderbird.feature.notification.NotificationLight import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration Loading
backend/api/build.gradle.kts +1 −0 Original line number Diff line number Diff line Loading @@ -6,5 +6,6 @@ plugins { dependencies { implementation(projects.core.account) implementation(projects.core.outcome) implementation(projects.core.mail.folder.api) api(projects.mail.common) }
core/mail/folder/api/build.gradle.kts +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ plugins { } dependencies { implementation(projects.core.account) implementation(projects.mail.common) testImplementation(projects.core.testing) Loading