Eike Reinel

Results 17 comments of Eike Reinel

Only setting flags will not help me, but it would be definitely a good first step. For my app I need to set custom headers also like a "X-MyCustomHeader: 2017-02-25"...

Hi Kevin, as my project makes steps forward I now would need to have a method to APPEND a new message. Are there plans to develop more IMAP functionality in...

OK, thank you for your update! I'll try to add the functionality that I need :-)

Hm, I have the same problem with Swift 3.2. Doing a fetchLast() with [.flags, .fullHeaders] gives me the header but always the flags are empty. Provider is my own IMAP...

Have the same problem. Since some days, my node-red flow using teslams crashes when trying to login... :-( Unfortunately this breaks my PV charging logic, as I don't get the...

Update: Have found a solution for me: I use the "node-red-contrib-tesla" module now. This module is also easier to use, as it does the login implicitely and you don't need...

This is the code currently: ` import Foundation import SwiftUI import RevenueCatUI struct CustomerCenterSheetView: View { @Environment(MainModel.self) var mainModel @Environment(\.presentationMode) var presentationMode @State private var currentSheetHeight: CGFloat = 0 var...

Even simpler - This is enough: ``` import SwiftUI import SwiftData import XCGLogger import RevenueCatUI @main struct SunOnlyApp: App { var body: some Scene { WindowGroup { CustomerCenterView() } }...

Some more research: The crash also happens, when I build my App with purchases-ios 5.14.0 (the first version with CustomerCenterView). I tried somethings else: When I switch the simulator or...

I tried it: CustomerCenterView() still crashes... BTW: I reduced the pressure on me by replacing CustomerCenterView() with my old code in a nightly emergency rollout of a new version of...