[ZendTo] Re: Address Book functionality

Kester Wynyard kester.wynyard at ukipme.com
Tue Feb 10 15:21:21 GMT 2015


Hi Eythor,

Is there any chance this could be implemented on the request a dropoff page
as we use ZendTo primarily to get clients to send to us? Or if you could
let me know what code to put where on the page would be great.

Thanks in advance.


Thanks

Kester

>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 10 Feb 2015 08:29:04 +0100
> From: tw2006 <tw2006 at gmail.com>
> Subject: [ZendTo] Re: Address Book functionality
> To: ZendTo Users <zendto at zend.to>
> Message-ID:
>         <CAGHdwhTf6ac4FvKP-qmJ==N9U8DdMQKFzxHk_7ELMaN-n=
> ekNQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> can you resend the patch due my gmail account drop the file
>
> thanks
>
> On Thu, Jan 8, 2015 at 8:02 AM, <claudio.schnelldasilva at manroland-web.com>
> wrote:
>
> > Hi Eythor,
> >
> > thanks for the very useful feature - it works great for me!
> >
> > Regards,
> > Claudio
> >
> > -----Urspr?ngliche Nachricht-----
> > Von: zendto-bounces at zend.to [mailto:zendto-bounces at zend.to] Im Auftrag
> > von Eythor Thorsteinsson
> > Gesendet: Mittwoch, 7. Januar 2015 21:02
> > An: ZendTo Users
> > Betreff: [ZendTo] Re: Address Book functionality
> >
> > Hi Kevin,
> >
> > I'm sorry I forgot to mention how it works. It's simply an autocomplete
> on
> > top of the existing inputs for adding emails. For instance, start typing
> a
> > name when adding an email address, and it will suggest emails you've sent
> > to sometime before, and then fills both fields when you select one of the
> > suggestions.
> >
> > Regards,
> > Eythor
> >
> > > On 07 Jan 2015, at 19:05, Kevin Miller <kevin.miller at juneau.org>
> wrote:
> > >
> > > I dropped the new_dropoff.tpl into the templates directory as you
> > instructed then restarted httpd, but I don't see any difference.  There's
> > no address book button/icon anywhere that I saw and when I go to "New
> > Dropoff" the addressing seems the same as ever.  What am I missing?
> > >
> > > Any chance this will be integrated with AD or LDAP?  That would be
> > really sweet!
> > >
> > > ...Kevin
> > > --
> > > Kevin Miller
> > > Network/email Administrator, CBJ MIS Dept.
> > > 155 South Seward Street
> > > Juneau, Alaska 99801
> > > Phone: (907) 586-0242, Fax: (907) 586-4500
> > > Registered Linux User No: 307357
> > >
> > >
> > >> -----Original Message-----
> > >> From: zendto-bounces at zend.to [mailto:zendto-bounces at zend.to] On
> Behalf
> > >> Of Eythor Thorsteinsson
> > >> Sent: Wednesday, January 07, 2015 6:21 AM
> > >> To: zendto at zend.to
> > >> Subject: [ZendTo] Address Book functionality
> > >>
> > >> Hi,
> > >>
> > >> We've been using zend.to for the last couple of years with good use.
> > >> I frequently send files to the same set of people, and once I dug
> around
> > >> I saw that there is an addressbook in the database but the addressbook
> > >> functionality has not been enabled, apparently.
> > >>
> > >> I therefore decided to hack my own version, using jquery-ui
> > >> autocomplete, into new_dropoff.tpl, and it works quite well.
> > >>
> > >> If anyone is interested, I've attached the patched file, which goes
> into
> > >> /opt/zendto/templates/. It should work against the latest version.
> > >>
> > >> I also hope this means we'll have this functionality in the next
> > >> official version, whether it's based on this code or not.
> > >>
> > >> Regards,
> > >> Eythor
> > >
> > >
> > > _______________________________________________
> > > ZendTo mailing list
> > > ZendTo at zend.to
> > > http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
> >
> > _______________________________________________
> > ZendTo mailing list
> > ZendTo at zend.to
> > http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
> > ________________________________
> > manroland web systems GmbH -- Managing Director: Joern Gosse
> > Registered Office: Augsburg -- Trade Register: AG Augsburg -- HRB-No.:
> > 26816 -- VAT: DE281389840
> >
> > Confidentiality note:
> > This eMail and any files transmitted with it are confidential and
> intended
> > solely for the use of the individual or entity to whom they are
> addressed.
> > If you are not the intended recipient, you are hereby notified that any
> use
> > or dissemination of this communication is strictly prohibited. If you
> have
> > received this eMail in error, then please delete this eMail.
> >
> > ! Please consider your environmental responsibility before printing this
> > eMail !
> > ________________________________
> >
> > _______________________________________________
> > ZendTo mailing list
> > ZendTo at zend.to
> > http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20150210/2b46cdf2/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Tue, 10 Feb 2015 09:34:25 +0000
> From: Eythor Thorsteinsson <eythort at menandmice.com>
> Subject: [ZendTo] Re: Address Book functionality
> To: ZendTo Users <zendto at zend.to>
> Message-ID: <2A366204-E9F6-4A91-933F-6480BA7EE3A4 at menandmice.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
>
> I believe you can fetch it from the archive here:
> http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20150107/ea00db2a/attachment.obj
> <
> http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20150107/ea00db2a/attachment.obj
> >
>
> Just save this file and rename to new_dropoff.tpl
>
> Regards,
> Eythor
> > On 10. feb. 2015, at 07:29, tw2006 <tw2006 at gmail.com> wrote:
> >
> > can you resend the patch due my gmail account drop the file
> >
> > thanks
> >
> > On Thu, Jan 8, 2015 at 8:02 AM, <
> claudio.schnelldasilva at manroland-web.com <mailto:
> claudio.schnelldasilva at manroland-web.com>> wrote:
> > Hi Eythor,
> >
> > thanks for the very useful feature - it works great for me!
> >
> > Regards,
> > Claudio
> >
> > -----Urspr?ngliche Nachricht-----
> > Von: zendto-bounces at zend.to <mailto:zendto-bounces at zend.to> [mailto:
> zendto-bounces at zend.to <mailto:zendto-bounces at zend.to>] Im Auftrag von
> Eythor Thorsteinsson
> > Gesendet: Mittwoch, 7. Januar 2015 21:02
> > An: ZendTo Users
> > Betreff: [ZendTo] Re: Address Book functionality
> >
> > Hi Kevin,
> >
> > I'm sorry I forgot to mention how it works. It's simply an autocomplete
> on top of the existing inputs for adding emails. For instance, start typing
> a name when adding an email address, and it will suggest emails you've sent
> to sometime before, and then fills both fields when you select one of the
> suggestions.
> >
> > Regards,
> > Eythor
> >
> > > On 07 Jan 2015, at 19:05, Kevin Miller <kevin.miller at juneau.org
> <mailto:kevin.miller at juneau.org>> wrote:
> > >
> > > I dropped the new_dropoff.tpl into the templates directory as you
> instructed then restarted httpd, but I don't see any difference.  There's
> no address book button/icon anywhere that I saw and when I go to "New
> Dropoff" the addressing seems the same as ever.  What am I missing?
> > >
> > > Any chance this will be integrated with AD or LDAP?  That would be
> really sweet!
> > >
> > > ...Kevin
> > > --
> > > Kevin Miller
> > > Network/email Administrator, CBJ MIS Dept.
> > > 155 South Seward Street
> > > Juneau, Alaska 99801
> > > Phone: (907) 586-0242 <tel:%28907%29%20586-0242>, Fax: (907) 586-4500
> <tel:%28907%29%20586-4500>
> > > Registered Linux User No: 307357
> > >
> > >
> > >> -----Original Message-----
> > >> From: zendto-bounces at zend.to <mailto:zendto-bounces at zend.to> [mailto:
> zendto-bounces at zend.to <mailto:zendto-bounces at zend.to>] On Behalf
> > >> Of Eythor Thorsteinsson
> > >> Sent: Wednesday, January 07, 2015 6:21 AM
> > >> To: zendto at zend.to <mailto:zendto at zend.to>
> > >> Subject: [ZendTo] Address Book functionality
> > >>
> > >> Hi,
> > >>
> > >> We've been using zend.to <http://zend.to/> for the last couple of
> years with good use.
> > >> I frequently send files to the same set of people, and once I dug
> around
> > >> I saw that there is an addressbook in the database but the addressbook
> > >> functionality has not been enabled, apparently.
> > >>
> > >> I therefore decided to hack my own version, using jquery-ui
> > >> autocomplete, into new_dropoff.tpl, and it works quite well.
> > >>
> > >> If anyone is interested, I've attached the patched file, which goes
> into
> > >> /opt/zendto/templates/. It should work against the latest version.
> > >>
> > >> I also hope this means we'll have this functionality in the next
> > >> official version, whether it's based on this code or not.
> > >>
> > >> Regards,
> > >> Eythor
> > >
> > >
> > > _______________________________________________
> > > ZendTo mailing list
> > > ZendTo at zend.to <mailto:ZendTo at zend.to>
> > > http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto <
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto>
> >
> > _______________________________________________
> > ZendTo mailing list
> > ZendTo at zend.to <mailto:ZendTo at zend.to>
> > http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto <
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto>
> > ________________________________
> > manroland web systems GmbH -- Managing Director: Joern Gosse
> > Registered Office: Augsburg -- Trade Register: AG Augsburg -- HRB-No.:
> 26816 -- VAT: DE281389840
> >
> > Confidentiality note:
> > This eMail and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you are not the intended recipient, you are hereby notified
> that any use or dissemination of this communication is strictly prohibited.
> If you have received this eMail in error, then please delete this eMail.
> >
> > ! Please consider your environmental responsibility before printing this
> eMail !
> > ________________________________
> >
> > _______________________________________________
> > ZendTo mailing list
> > ZendTo at zend.to <mailto:ZendTo at zend.to>
> > http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto <
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto>
> >
> > _______________________________________________
> > ZendTo mailing list
> > ZendTo at zend.to
> > http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20150210/6d75c16b/attachment-0001.html
>
> ------------------------------
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
> End of ZendTo Digest, Vol 55, Issue 1
> *************************************
>

-- 
Disclaimer
===========================================
This email (which includes any files transmitted with it)is confidential 
and may also be legally privileged.
It is intended solely for the use of the individual to whom it is 
addressed. Any views or opinions presented are solely
those of the author and do not necessarily represent those of UKIP Media & 
Events Ltd.
 
If you are not the intended recipient, be advised that any use, 
dissemination, forwarding, printing, or copying of this email
is strictly prohibited. If you have received this message in error,do not 
open any attachment but please notify the sender (above)
deleting this message from your system. Please rely on your own anti-virus 
system, no responsibility is taken by the sender
for any damage rising out of virus infection.

UKIP Media & Events Ltd.
Registered Address: 82 St John Street, London EC1M 4JN
VAT No. GB879 4451 71
Registration Number: 5893940
Company registered in England and Wales

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20150210/516040e8/attachment-0001.html 


More information about the ZendTo mailing list