ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Sylpheed attachment
@ 2002-10-08  4:48 Grigory Batalov
  2002-10-08  4:49 ` Alexander Kirey
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Grigory Batalov @ 2002-10-08  4:48 UTC (permalink / raw)
  To: community

 Возможно ли запускать sylpheed сразу в режиме compose (--compose addr),
 да так, чтобы уже был прикреплён указанный файл?
 (Задача - отправка отсканированных факсов по e-mail.)

-- 
 Баталов Григорий,
 системный администратор
 ОАО "Ковдорский ГОК"


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

* Re: [Comm] Sylpheed attachment
  2002-10-08  4:48 [Comm] Sylpheed attachment Grigory Batalov
@ 2002-10-08  4:49 ` Alexander Kirey
  2002-10-08  5:38 ` Андрей Новосёлов
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Alexander Kirey @ 2002-10-08  4:49 UTC (permalink / raw)
  To: community

Grigory Batalov wrote:

> Возможно ли запускать sylpheed сразу в режиме compose (--compose addr),
> да так, чтобы уже был прикреплён указанный файл?
> (Задача - отправка отсканированных факсов по e-mail.)
>
>  
>

http://www.infradig.com/downloads/postie-linux.tgz

Раньше можно было каталог приаттачить, но Andrew Davison отладил разные 
баги и закрыл эту возможность, я ему всякие разные письма тоже слал. 
Файл, однако, приаттачить можно. Под Win, это пожалуй, единственная 
такая прога (POP3, SMTP, NNTP  и много чего еще), в консольном режиме 
данные до сих пор у меня молотит, старая версия, правда, где ещё можно 
приаттачить все содержимое каталога без всякого сворачивания в tarball.

-- 
Александр Кирей




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

* Re: [Comm] Sylpheed attachment
  2002-10-08  4:48 [Comm] Sylpheed attachment Grigory Batalov
  2002-10-08  4:49 ` Alexander Kirey
@ 2002-10-08  5:38 ` Андрей Новосёлов
  2002-10-08  8:47 ` Sergey Vlasov
  2002-10-10 10:32 ` Sergey A. Sholokhov
  3 siblings, 0 replies; 6+ messages in thread
From: Андрей Новосёлов @ 2002-10-08  5:38 UTC (permalink / raw)
  To: ALTLinux

В Втр, 08.10.2002, в 07:48, Grigory Batalov написал:
>  Возможно ли запускать sylpheed сразу в режиме compose (--compose addr),
>  да так, чтобы уже был прикреплён указанный файл?
>  (Задача - отправка отсканированных факсов по e-mail.)
> 
Я не уверен, но может пригодится. Мы тут искали как компенсировать
отсутствие в Опере под Линукс её встроенного почтовика, чтоб если где в
и-нете адрес нашёл, ну и соответственно далее, чтобы самому не писать...

Platform: GNU/Linux

This article explains how you can pass on e-mail, telnet and news URLs
to an external program.

E-mail

The following specifiers are supported by Opera for Linux when passing
mailto-links on to an external e-mail client:

    * %t (to) - Replaced by the receiver
    * %c (cc) - Replaced by the cc receiver
    * %s (subject) - Replaced by the subject text
    * %b (body) - Replaced by the body text
    * %r (raw) - Replaced by the raw url. The result will always start
with "mailto:" (Opera 6.02 and newer only)
    * %w (raw) - As %r but without the "mailto:" prefix (Opera 6.02 and
newer only)

The specifiers can be placed within a set of brackets. If the specifiers
are not replaced by real data, then the text within the brackets (and
the barckets themselves) are removed to avoid confusion when starting
the mailer.

If brackets are omitted, Opera will pass on the entire string,
regardless of its contents.

Example 1:

Opera is set to use kmail as an external e-mail client, using the
following specifiers:

kmail [-s %s] [--body %b] [%t]

1. The URL <"mailto:abc@xyz.nn?body=hello"> becomes:

kmail abc@xyz.nn --body hello

2. The URL <"mailto:abc@xyz.nn?body=hello?subject=how are you"> becomes:

kmail abc@xyz.nn --body hello -subject how are you

Example 2:

Set Evolution as an external e-mail client using the following
specifier:

evolution [%r]

The URL <"mailto:abc@xyz.nn?body=hello?subject=how are you"> becomes:

evolution mailto:abc@xyz.nn?body=hello?subject=how are you

Telnet

Supported flags:

    * %a (address) - Replaced by the address
    * %p (port) - Replaced by the port

The specifiers can be placed within a set of brackets. If the specifiers
are not replaced by real data, then the text within the brackets (and
the brackets themselves) are removed to avoid confusion when starting
the telnet client.

Example:

telnet [%a] [%p]

News

Supported flags:

    * %s (server) - Replaced by the server
    * %g (group) - Replaced by the group
    * %r (raw) - The raw string. The result will always start with
"news://" and the generic server name ("unknown.newsserver") will be
removed if present.
    * %w (raw) - As %r but without the "news://" prefix.

The specifiers can be placed within a set of brackets. If the specifiers
are not replaced by real data, then the text within the brackets (and
the brackets themselves) are removed to avoid confusion when starting
the telnet client.

Example:

knode [%r]

 

Last edited: 2002-07-05; Category: Opera and other Applications;
Keywords: e-mail,evolution,kmail,mailto,news,subject,telnet,; Index: 472
Возможно, пригодится просто на уровне аналогий.
-- 
With best wishes & kindest regards, Andrey.
##ALT Linux ##  ## Registered Linux user ##
##JUNIOR 2  ##  ##      282220           ##



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

* Re: [Comm] Sylpheed attachment
  2002-10-08  4:48 [Comm] Sylpheed attachment Grigory Batalov
  2002-10-08  4:49 ` Alexander Kirey
  2002-10-08  5:38 ` Андрей Новосёлов
@ 2002-10-08  8:47 ` Sergey Vlasov
  2002-10-08 10:22   ` Grigory Batalov
  2002-10-10 10:32 ` Sergey A. Sholokhov
  3 siblings, 1 reply; 6+ messages in thread
From: Sergey Vlasov @ 2002-10-08  8:47 UTC (permalink / raw)
  To: community

On Tue, Oct 08, 2002 at 08:48:40 +0400, Grigory Batalov wrote:
>  Возможно ли запускать sylpheed сразу в режиме compose (--compose addr),
>  да так, чтобы уже был прикреплён указанный файл?
>  (Задача - отправка отсканированных факсов по e-mail.)

В sylpheed --help надо хотя бы изредка заглядывать :-)

Есть - --attach file.


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

* Re: [Comm] Sylpheed attachment
  2002-10-08  8:47 ` Sergey Vlasov
@ 2002-10-08 10:22   ` Grigory Batalov
  0 siblings, 0 replies; 6+ messages in thread
From: Grigory Batalov @ 2002-10-08 10:22 UTC (permalink / raw)
  To: community

On Tue, 8 Oct 2002 12:47:51 +0400
Sergey Vlasov <vsu@altlinux.ru> wrote:

> >  Возможно ли запускать sylpheed сразу в режиме compose (--compose addr),
> >  да так, чтобы уже был прикреплён указанный файл?
> >  (Задача - отправка отсканированных факсов по e-mail.)
> 
> В sylpheed --help надо хотя бы изредка заглядывать :-)

  Обязательно =).

> Есть - --attach file.

  Спасибо! Просто у меня была версия 0.8.0, а эта опция
  появилась начиная с 0.8.2. Апгрейдимся... =)

-- 
 Баталов Григорий,
 системный администратор
 ОАО "Ковдорский ГОК"


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

* Re: [Comm] Sylpheed attachment
  2002-10-08  4:48 [Comm] Sylpheed attachment Grigory Batalov
                   ` (2 preceding siblings ...)
  2002-10-08  8:47 ` Sergey Vlasov
@ 2002-10-10 10:32 ` Sergey A. Sholokhov
  3 siblings, 0 replies; 6+ messages in thread
From: Sergey A. Sholokhov @ 2002-10-10 10:32 UTC (permalink / raw)
  To: community

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

On Tue, Oct 08, 2002 at 08:48:40AM +0400, Grigory Batalov wrote:
> Возможно ли запускать sylpheed сразу в режиме compose (--compose addr),
> да так, чтобы уже был прикреплён указанный файл?
> (Задача - отправка отсканированных факсов по e-mail.)
>

mutt -a
!!! -)))

-- 
<BR>  [ X A H 7 E P ]
      mail  : hun7er@sutd.ru
      icq   : 72994428

[-- Attachment #2: Type: application/pgp-signature, Size: 307 bytes --]

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

end of thread, other threads:[~2002-10-10 10:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-08  4:48 [Comm] Sylpheed attachment Grigory Batalov
2002-10-08  4:49 ` Alexander Kirey
2002-10-08  5:38 ` Андрей Новосёлов
2002-10-08  8:47 ` Sergey Vlasov
2002-10-08 10:22   ` Grigory Batalov
2002-10-10 10:32 ` Sergey A. Sholokhov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git