9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [ANN] amail - a new mail client for Acme
@ 2013-10-28  8:41 Alexander Sychev
  2013-10-28 19:45 ` [9fans] " Jeremy Jackins
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Sychev @ 2013-10-28  8:41 UTC (permalink / raw)
  To: plan9port-dev; +Cc: Fans of the OS Plan 9 from Bell Labs, golang-nuts

[-- Attachment #1: Type: text/plain, Size: 880 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 1284 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] [ANN] amail - a new mail client for Acme
  2013-10-28  8:41 [ANN] amail - a new mail client for Acme Alexander Sychev
@ 2013-10-28 19:45 ` Jeremy Jackins
       [not found]   ` <2e49a641-24da-4eff-a721-50daf746e7f3@googlegroups.com>
  2013-11-01 12:20   ` Alexander Sychev
  0 siblings, 2 replies; 4+ messages in thread
From: Jeremy Jackins @ 2013-10-28 19:45 UTC (permalink / raw)
  To: golang-nuts; +Cc: Fans of the OS Plan 9 from Bell Labs, plan9port-dev


[-- Attachment #1.1: Type: text/plain, Size: 621 bytes --]

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"


[-- Attachment #1.2: Type: text/html, Size: 875 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [go-nuts] Re: [ANN] amail - a new mail client for Acme
       [not found]   ` <2e49a641-24da-4eff-a721-50daf746e7f3@googlegroups.com>
@ 2013-10-29  8:47     ` Alexander Sychev
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Sychev @ 2013-10-29  8:47 UTC (permalink / raw)
  To: Islan Dberry
  Cc: golang-nuts, plan9port-dev, Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]

Hi,

On Tue, Oct 29, 2013 at 1:37 AM, Islan Dberry <islandberry23@gmail.com>wrote:

> > imports code.google.com/r/santucco-**goplan9/plan9<http://code.google.com/r/santucco-goplan9/plan9>:
> invalid code.google.com/ import path "code.google.com/r/santucco-**
> goplan9/plan9 <http://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.

[-- Attachment #2: Type: text/html, Size: 1908 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [go-nuts] Re: [ANN] amail - a new mail client for Acme
  2013-10-28 19:45 ` [9fans] " Jeremy Jackins
       [not found]   ` <2e49a641-24da-4eff-a721-50daf746e7f3@googlegroups.com>
@ 2013-11-01 12:20   ` Alexander Sychev
  1 sibling, 0 replies; 4+ messages in thread
From: Alexander Sychev @ 2013-11-01 12:20 UTC (permalink / raw)
  To: Jeremy Jackins
  Cc: golang-nuts, plan9port-dev, Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1588 bytes --]

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 <jeremyjackins@gmail.com>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.

[-- Attachment #2: Type: text/html, Size: 3470 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-01 12:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-28  8:41 [ANN] amail - a new mail client for Acme Alexander Sychev
2013-10-28 19:45 ` [9fans] " Jeremy Jackins
     [not found]   ` <2e49a641-24da-4eff-a721-50daf746e7f3@googlegroups.com>
2013-10-29  8:47     ` [go-nuts] " Alexander Sychev
2013-11-01 12:20   ` Alexander Sychev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).