mike-kfed / roundcube-thunderbird_labels

Thunderbird Labels Plugin for Roundcube Webmail
Other
51 stars 27 forks source link

New versions of the plugin not available for download #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

New versions of the plugin not available for download because of Google Code 
deprecates download service.

http://google-opensource.blogspot.ru/2013/05/a-change-to-google-code-download-se
rvice.html

Since sources unfetchable, this broke automatic distribution of the plugin 
code. FreeBSD port mail/roundcube-thunderbird_labels in particular can not be 
updated any more.

Would you consider to create mirror at more friendly hosting, e. g. SourceForge?

--
Alexander

Original issue reported on code.google.com by alexande...@gmail.com on 12 Apr 2014 at 5:18

GoogleCodeExporter commented 9 years ago
I am thinking about migrating to github, would that be okay for you?

(didn't know there existed a FreeBSD port of my little tool - cool, and thanks!)

Original comment by m.kefe...@gmail.com on 15 Apr 2014 at 11:30

GoogleCodeExporter commented 9 years ago
I consider it would be okay, except github requires HTTPS. FreeBSD fetch not 
able to download HTTPS URIs via a proxy. But nowadays using proxy not an issue 
for most users.

Thank in advance,
Alexander

Original comment by alexande...@gmail.com on 15 Apr 2014 at 12:01

GoogleCodeExporter commented 9 years ago
Is there a way to search mails by lable?

Original comment by usselman...@googlemail.com on 28 May 2014 at 10:45

GoogleCodeExporter commented 9 years ago
No there is not, please do not hijack Issues for normal questions. Please 
contact me directly or file an enhancement request like I did for you with 
Issue 16

Original comment by m.kefe...@gmail.com on 28 May 2014 at 11:54

GoogleCodeExporter commented 9 years ago
Since FreeBSD port mail/roundcube-thunderbird_labels is outdated due to 
unfetchable sources, it currently marked as deprecated and scheduled for 
deletion at 2014-08-31.

You may close this issue.

--
Alexander

Original comment by alexande...@gmail.com on 7 Aug 2014 at 12:42

GoogleCodeExporter commented 9 years ago
That is sad to hear. I found migrating to github to be too much of a hassle for 
this little side-project. Doesn't the download off my google drive work? (The 
link to it is on the starting page of this project - 
https://drive.google.com/folderview?id=0B7cAkeuoAZKaMmVmcUZLM1BVV3M&usp=sharing 
) I think it is weird that downloading the source would be an issue, especially 
when everything is acutally provided...

Original comment by m.kefe...@gmail.com on 7 Aug 2014 at 1:12

GoogleCodeExporter commented 9 years ago
The point is the source code should be automatically downloadable by the port 
system. Google Drive link you provided actually is a webpage with a script.  It 
is impossible to download files from that page using fetch(1), I think. At 
least I didn't know how to do it.

I considered to copy release sources to some appropriate repository, but 
finally I decided to give up with the port for reasons below.

I don't actually know how many users use the port, but I guess it very small. 
At least I had never have any feedback. Maybe no one using it on FreeBSD except 
me. Any way in some cases I ever interested to maintain ports only for myself, 
if it take less efforts than installing from sources, but I do not want to 
bother other people involved (commiters, ports team).

Original comment by alexande...@gmail.com on 7 Aug 2014 at 2:01

GoogleCodeExporter commented 9 years ago
fetch -o thunderbird_labels-1.0.0.tar.bz2 
"https://googledrive.com/host/0B7cAkeuoAZKaMGVieHl4LTdEbWM"

works for me, i now added the direct download link to the start page aswell for 
easy copy/pasting. Basically you need to replace FILE_ID in 
https://googledrive.com/host/FILE_ID to fetch a specific file, example given is 
for the 1.0.0 release.

I hope that helps you

Original comment by m.kefe...@gmail.com on 7 Aug 2014 at 4:58

GoogleCodeExporter commented 9 years ago
Great. It works for the port system. Thank you. I'll update the port to the 
latest plugin version.

Original comment by alexande...@gmail.com on 7 Aug 2014 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by m.kefe...@gmail.com on 8 Aug 2014 at 8:05