Hi Hector,
please see this file:
http://trac.roundcube.net/browser/trunk/roundcubemail/program/steps/mail/at…
It contains all the actions relevant to attachments.
Also, check out the related hook:
http://trac.roundcube.net/wiki/Plugin_Hooks#attachment_save
If you think we need another hook, we could implement one as well.
Next time, please email the dev@ (CC'd) mailing list. Gets you a
faster response, etc..
Till
On Thu, Dec 23, 2010 at 4:44 PM, Hector Luis Barrientos
<ticaje(a)free-social.net> wrote:
> Hello: im working on adding some functionalities to roundcube and im
> facing the following trouble: i need to, given a message im reading from
> the mail server, copy it(s) attached file(s) to the hosting server hard
> disk and i dont know where does roundcube stores temporary an email's
> attachments. Please if you would help me with this i would appreciate
> it.
>
> Thanks a lot.
>
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
hi,
until today, i used roundcube trunk r4264. everything worked like a
charm.
today, i upgraded to r4378 and now receive an error regarding my
inbox: "Server Error: STATUS: Mailbox does not exist, or must be
subscribed to."
judging by the imap logs, it tries to SELECT INBOX.INBOX (which does
not exist).
> [29-Dec-2010 19:52:01 +0100]: C: A0001 LOGIN raoul(a)bhatia.at xxxxxxxx
> [29-Dec-2010 19:52:01 +0100]: S: * OK [XPROXYREUSE] IMAP connection reused by imapproxy
> [29-Dec-2010 19:52:02 +0100]: S: A0001 OK User logged in
> [29-Dec-2010 19:52:02 +0100]: C: A0002 CAPABILITY
> [29-Dec-2010 19:52:02 +0100]: S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
> [29-Dec-2010 19:52:02 +0100]: S: A0002 OK CAPABILITY completed
> [29-Dec-2010 19:52:02 +0100]: C: A0003 LSUB "" "*"
> [29-Dec-2010 19:52:02 +0100]: S: A0001 OK User logged in
> [29-Dec-2010 19:52:02 +0100]: C: A0002 STATUS INBOX.INBOX (MESSAGES UNSEEN)
> [29-Dec-2010 19:52:02 +0100]: S: A0002 NO Mailbox does not exist, or must be subscribed to.
> [29-Dec-2010 19:52:02 +0100]: C: A0003 LOGOUT
> [29-Dec-2010 19:52:02 +0100]: S: * BYE LOGOUT received
> [29-Dec-2010 19:52:02 +0100]: S: A0003 OK Completed
> [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.lala"
...
> [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Marked \HasNoChildren) "." "INBOX.Archives.2007"
> [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.Archives.2006"
> [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.Archives.2005"
> [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.Archives.2004"
> [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.Archives.2003"
> [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Marked \HasNoChildren) "." "INBOX.Drafts"
> [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasChildren) "." "INBOX.Archives"
> [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Noselect \HasChildren) "." "INBOX"
> [29-Dec-2010 19:52:02 +0100]: S: A0003 OK LSUB completed
> [29-Dec-2010 19:52:02 +0100]: C: A0004 STATUS INBOX.INBOX (MESSAGES UNSEEN)
> [29-Dec-2010 19:52:02 +0100]: S: A0004 NO Mailbox does not exist, or must be subscribed to.
> [29-Dec-2010 19:52:02 +0100]: C: A0005 SELECT INBOX.INBOX
> [29-Dec-2010 19:52:02 +0100]: S: A0005 NO Mailbox does not exist, or must be subscribed to.
> [29-Dec-2010 19:52:02 +0100]: C: A0006 LOGOUT
> [29-Dec-2010 19:52:02 +0100]: S: * BYE LOGOUT received
> [29-Dec-2010 19:52:02 +0100]: S: A0006 OK Completed
> [29-Dec-2010 19:57:01 +0100]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA ACL ACL2=UNION XIMAPPROXY] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information.
> [29-Dec-2010 19:57:01 +0100]: C: A0001 LOGIN raoul(a)bhatia.at xxxxxxxx
> [29-Dec-2010 19:57:01 +0100]: S: * OK [XPROXYREUSE] IMAP connection reused by imapproxy
> [29-Dec-2010 19:57:01 +0100]: S: A0001 OK User logged in
> [29-Dec-2010 19:57:01 +0100]: C: A0002 STATUS INBOX.INBOX (MESSAGES UNSEEN)
> [29-Dec-2010 19:57:01 +0100]: S: A0002 NO Mailbox does not exist, or must be subscribed to.
> [29-Dec-2010 19:57:01 +0100]: C: A0003 STATUS INBOX.INBOX (MESSAGES UNSEEN)
> [29-Dec-2010 19:57:01 +0100]: S: A0003 NO Mailbox does not exist, or must be subscribed to.
> [29-Dec-2010 19:57:01 +0100]: C: A0004 SELECT INBOX.INBOX
> [29-Dec-2010 19:57:01 +0100]: S: A0004 NO Mailbox does not exist, or must be subscribed to.
> [29-Dec-2010 19:57:01 +0100]: C: A0005 LOGOUT
> [29-Dec-2010 19:57:01 +0100]: S: * BYE LOGOUT received
> [29-Dec-2010 19:57:01 +0100]: S: A0005 OK Completed
as you can see, i have an "INBOX" but no "INBOX.INBOX".
using courier imap behind an imap proxy.
the main.inc.php is nothing out of the ordinary and basically the same
as used with earlier trunk revisions.
thanks,
raoul
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Translation update for European Portuguese (pt_PT) for "labels.inc" and
"messages.inc" with the new labels and messages.
Regards,
DC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ky/fSt6Qg9T/messages.inchttp://detached.gigo.com/rc/Ky/fSt6Qg9T/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
File attached
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/TB/fNF4iQA7/sk_SK.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hohoho folks,
Our Christmas gift for 2010 is now available for download. We just
published the release candidate package for the upcoming version 0.5
of Roundcube webmail. It's now feature-complete with a reworked user
interface for the IMAP folder management and improved handling for
mailing list headers. Details are listed in the changelog as usual:
http://trac.roundcube.net/wiki/Changelog
Please download this latest release from http://roundcube.net/download
and let us know about things that need improvement. The final version
will be ready soon and we're already making big plans for 2011.
Enjoy the upcoming days and have a great party for new year!
Cheers,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello all,
I'm nearly done setting up Roundcube to be our squirrelmail replacement
product for our webmail system that runs approx 800+ email accounts.
I've added all of the necessary features via plugins such as vacation
messages, password change, and new alert sound... but there's one
problem that I am stumped on how to get around...
The email address validation for addresses in the To: field (and I'm
assuming CC/BCC as well) do not permit me to type an incomplete email
address; that is, just the local username for emails destined to be
delivered locally. On squirrelmail, we can send email to "joe" and it
will arrive in Joe's mailbox - we don't need to type the entire
joe@<host>.org email address. Believe it or not, this is kind of a show
stopper for us because a majority of our email (75-80%) is sent locally
for inter-office communication. All of the users are used to simply
typing the name because our first system (OpenVMS Mail), second system
(very old iMail), and current system (Squirrelmail) all allowed us to
email this way.
Some advice? I'd rather not disable all email validation if possible -
I'd rather have it append the @<host>.org to any addresses not
containing an @ symbol instead, specifically to append the mail_domain
variable from the main.inc.php file - if someone should typo a local
address, they automatically receive a response from the mailer daemon
saying that the address doesn't exist, so this would really solve
everything for us...
Thoughts? Discussion?
PS - Just joined the list and am looking forward to following the
development and contributing where I can :-)
--
Eric P. Lozauskas
Director of Information Technology
Bergen County Cooperative Library System (BCCLS)
810 Main Street, Hackensack NJ 07601
ph: 201-489-1283 x229
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello!
WBR, Sergey Dukachev mailto:admin@mfitness.ru
---------------------------
IT dept
MFitness
+7 (495) 974 1234 (add. 106)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/9V/SJT1KS6q/ru_RU.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello!
WBR, Sergey Dukachev mailto:admin@mfitness.ru
---------------------------
IT dept
MFitness
+7 (495) 974 1234 (add. 106)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/xs/Fme6sxad/ru_RU.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80