Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CURL login options for IMAP Authentication #236

Closed
wants to merge 6 commits into from

Conversation

lazki
Copy link

@lazki lazki commented Aug 19, 2023

Fixes #153

Changes proposed in this pull request:

  • add one IMAP config parameter
  • allows to choose IMAP login options

All merit goes to @qaxi and @violoncelloCH, in #196 and #176. I'm just trying to getting things done. 😃

Signed-off-by: Federico Lazcano [email protected]

lazki added 2 commits August 19, 2023 19:50
add CURL login options for IMAP , by @qaxi

Signed-off-by: Federico Lazcano <[email protected]>
Add Description in README.md for login options.

Signed-off-by: Federico Lazcano <[email protected]>
@lazki
Copy link
Author

lazki commented Aug 19, 2023

@damnms
Copy link

damnms commented Dec 3, 2023

any news on that?

@lazki
Copy link
Author

lazki commented Dec 3, 2023

I don't know how to get php-cs Linting approved...

@qaxi
Copy link

qaxi commented Apr 5, 2024

Holy crap ... Fist time I published this change it was Jul 9, 2020.

Almost 4 years later ... and it is not merged yet.

Not because, it is bad patch, but on "bureaucratic" grounds.

I tried to overcome it and failed (#176, #196), several other tried it (#236) and they are failing to these days ... sad.

@violoncelloCH
Copy link
Member

@qaxi If you think that putting pressure on the student maintaining this app in their sparse free time will help getting this forward, you probably profoundly misunderstood something.

To the rest: sorry for not being able to review this earlier. I'll try to find some time as soon as possible.
On a side note: In general the problem with the current way config options work for this app is that it's highly inflexible since it's basically just an array passed to the class. Every change to this means a breaking change where people need to manually adapt their config. Ideally this would rather be some kind of named construct or better, it would allow for configuring the parameters via occ with some input validation as well. But this of course would mean some considerable development effort that I currently can't put into this app due to time constraints.

@qaxi
Copy link

qaxi commented Apr 5, 2024

@qaxi If you think that putting pressure on the student maintaining this app in their sparse free time will help getting this forward, you probably profoundly misunderstood something.

No offence, but almost all of us do this kind of work in personal free time.

And is frustrating to see that the work is blocked not because it is useless or bad, but because three developers trying four years to push it to the project and are failing on ... On what we failed? I do not know, sorry.

I work on some other projects and this one was the most frustrating push experience.

To the rest: sorry for not being able to review this earlier. I'll try to find some time as soon as possible.

Thanks a lot.

On a side note: In general the problem with the current way config options work for this app is that it's highly inflexible since it's basically just an array passed to the class. Every change to this means a breaking change where people need to manually adapt their config. Ideally this would rather be some kind of named construct or better, it would allow for configuring the parameters via occ with some input validation as well. But this of course would mean some considerable development effort that I currently can't put into this app due to time constraints.

Refactoring is hard and underappreciated work. I wish you good luck with that.

@qaxi
Copy link

qaxi commented Apr 9, 2024

Hi,
I am trying to help @lazki to fix php-cs lint problem by this PR o his fork ... lazki#1

BUT, do not know if is he still interested in this PR as he is inactive for more than 7 months on GH.

Maybe you could push the change yourself.

Replace formating spaces by TABS - solving php-cs problem
@lazki
Copy link
Author

lazki commented Apr 11, 2024

Hi, I am trying to help @lazki to fix php-cs lint problem by this PR o his fork ... lazki#1

BUT, do not know if is he still interested in this PR as he is inactive for more than 7 months on GH.

Maybe you could push the change yourself.

Sorry for the delay, i'm not a developer, just a PM with some sysadmin background.

@qaxi it seems that your commit was not signed 🤦🏾‍♂️

@lazki
Copy link
Author

lazki commented Apr 11, 2024

I give up here. Sorry.

@lazki lazki closed this Apr 11, 2024
@damnms

This comment was marked as abuse.

@qaxi
Copy link

qaxi commented Apr 11, 2024

@qaxi it seems that your commit was not signed 🤦🏾‍♂️

Signed? What, how? ...

OK, I give it up too. Sorry I am just ocasional pull requester to GH and live is short.

@lazki Thank you for your effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IMAP - can not chose compatible AUTH backend
4 participants