chore: Modulname github.com/archivmail → archivmail
Go-Modul in go.mod und allen 45 Go-Dateien umbenannt.
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/archivmail/pkg/mailparser"
|
||||
"archivmail/pkg/mailparser"
|
||||
)
|
||||
|
||||
// saveAttachments deduplicates and stores attachments from a parsed email.
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"log/slog"
|
||||
|
||||
"github.com/archivmail/pkg/mailparser"
|
||||
"archivmail/pkg/mailparser"
|
||||
)
|
||||
|
||||
// RethreadStats holds counters from a Rethread run.
|
||||
|
||||
@@ -20,7 +20,7 @@ import (
|
||||
"github.com/jackc/pgx/v5"
|
||||
"github.com/jackc/pgx/v5/pgxpool"
|
||||
|
||||
"github.com/archivmail/pkg/mailparser"
|
||||
"archivmail/pkg/mailparser"
|
||||
)
|
||||
|
||||
// ErrRetentionLock is returned when a mail cannot be deleted because its retention period has not yet expired.
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/archivmail/internal/storage"
|
||||
"archivmail/internal/storage"
|
||||
)
|
||||
|
||||
func TestSaveAndLoad(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user