From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Mon, 28 Oct 2013 11:41:31 +0300 Message-ID: Subject: [ANN] amail - a new mail client for Acme From: Alexander Sychev To: plan9port-dev Cc: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, golang-nuts Content-Type: multipart/alternative; boundary=089e011834d81aed4c04e9c911f2 Topicbox-Message-UUID: 887d1da6-ead8-11e9-9d60-3106f5b1d025 --089e011834d81aed4c04e9c911f2 Content-Type: text/plain; charset=ISO-8859-1 Hi, Amail is a new mail client for Acme go get bitbucket.org/santucco/amail It is "literate programmed" in pure Go. It supports a navigation through mailboxes, threads, switching between unread/all messages, a search in mailboxes, composing and sending new messages. Html-messages can be sent to a web-browser. Threads can be navigated from messages. A full description can be found in a README file. If you have the original Mail is working, Amail will work too. For the moment it is working with p9p version of Acme. -- Best regards, santucco -- --- You received this message because you are subscribed to the Google Groups "plan9port-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. --089e011834d81aed4c04e9c911f2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

Amail is a new mail client for Acme= =A0


<= /div>
It is "literate programmed" =A0in pure Go.
It supports a navigation through mailboxes, threads, =A0switching betw= een unread/all messages, a search in mailboxes, composing and sending new m= essages.=A0
Html-messages can be sent to a web-browser. Threads c= an be navigated from messages.
A full description can be found in a README file.
If you have the original Mail is working, Amail will work too.

For the moment it is working with p9p version of Ac= me.=A0

--
Best regards,
=A0 santucc= o

--
 
---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9port-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--089e011834d81aed4c04e9c911f2-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 28 Oct 2013 12:45:16 -0700 From: Jeremy Jackins To: golang-nuts@googlegroups.com Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_462_17371573.1382989516137" Cc: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, plan9port-dev Subject: Re: [9fans] [ANN] amail - a new mail client for Acme Topicbox-Message-UUID: 8882e538-ead8-11e9-9d60-3106f5b1d025 ------=_Part_462_17371573.1382989516137 Content-Type: multipart/alternative; boundary="----=_Part_463_6918916.1382989516137" ------=_Part_463_6918916.1382989516137 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Failing for me: $ go get bitbucket.org/santucco/amail package bitbucket.org/santucco/amail imports bitbucket.org/santucco/goacme imports bitbucket.org/santucco/goplumb imports code.google.com/r/santucco-goplan9/plan9: invalid code.google.com/ import path "code.google.com/r/santucco-goplan9/plan9" package bitbucket.org/santucco/amail imports bitbucket.org/santucco/goacme imports bitbucket.org/santucco/goplumb imports code.google.com/r/santucco-goplan9/plan9/client: invalid code.google.com/ import path "code.google.com/r/santucco-goplan9/plan9/client" ------=_Part_463_6918916.1382989516137 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Failing for me:

$ go get bitbucket.org/santucco/amail
package bitbucket.org/santucco/amail
        imports bitbucket.org/santucco/goacme
        imports bitbucket.org/santucco/goplumb
        imports code.google.com/r/santucco-goplan9/plan9: invalid code.google.com/ import path "code.google.com/r/santucco-goplan9/plan9"
package bitbucket.org/santucco/amail
        imports bitbucket.org/santucco/goacme
        imports bitbucket.org/santucco/goplumb
        imports code.google.com/r/santucco-goplan9/plan9/client: invalid code.google.com/ import path "code.google.com/r/santucco-goplan9/plan9/client"

------=_Part_463_6918916.1382989516137-- ------=_Part_462_17371573.1382989516137-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <2e49a641-24da-4eff-a721-50daf746e7f3@googlegroups.com> References: <2e49a641-24da-4eff-a721-50daf746e7f3@googlegroups.com> Date: Tue, 29 Oct 2013 11:47:38 +0300 Message-ID: Subject: Re: [go-nuts] Re: [ANN] amail - a new mail client for Acme From: Alexander Sychev To: Islan Dberry Cc: golang-nuts , plan9port-dev , Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e01175fcbda791704e9dd4400 Topicbox-Message-UUID: 888eaada-ead8-11e9-9d60-3106f5b1d025 --089e01175fcbda791704e9dd4400 Content-Type: text/plain; charset=ISO-8859-1 Hi, On Tue, Oct 29, 2013 at 1:37 AM, Islan Dberry wrote: > > imports code.google.com/r/santucco-**goplan9/plan9: > invalid code.google.com/ import path "code.google.com/r/santucco-** > goplan9/plan9 " > > See https://code.google.com/p/go/issues/detail?id=5408 > > There was a fix for 1.2, but it was reverted. > > Strange, Russ wrote that clones can't be created anymore, but I made a clone of goplan9 few days ago. It seems this feature still works for old projects. Anyway I hope this is the temporary clone, the corresponding issue was filed in the original project (long time ago, though) -- Best regards, santucco -- --- You received this message because you are subscribed to the Google Groups "plan9port-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. --089e01175fcbda791704e9dd4400 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

On Tue, Oct 29, 2013 at 1:37 AM, Islan Dberry &l= t;islandberry2= 3@gmail.com> wrote:
Strange, Russ wrote that clones can&#= 39;t be created anymore, but I made a clone of goplan9 few days ago. It see= ms this feature still works for old projects.
Anyway = I hope this is the temporary clone, the corresponding issue was filed in th= e original project (long time ago, though)
--
Best regards,
=A0 santucco

--
 
---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9port-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--089e01175fcbda791704e9dd4400-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 1 Nov 2013 15:20:07 +0300 Message-ID: Subject: Re: [go-nuts] Re: [ANN] amail - a new mail client for Acme From: Alexander Sychev To: Jeremy Jackins Cc: golang-nuts , plan9port-dev , Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b34429046500604ea1c963a Topicbox-Message-UUID: 89317fda-ead8-11e9-9d60-3106f5b1d025 --047d7b34429046500604ea1c963a Content-Type: text/plain; charset=ISO-8859-1 Hi, I have made yet another clone: bitbucket.org/santucco/goplan9-clone, now 'go get bitbucket.org/santucco/amail' has to work properly. Old one has been deleted. Best regards, santucco On Mon, Oct 28, 2013 at 10:45 PM, Jeremy Jackins wrote: > Failing for me: > > $ go get bitbucket.org/santucco/amail > package bitbucket.org/santucco/amail > imports bitbucket.org/santucco/goacme > imports bitbucket.org/santucco/goplumb > imports code.google.com/r/santucco-goplan9/plan9: invalid > code.google.com/ import path "code.google.com/r/santucco-goplan9/plan9" > package bitbucket.org/santucco/amail > imports bitbucket.org/santucco/goacme > imports bitbucket.org/santucco/goplumb > imports code.google.com/r/santucco-goplan9/plan9/client: invalid > code.google.com/ import path " > code.google.com/r/santucco-goplan9/plan9/client" > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- Best regards, santucco -- --- You received this message because you are subscribed to the Google Groups "plan9port-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. --047d7b34429046500604ea1c963a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,
I have made yet another clone:=A0bitbucket.org/santucco/goplan9-clone= , now 'go get bitbu= cket.org/santucco/amail' has to work properly.
Old one has been deleted.

Best regards,
=
=A0 santucco


On Mon, Oct 28, 2013 at 10:45 PM, Jeremy Jackins <j= eremyjackins@gmail.com> wrote:
Failing for me:
<= div>
=A0 =A0 =A0 =A0 imports bitbucket.or= g/santucco/goacme
=A0 =A0 =A0 =A0 imports bitbucket.org/santucco/goplumb
=A0 =A0 = =A0 =A0 imports code.google.com/r/santucco-goplan9/plan9: invalid code.google.com/ im= port path "code.google.com/r/santucco-goplan9/plan9"
=A0 =A0 =A0 =A0 imports bitbucket.or= g/santucco/goacme
=A0 =A0 =A0 =A0 imports bitbucket.org/santucco/goplumb

--
You received this message because you are subscribed to the Google Groups &= quot;golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
= Best regards,
=A0 santucco

--
 
---
You received this message because you are subscribed to the Google Groups &= quot;plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to plan9port-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--047d7b34429046500604ea1c963a--