Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 7ae099f4 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Move `CreateFolderInfo`, `FolderSettings`, `MessageMapper` and...

Move `CreateFolderInfo`, `FolderSettings`, `MessageMapper` and `SaveMessageData` to `:legacy:mailstore`
parent deb83f7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
package app.k9mail.feature.widget.message.list

import app.k9mail.legacy.account.Account
import app.k9mail.legacy.mailstore.MessageDetailsAccessor
import app.k9mail.legacy.mailstore.MessageMapper
import com.fsck.k9.controller.MessageReference
import com.fsck.k9.helper.MessageHelper
import com.fsck.k9.mailstore.MessageDetailsAccessor
import com.fsck.k9.mailstore.MessageMapper
import com.fsck.k9.ui.helper.DisplayAddressHelper
import java.util.Calendar
import java.util.Locale
+1 −1
Original line number Diff line number Diff line
package com.fsck.k9.controller

import app.k9mail.legacy.account.Account
import app.k9mail.legacy.mailstore.SaveMessageData
import com.fsck.k9.K9
import com.fsck.k9.backend.api.Backend
import com.fsck.k9.controller.MessagingControllerCommands.PendingAppend
@@ -12,7 +13,6 @@ import com.fsck.k9.mail.MessagingException
import com.fsck.k9.mailstore.LocalFolder
import com.fsck.k9.mailstore.LocalMessage
import com.fsck.k9.mailstore.MessageStoreManager
import com.fsck.k9.mailstore.SaveMessageData
import com.fsck.k9.mailstore.SaveMessageDataCreator
import org.jetbrains.annotations.NotNull
import timber.log.Timber
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ import com.fsck.k9.mailstore.MessageStore;
import com.fsck.k9.mailstore.MessageStoreManager;
import com.fsck.k9.mailstore.OutboxState;
import com.fsck.k9.mailstore.OutboxStateRepository;
import com.fsck.k9.mailstore.SaveMessageData;
import app.k9mail.legacy.mailstore.SaveMessageData;
import com.fsck.k9.mailstore.SaveMessageDataCreator;
import com.fsck.k9.mailstore.SendState;
import com.fsck.k9.mailstore.SpecialLocalFoldersCreator;
+2 −0
Original line number Diff line number Diff line
package com.fsck.k9.mailstore

import app.k9mail.legacy.mailstore.MessageDetailsAccessor
import app.k9mail.legacy.mailstore.MessageMapper
import com.fsck.k9.mail.Flag

internal class CacheAwareMessageMapper<T>(
+1 −0
Original line number Diff line number Diff line
package com.fsck.k9.mailstore

import app.k9mail.legacy.account.Account
import app.k9mail.legacy.mailstore.FolderSettings
import com.fsck.k9.Preferences
import com.fsck.k9.mail.FolderClass

Loading