Write ContactSyncLog on calendar/contact mutations for bidirectional sync
Add Google, Microsoft, and GenericDav provider stubs with token refreshers
Add IntegrationSettingsController, IntegrationSettingsService, SyncTriggerPublisher stub
Add GroupwareProvider interface, ProviderContext, and model classes
- GroupwareProvider interface defines calendar and contact book operations - ProviderContext carries runtime context for provider invocations - Model classes: P...
CalDavController 및 CalendarService DAV 메소드 추가
FindEventByUid 추가, getChangedEventsSince, getDeletedEventsSince 에 일정표 추가 CalDavController 처리 PROPFIND, 보고서, MKCALENDAR, PROPPATCH, GET, PUT, CalDAV 캘린더 컬렉션의 DEL...
DataPlus는 수천개의 금속 및 비금속 소재의 부식 데이터, 소재 치수 및 공차 및 코팅 정보를 제공하는 부가적인 데이터 모듈입니다
추가 *** secret to deploy envFrom
GOOGLE OAUTH CLIENT ID/SECRET 제공, *********** 그리고 ZOHO OAUTH CLIENT ID/SECRET env vars는 OAuth 공급자 교류를 위해 필요로 합니다.
Add email signature template CRUD endpoints
REST controller at /api/email/signature-templates with: - GET /{scope} — retrieve template by org+scope - PUT /{scope} — create or update template (upsert) - DE...
Add GET endpoint for message labels
GET **************** returns label IDs applied to a specific message.
Add bulk index endpoint to backfill conversations from IMAP
POST **************** indexes existing IMAP messages into conversations and search index tables.
Add IMAP connection pool, search intelligence, and delta sync endpoints
- Add Apache Commons Pool2 keyed connection pool for IMAP Store reuse (3/account, 500 total, 10min idle eviction) - Migrate EmailImapService from ConcurrentHash...
Add enterprise email metadata services — labels, filters, smart folders, batch ops
Plans 1-3: metadata schema, JPA entities, repositories, conversation threading, label CRUD, filter rule engine with async retroactive apply, smart folder criter...