imap-bundle icon indicating copy to clipboard operation
imap-bundle copied to clipboard

Fixing connection names

Open ThomasLandauer opened this issue 2 years ago • 0 comments

This is my answer to point 1 at https://github.com/secit-pl/imap-bundle/pull/37#issuecomment-1905650091

  • You shouldn't call it "example_connection", cause then it would be injected as exampleConnectionConnection ;-)
  • I also changed full_config to fullConfig: In the end it will be camelCased anyway - so why not start with camelCase right away?

ThomasLandauer avatar Jan 23 '24 11:01 ThomasLandauer