From: Matthias A. <mat...@gm...> - 2020-09-30 15:08:37
|
Am 30.09.20 um 07:29 schrieb haomiao: > Hi > > I am using fetchmail for long time and stored my > passwoed in .netrc file, this file is also used by > my mail sender program (msmtp). > > Recently, I decide to move all my password to a > password store. So I need fetchmail to get password > from external program. > > I modified fetchmail by adding a `password_from` > option and it's worked fine for me. > > How can I contribute my code to fetchmail project? > > Hello haomiao, the best and easiest approach is to migrate that feature code to the "next" branch here: https://gitlab.com/fetchmail/fetchmail/-/tree/next and file a merge request. Existing changes on that branch can be reviewed here: https://gitlab.com/fetchmail/fetchmail/-/blob/next/NEWS#L76 Patches should also be created against the "next" branch in Git. Looking forward to your submission. Regards, Matthias |